Re: [dpdk-dev] [PATCH v3] vhost: fix null pointer checking

2019-04-17 Thread Maxime Coquelin
On 4/11/19 4:48 PM, Mohammad Abdul Awal wrote: Null value for parameters will cause segfault. Fixes: d7280c9fff ("vhost: support selective datapath") Fixes: 72e8543093 ("vhost: add API to get MTU value") Fixes: a277c71598 ("vhost: refactor code structure") Fixes: ca33faf9ef ("vhost: introduce

Re: [dpdk-dev] [PATCH v3] vhost: fix null pointer checking

2019-04-11 Thread Tiwei Bie
On Thu, Apr 11, 2019 at 03:48:40PM +0100, Mohammad Abdul Awal wrote: > Null value for parameters will cause segfault. > > Fixes: d7280c9fff ("vhost: support selective datapath") > Fixes: 72e8543093 ("vhost: add API to get MTU value") > Fixes: a277c71598 ("vhost: refactor code structure") > Fixes:

[dpdk-dev] [PATCH v3] vhost: fix null pointer checking

2019-04-11 Thread Mohammad Abdul Awal
Null value for parameters will cause segfault. Fixes: d7280c9fff ("vhost: support selective datapath") Fixes: 72e8543093 ("vhost: add API to get MTU value") Fixes: a277c71598 ("vhost: refactor code structure") Fixes: ca33faf9ef ("vhost: introduce API to fetch negotiated features") Fixes: eb3224745