net/ixgbe: fix address of first segment
authorJoyce Kong <joyce.kong@arm.com>
Tue, 24 Sep 2019 05:48:45 +0000 (13:48 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Oct 2019 14:43:09 +0000 (16:43 +0200)
commit648255d43e4a820274cbb02cca3ece445d8de302
tree1ba413b91b5987ded31ac33c77f8e4ab6993546e
parentff4f8e24d535df81557f3dcef64d1aef8251f277
net/ixgbe: fix address of first segment

This patch fixes (dereference after null check) coverity issue.
The address of first segmented packets was not set correctly during
reassembling packets which led to this issue.

Coverity issue: 13245
Fixes: 8a44c15aa57d ("net/ixgbe: extract non-x86 specific code from vector driver")
Cc: stable@dpdk.org
Signed-off-by: Joyce Kong <joyce.kong@arm.com>
Reviewed-by: Xiao Zhang <xiao.zhang@intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c