net/i40e: fix memory overflow in 32-bit SSE Rx
authorQi Zhang <qi.z.zhang@intel.com>
Sun, 30 Apr 2017 05:26:49 +0000 (01:26 -0400)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 15:40:21 +0000 (17:40 +0200)
commitf4afa1a0487fc73055a6d5571a20fdc0ed99866d
treed0467f8817b1eb17d05df372a0ae5292d1398499
parent6d65eba145cc3d84d9d0de1824eacfa2392a5eee
net/i40e: fix memory overflow in 32-bit SSE Rx

Return mbuf points of _recv_raw_pkts_vec are modified out of bound.

Fixes: 8e109464c022 ("i40e: allow vector Rx and Tx usage")
Cc: stable@dpdk.org
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/i40e/i40e_rxtx_vec_sse.c