Re: [dpdk-dev] [PATCH 1/2] net/i40e: fix address of first segment

2019-09-23 Thread Zhang, Xiao
> -Original Message- > From: Joyce Kong [mailto:joyce.k...@arm.com] > Sent: Tuesday, September 24, 2019 1:49 PM > To: dev@dpdk.org > Cc: n...@arm.com; tho...@monjalon.net; jer...@marvell.com; Zhang, Xiao > ; gavin...@arm.com; honnappa.nagaraha...@arm.com; > sta...@dpdk.org > Subject: [PA

[dpdk-dev] [PATCH 1/2] net/i40e: fix address of first segment

2019-09-23 Thread Joyce Kong
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: 343422, 343403 Fixes: ca74903b75cf ("net/i40e: extract non-x86 specific code from vector driver") Cc: s