You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter P Waskiewicz Jr
3e450669cc
ixgbe: Fix a set_num_queues() bug that can result in num_(r|t)x_queues = 0
...
Now that our set_num_queues() routines for each feature are re-entrant, and
can be called at any point, they shouldn't zero out the feature's indices
or mask bits. Subsequent calls into those routines for those features can
result in zero Rx and Tx queues being assigned, causing a panic later in
driver reinitialization.
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
16 years ago
..
Makefile
ixgbe: Update copyright dates, bump the driver version number
16 years ago
ixgbe.h
ixgbe: Display EEPROM version in ethtool -i queries
16 years ago
ixgbe_82598.c
ixgbe: Update flow control state machine in link setup
16 years ago
ixgbe_common.c
ixgbe: Update flow control state machine in link setup
16 years ago
ixgbe_common.h
ixgbe: Update flow control state machine in link setup
16 years ago
ixgbe_dcb.c
ixgbe: Update copyright dates, bump the driver version number
16 years ago
ixgbe_dcb.h
ixgbe: Update copyright dates, bump the driver version number
16 years ago
ixgbe_dcb_82598.c
ixgbe: Update flow control state machine in link setup
16 years ago
ixgbe_dcb_82598.h
ixgbe: Update copyright dates, bump the driver version number
16 years ago
ixgbe_dcb_nl.c
ixgbe: Update copyright dates, bump the driver version number
16 years ago
ixgbe_ethtool.c
ixgbe: Update flow control state machine in link setup
16 years ago
ixgbe_main.c
ixgbe: Fix a set_num_queues() bug that can result in num_(r|t)x_queues = 0
16 years ago
ixgbe_phy.c
ixgbe: Update copyright dates, bump the driver version number
16 years ago
ixgbe_phy.h
ixgbe: Update copyright dates, bump the driver version number
16 years ago
ixgbe_type.h
ixgbe: Update flow control state machine in link setup
16 years ago