Re: [dpdk-dev] [PATCH] app/testpmd: fix possible uninitialized variable usage

2018-11-02 Thread Ferruh Yigit
On 10/30/2018 10:59 AM, Iremonger, Bernard wrote: >> -Original Message- >> From: Yigit, Ferruh >> Sent: Sunday, October 28, 2018 2:17 AM >> To: Lu, Wenzhuo ; Wu, Jingjing >> ; Iremonger, Bernard >> Cc: dev@dpdk.org; Yigit, Ferruh ; sta...@dpdk.org >> Subject: [PATCH] app/testpmd: fix possi

Re: [dpdk-dev] [PATCH] app/testpmd: fix possible uninitialized variable usage

2018-10-30 Thread Iremonger, Bernard
> -Original Message- > From: Yigit, Ferruh > Sent: Sunday, October 28, 2018 2:17 AM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > Cc: dev@dpdk.org; Yigit, Ferruh ; sta...@dpdk.org > Subject: [PATCH] app/testpmd: fix possible uninitialized variable usage > > ol_flags can be wro

[dpdk-dev] [PATCH] app/testpmd: fix possible uninitialized variable usage

2018-10-27 Thread Ferruh Yigit
ol_flags can be wrong if DEV_TX_OFFLOAD_VLAN_INSERT is not set in tx_offloads Fixes: 3eecba267cd6 ("app/testpmd: cleanup internal Tx offloads flags field") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- app/test-pmd/flowgen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff