search for: shutdown_rx

Displaying 9 results from an estimated 9 matches for "shutdown_rx".

Did you mean: shutdown_db
2016 Apr 11
3
[RFC v5 0/5] Add virtio transport for AF_VSOCK
...'ve been using it in my project and it mostly seems > fine. > > One wrinkle I came across, which I'm not sure if it is by design or a > problem is that I can see this sequence coming from the guest (with > other activity in between): > > ? ? 1) OP_SHUTDOWN w/ flags == SHUTDOWN_RX > ????2) OP_SHUTDOWN w/ flags == SHUTDOWN_TX > ????3) OP_SHUTDOWN w/ flags == SHUTDOWN_TX|SHUTDOWN_RX > > I orignally had my backend close things down at #2, however this meant > that when #3 arrived it was for a non-existent socket (or, worse, an > active one if the ports got re...
2016 Apr 11
3
[RFC v5 0/5] Add virtio transport for AF_VSOCK
...'ve been using it in my project and it mostly seems > fine. > > One wrinkle I came across, which I'm not sure if it is by design or a > problem is that I can see this sequence coming from the guest (with > other activity in between): > > ? ? 1) OP_SHUTDOWN w/ flags == SHUTDOWN_RX > ????2) OP_SHUTDOWN w/ flags == SHUTDOWN_TX > ????3) OP_SHUTDOWN w/ flags == SHUTDOWN_TX|SHUTDOWN_RX > > I orignally had my backend close things down at #2, however this meant > that when #3 arrived it was for a non-existent socket (or, worse, an > active one if the ports got re...
2016 Apr 12
2
[RFC v5 0/5] Add virtio transport for AF_VSOCK
...fine. > > > > > > One wrinkle I came across, which I'm not sure if it is by design or a > > > problem is that I can see this sequence coming from the guest (with > > > other activity in between): > > > > > > ? ? 1) OP_SHUTDOWN w/ flags == SHUTDOWN_RX > > > ????2) OP_SHUTDOWN w/ flags == SHUTDOWN_TX > > > ????3) OP_SHUTDOWN w/ flags == SHUTDOWN_TX|SHUTDOWN_RX How did you trigger this sequence? I'd like to reproduce it. > > > I orignally had my backend close things down at #2, however this meant > > > th...
2016 Apr 12
2
[RFC v5 0/5] Add virtio transport for AF_VSOCK
...fine. > > > > > > One wrinkle I came across, which I'm not sure if it is by design or a > > > problem is that I can see this sequence coming from the guest (with > > > other activity in between): > > > > > > ? ? 1) OP_SHUTDOWN w/ flags == SHUTDOWN_RX > > > ????2) OP_SHUTDOWN w/ flags == SHUTDOWN_TX > > > ????3) OP_SHUTDOWN w/ flags == SHUTDOWN_TX|SHUTDOWN_RX How did you trigger this sequence? I'd like to reproduce it. > > > I orignally had my backend close things down at #2, however this meant > > > th...
2016 Apr 12
0
[RFC v5 0/5] Add virtio transport for AF_VSOCK
...gt; > > > One wrinkle I came across, which I'm not sure if it is by design or a > > > > problem is that I can see this sequence coming from the guest (with > > > > other activity in between): > > > > > > > > 1) OP_SHUTDOWN w/ flags == SHUTDOWN_RX > > > > 2) OP_SHUTDOWN w/ flags == SHUTDOWN_TX > > > > 3) OP_SHUTDOWN w/ flags == SHUTDOWN_TX|SHUTDOWN_RX > > How did you trigger this sequence? I'd like to reproduce it. > Nothing magic. I've written some logging into my backend and captured the r...
2016 Apr 11
0
[RFC v5 0/5] Add virtio transport for AF_VSOCK
...and it mostly seems > > fine. > > > > One wrinkle I came across, which I'm not sure if it is by design or a > > problem is that I can see this sequence coming from the guest (with > > other activity in between): > > > > ? ? 1) OP_SHUTDOWN w/ flags == SHUTDOWN_RX > > ????2) OP_SHUTDOWN w/ flags == SHUTDOWN_TX > > ????3) OP_SHUTDOWN w/ flags == SHUTDOWN_TX|SHUTDOWN_RX > > > > I orignally had my backend close things down at #2, however this meant > > that when #3 arrived it was for a non-existent socket (or, worse, an > >...
2016 Apr 08
0
[RFC v5 0/5] Add virtio transport for AF_VSOCK
...duplicate work. Thanks for this, I've been using it in my project and it mostly seems fine. One wrinkle I came across, which I'm not sure if it is by design or a problem is that I can see this sequence coming from the guest (with other activity in between): ? ? 1) OP_SHUTDOWN w/ flags == SHUTDOWN_RX ????2) OP_SHUTDOWN w/ flags == SHUTDOWN_TX ????3) OP_SHUTDOWN w/ flags == SHUTDOWN_TX|SHUTDOWN_RX I orignally had my backend close things down at #2, however this meant that when #3 arrived it was for a non-existent socket (or, worse, an active one if the ports got reused). I checked v5 of the spe...
2016 Apr 01
7
[RFC v5 0/5] Add virtio transport for AF_VSOCK
This series is based on Michael Tsirkin's vhost branch (v4.5-rc6). I'm about to process Claudio Imbrenda's locking fixes for virtio-vsock but first I want to share the latest version of the code. Several people are playing with vsock now so sharing the latest code should avoid duplicate work. v5: * Transport reset event for live migration support * Reorder virtqueues, drop unused
2016 Apr 01
7
[RFC v5 0/5] Add virtio transport for AF_VSOCK
This series is based on Michael Tsirkin's vhost branch (v4.5-rc6). I'm about to process Claudio Imbrenda's locking fixes for virtio-vsock but first I want to share the latest version of the code. Several people are playing with vsock now so sharing the latest code should avoid duplicate work. v5: * Transport reset event for live migration support * Reorder virtqueues, drop unused