Re: [dpdk-dev] [PATCH] net/virtio-user: fix add pointer checking for rxvq

2018-05-24 Thread Maxime Coquelin
Hi, I would use net/virtio prefix instead, as IIUC, the impacted code can also be called by Virtio PMD. On 05/24/2018 03:04 PM, zhiyong.y...@intel.com wrote: For virtio-user server mode, One use case comes across segmentation fault. step 1: Launch vhost side as client firstly. step 2: launch vi

[dpdk-dev] [PATCH] net/virtio-user: fix add pointer checking for rxvq

2018-05-23 Thread zhiyong . yang
For virtio-user server mode, One use case comes across segmentation fault. step 1: Launch vhost side as client firstly. step 2: launch virtio-user side as server. The cause is: after registering virtio_interrupt_handler into eal-intr-thread, two threads (main thread and eal-intr-thread) have sync