Re: [dpdk-dev] [PATCH v3 4/4] net/vhost: add NULL pointer checking

2018-03-30 Thread Yang, Zhiyong
t: Re: [dpdk-dev] [PATCH v3 4/4] net/vhost: add NULL pointer > checking > > Hi Maxime, > > > -Original Message- > > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > > Sent: Thursday, March 29, 2018 9:20 PM > > To: Yang, Zhiyong ;

Re: [dpdk-dev] [PATCH v3 4/4] net/vhost: add NULL pointer checking

2018-03-29 Thread Yang, Zhiyong
Hi Maxime, > -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Thursday, March 29, 2018 9:20 PM > To: Yang, Zhiyong ; dev@dpdk.org > Cc: Tan, Jianfeng ; Wang, Zhihong > ; tho...@monjalon.net; Wang, Dong1 > ; Bie, Tiwei > Subject: Re: [PATCH v3 4/4] net

Re: [dpdk-dev] [PATCH v3 4/4] net/vhost: add NULL pointer checking

2018-03-29 Thread Maxime Coquelin
Hi, On 03/21/2018 04:03 AM, zhiyong.y...@intel.com wrote: When vhost user PMD works in client mode to connect/reconnect virtio-user with server mode, new thread sometimes may run to new_device before queue_setup has been done, So have to wait until memory allocation is done. Release note is upd

[dpdk-dev] [PATCH v3 4/4] net/vhost: add NULL pointer checking

2018-03-20 Thread zhiyong . yang
When vhost user PMD works in client mode to connect/reconnect virtio-user with server mode, new thread sometimes may run to new_device before queue_setup has been done, So have to wait until memory allocation is done. Release note is updated in the patch. Signed-off-by: Zhiyong Yang --- doc/gui