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

2019-04-17 Thread Maxime Coquelin
On 4/8/19 5:38 AM, Tiwei Bie wrote: On Thu, Apr 04, 2019 at 09:53:17AM +0100, Mohammad Abdul Awal wrote: Null value for parameters will cause segfault. Fixes: d7280c9fff ("vhost: support selective datapath") Fixes: 72e8543093df ("vhost: add API to get MTU value") Fixes: a277c71598 ("vhost: r

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

2019-04-07 Thread Tiwei Bie
On Thu, Apr 04, 2019 at 09:53:17AM +0100, Mohammad Abdul Awal wrote: > Null value for parameters will cause segfault. > > Fixes: d7280c9fff ("vhost: support selective datapath") > Fixes: 72e8543093df ("vhost: add API to get MTU value") > Fixes: a277c71598 ("vhost: refactor code structure") > Fixes

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

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