Re: [dpdk-dev] [PATCH v2] ethdev: fix check of rx configure

2020-11-04 Thread Ferruh Yigit
On 11/4/2020 11:11 AM, Ferruh Yigit wrote: On 11/4/2020 1:24 AM, wangyunjian wrote: From: Yunjian Wang Coverity flags that 'rx_conf' variable is used before it's checked for NULL. This patch fixes this issue. Coverity issue: 363570 Fixes: 4ff702b5dfa9 ("ethdev: introduce Rx buffer split") Si

Re: [dpdk-dev] [PATCH v2] ethdev: fix check of rx configure

2020-11-04 Thread Ferruh Yigit
On 11/4/2020 1:24 AM, wangyunjian wrote: From: Yunjian Wang Coverity flags that 'rx_conf' variable is used before it's checked for NULL. This patch fixes this issue. Coverity issue: 363570 Fixes: 4ff702b5dfa9 ("ethdev: introduce Rx buffer split") Signed-off-by: Yunjian Wang Reviewed-by: Fer

[dpdk-dev] [PATCH v2] ethdev: fix check of rx configure

2020-11-03 Thread wangyunjian
From: Yunjian Wang Coverity flags that 'rx_conf' variable is used before it's checked for NULL. This patch fixes this issue. Coverity issue: 363570 Fixes: 4ff702b5dfa9 ("ethdev: introduce Rx buffer split") Signed-off-by: Yunjian Wang --- v2: fix code styles suggested by Ferruh Yigit --- l