Re: [PATCH] net/cnxk: fix uninitialized scalar variable

2022-05-05 Thread Jerin Jacob
On Sun, Apr 24, 2022 at 9:48 PM Gowrishankar Muthukrishnan wrote: > > Fix uninitialized scalar variable reported in coverity scan. > > Coverity issue: 371876, 371877 > Fixes: 39dc567c195 ("net/cnxk: add Tx burst for CN9K") > > Signed-off-by: Gowrishankar Muthukrishnan Squashed similar patch http

[PATCH] net/cnxk: fix uninitialized scalar variable

2022-04-24 Thread Gowrishankar Muthukrishnan
Fix uninitialized scalar variable reported in coverity scan. Coverity issue: 371872, 371880 Fixes: 19f3af2371a ("net/cnxk: add Tx burst for CN10K") Signed-off-by: Gowrishankar Muthukrishnan --- drivers/net/cnxk/cn10k_tx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d

[PATCH] net/cnxk: fix uninitialized scalar variable

2022-04-24 Thread Gowrishankar Muthukrishnan
Fix uninitialized scalar variable reported in coverity scan. Coverity issue: 371876, 371877 Fixes: 39dc567c195 ("net/cnxk: add Tx burst for CN9K") Signed-off-by: Gowrishankar Muthukrishnan --- drivers/net/cnxk/cn9k_tx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dri