numam-dpdk/drivers/net
Chas Williams 7ee177a72f bnx2x: fix restart
If you stop and start the driver, the rx queue will have the previous
index values when programming the adapter.  Therefore, we should always
reset the queue indices when the rx ring is setup.  Note:  We need to
clear (write) the status block's completion queue index since it is
possibly in a read cache.

Tidy some init code to make it clearer what the defaults are.

Signed-off-by: Chas Williams <3chas3@gmail.com>
2015-12-13 01:44:51 +01:00
..
af_packet af_packet: set input port in mbuf 2015-12-10 22:07:06 +01:00
bnx2x bnx2x: fix restart 2015-12-13 01:44:51 +01:00
bonding bonding: fix link state interrupt flag 2015-12-07 01:03:13 +01:00
cxgbe cxgbe: fix Rx queue setup error management 2015-12-12 22:34:43 +01:00
e1000 remove double semicolons 2015-12-07 04:57:16 +01:00
enic enic: fix vlan filtering 2015-11-10 17:06:53 +01:00
fm10k fm10k: log Rx and Tx functions in use 2015-11-27 19:52:49 +01:00
i40e i40e: fix filtering with vlan input 2015-12-10 21:41:13 +01:00
ixgbe ixgbe: fix Tx bytes statistics with link down 2015-12-07 00:55:51 +01:00
mlx4 mlx4: allow operation in secondary processes 2015-11-24 17:49:27 +01:00
mlx5 mlx5: fix available entries in Tx rings 2015-11-24 17:49:27 +01:00
mpipe mk: fix external shared library dependencies of drivers 2015-12-08 00:09:43 +01:00
nfp nfp: add link status interrupt 2015-12-08 03:00:42 +01:00
null null: remove fake pci interface 2015-11-03 18:46:52 +01:00
pcap mk: fix shared library dependencies of drivers 2015-12-06 22:15:14 +01:00
ring ring: fix memory leak when detaching 2015-11-23 23:51:14 +01:00
szedata2 mk: fix shared library dependencies of drivers 2015-12-06 22:15:14 +01:00
virtio virtio: fix wrong queue index 2015-12-09 22:02:33 +01:00
vmxnet3 remove blank lines at end-of-file 2015-12-07 04:57:16 +01:00
xenvirt xenvirt: fix build for 32-bit platform 2015-12-12 22:34:43 +01:00
Makefile nfp: introduce driver initialization 2015-12-08 03:00:42 +01:00