numam-dpdk/drivers/net
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
..
af_packet af_packet: check Tx error 2015-10-20 17:59:19 +02:00
bnx2x bnx2x: fix part of 32-bit build 2015-08-03 17:39:11 +02:00
bonding bonding: support stats per queue 2015-11-01 18:10:55 +01:00
cxgbe cxgbe: get descriptor limits 2015-11-02 00:14:00 +01:00
e1000 e1000: get queue info and descriptor limits 2015-11-02 00:14:00 +01:00
enic enic: improve Tx packet rate 2015-10-30 18:34:37 +01:00
fm10k fm10k: fix crash in vector Rx 2015-11-02 10:00:21 +01:00
i40e i40e: get queue info and descriptor limits 2015-11-02 00:13:59 +01:00
ixgbe ixgbe: get queue info and descriptor limits 2015-11-02 00:13:59 +01:00
mlx4 mlx4: handle link status interrupts 2015-11-01 11:23:45 +01:00
mlx5 mlx5: handle link status interrupts 2015-11-01 11:23:45 +01:00
mpipe mpipe: return error for init allocation failure 2015-10-24 19:24:17 +02:00
null null: add virtual RSS configuration 2015-11-01 18:10:55 +01:00
pcap mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
ring ring: remove deprecated functions 2015-09-03 19:22:48 +02:00
virtio virtio: fix deadloop after wrong config read 2015-10-26 21:23:53 +01:00
vmxnet3 vmxnet3: get descriptor limits 2015-11-02 00:14:00 +01:00
xenvirt xenvirt: free queues when closing 2015-10-30 17:57:04 +01:00
Makefile mlx5: introduce new driver for Mellanox ConnectX-4 adapters 2015-10-30 22:03:42 +01:00