numam-dpdk/drivers/net
Xiao Wang 8709f63782 net/ixgbe/base: fix possible corruption of shadow RAM
Currently, not all shadow RAM accesses are being done under the
protection of a semaphore, which could result in corruption.

Refactor the code so that it is possible to hold the semaphore
around ixgbe_host_interface_command by introducing an unlocked form.
This patch also eliminates the function ixgbe_read_ee_hostif_data_X550
in favor of the function ixgbe_read_ee_hostif_X550.
The new arrangement is able to get both the management interface semaphore
and the EEPROM semaphore at the same time instead of separately.

Fixes: af75078fec ("first public release")

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2016-09-30 12:27:18 +02:00
..
af_packet eal: remove unused PMD types 2016-10-03 16:33:51 +02:00
bnx2x pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
bnxt pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
bonding eal: remove unused PMD types 2016-10-03 16:33:51 +02:00
cxgbe pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
e1000 net/e1000: fix returned number of available Rx descriptors 2016-09-30 12:27:18 +02:00
ena pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
enic net/enic: support scatter Rx in MTU update 2016-09-30 12:27:18 +02:00
fm10k net/fm10k: fix MAC address removal from switch 2016-09-30 12:27:18 +02:00
i40e net/i40e: enable 25G device 2016-09-30 12:27:18 +02:00
ixgbe net/ixgbe/base: fix possible corruption of shadow RAM 2016-09-30 12:27:18 +02:00
mlx4 net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
mlx5 net/mlx5: support Mellanox OFED 3.4 2016-09-30 12:27:18 +02:00
mpipe eal: remove unused PMD types 2016-10-03 16:33:51 +02:00
nfp net/nfp: unregister interrupt callback when closing 2016-09-30 12:27:18 +02:00
null eal: remove unused PMD types 2016-10-03 16:33:51 +02:00
pcap net/pcap: fix memory leak in jumbo frames 2016-09-30 12:27:18 +02:00
qede pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
ring eal: remove unused PMD types 2016-10-03 16:33:51 +02:00
szedata2 pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
thunderx net/thunderx: support 81xx SoC 2016-09-30 12:27:18 +02:00
vhost net/vhost: add extended statistics 2016-09-29 15:08:08 +02:00
virtio net/virtio: add NEON based Rx handler 2016-09-28 02:18:39 +02:00
vmxnet3 net/vmxnet3: enable LRO 2016-09-30 12:27:18 +02:00
xenvirt eal: remove unused PMD types 2016-10-03 16:33:51 +02:00
Makefile net/thunderx: add PMD skeleton 2016-06-20 17:21:54 +02:00