Re: [ovs-dev] [PATCH v2] netdev-dpdk: Clean-up after vHost User port delete

2015-10-22 Thread Daniele Di Proietto
I applied this to master, thanks On 21/10/2015 06:50, "Ciara Loftus" wrote: >Unregister and delete the socket associated with a vhost-user >port when the port is deleted and/or the switch is brought down. >Do not delete the socket if the vhost-user device is still attached >to the guest. > >Sign

[ovs-dev] [PATCH v2] netdev-dpdk: Clean-up after vHost User port delete

2015-10-21 Thread Ciara Loftus
Unregister and delete the socket associated with a vhost-user port when the port is deleted and/or the switch is brought down. Do not delete the socket if the vhost-user device is still attached to the guest. Signed-off-by: Ciara Loftus --- lib/netdev-dpdk.c | 4 1 file changed, 4 insertion