numam-dpdk/drivers/net/fm10k
Chen Jing D(Mark) 3764b6724b fm10k: fix crash in vector Rx
Vector RX function will process 4 packets at a time. When the RX
ring wrapps to the tail and the left descriptor size is not multiple
of 4, SW will overwrite memory that not belongs to it and cause crash.
The fix will allocate additional 4 HW/SW spaces at the tail to avoid
overwrite.

Signed-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>
Acked-by: Cunming Liang <cunming.liang@intel.com>
2015-11-02 10:00:21 +01:00
..
base fm10k: support Boulder Rapid device 2015-10-29 23:47:44 +01:00
fm10k_ethdev.c fm10k: fix crash in vector Rx 2015-11-02 10:00:21 +01:00
fm10k_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
fm10k_rxtx_vec.c fm10k: reset and release mbuf for vector Tx 2015-11-02 10:00:02 +01:00
fm10k_rxtx.c fm10k: enable TSO support 2015-10-29 23:47:44 +01:00
fm10k.h fm10k: fix crash in vector Rx 2015-11-02 10:00:21 +01:00
Makefile fm10k: introduce vector driver 2015-11-02 09:55:51 +01:00
rte_pmd_fm10k_version.map fm10k: move to drivers/net/ 2015-05-22 16:06:22 +02:00