commit | 107bc0766b9feb5113074c753735a3f115c2141f | [log] [tgz] |
---|---|---|
author | Stefano Garzarella <sgarzare@redhat.com> | Fri Apr 24 17:08:29 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 27 10:18:01 2020 -0700 |
tree | 4b437bb5daa788453292941dfccbc3f63d2060d1 | |
parent | 52a90612fa6108d20cffd3cf6a2c228e2f3619f7 [diff] |
vhost/vsock: fix packet delivery order to monitoring devices We want to deliver packets to monitoring devices before it is put in the virtqueue, to avoid that replies can appear in the packet capture before the transmitted packet. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>