Re: [dpdk-dev] [PATCH v3 1/2] net/vhost: create datagram sockets immediately

2017-01-03 Thread Charles (Chas) Williams
On 01/03/2017 03:22 AM, Yuanhan Liu wrote: On Sun, Jan 01, 2017 at 02:01:56PM -0500, Charles (Chas) Williams wrote: If you create a vhost server device, it doesn't create the actual datagram socket until you call .dev_start(). If you call .dev_stop() is also deletes those sockets. For QEMU c

Re: [dpdk-dev] [PATCH v3 1/2] net/vhost: create datagram sockets immediately

2017-01-03 Thread Yuanhan Liu
On Sun, Jan 01, 2017 at 02:01:56PM -0500, Charles (Chas) Williams wrote: > If you create a vhost server device, it doesn't create the actual datagram > socket until you call .dev_start(). If you call .dev_stop() is also > deletes those sockets. For QEMU clients, this is a problem since QEMU > doe