kernel-hacking-2024-linux-s.../drivers/net/ixgbe
Alexander Duyck ff886dfce2 ixgbe: Pass staterr instead of re-reading status and error bits from descriptor
This change is meant to address possible race conditions from the status
and error bits on the RX descriptors being re-read by multiple functions in
the RX cleanup path.  To resolve this I have added code that will pass the
staterr value to those functions.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-07-21 22:56:37 -07:00
..
ixgbe.h ixgbe: Pass staterr instead of re-reading status and error bits from descriptor 2011-07-21 22:56:37 -07:00
ixgbe_82598.c
ixgbe_82599.c
ixgbe_common.c
ixgbe_common.h
ixgbe_dcb.c
ixgbe_dcb.h
ixgbe_dcb_82598.c
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c
ixgbe_dcb_82599.h
ixgbe_dcb_nl.c ixgbe: implement DCB ops dcb_ieee_del() 2011-06-25 00:15:58 -07:00
ixgbe_ethtool.c ixgbe: Move interrupt related values out of ring and into q_vector 2011-07-21 22:56:17 -07:00
ixgbe_fcoe.c ixgbe: Pass staterr instead of re-reading status and error bits from descriptor 2011-07-21 22:56:37 -07:00
ixgbe_fcoe.h ixgbe: remove unused fcoe.tc field and fcoe_setapp() 2011-06-25 00:15:42 -07:00
ixgbe_main.c ixgbe: Pass staterr instead of re-reading status and error bits from descriptor 2011-07-21 22:56:37 -07:00
ixgbe_mbx.c
ixgbe_mbx.h
ixgbe_phy.c
ixgbe_phy.h
ixgbe_sriov.c
ixgbe_sriov.h
ixgbe_type.h
ixgbe_x540.c
Makefile