Re: [dpdk-dev] [PATCH v2] net/mlx5: fix using flow tunnel before null check

2021-03-28 Thread Raslan Darawsheh
org > Subject: [dpdk-dev] [PATCH v2] net/mlx5: fix using flow tunnel before null > check > > From: Yunjian Wang > > Coverity flags that 'ctx->tunnel' variable is used before > it's checked for NULL. This patch fixes this issue. > > Coverity issue: 366201

[dpdk-dev] [PATCH v2] net/mlx5: fix using flow tunnel before null check

2021-03-26 Thread wangyunjian
From: Yunjian Wang Coverity flags that 'ctx->tunnel' variable is used before it's checked for NULL. This patch fixes this issue. Coverity issue: 366201 Fixes: 868d2e342cf3 ("net/mlx5: fix tunnel offload hub multi-thread protection") Cc: sta...@dpdk.org Signed-off-by: Yunjian Wang Acked-by: Via