linux/drivers/net/ethernet/broadcom/bnx2x
Merav Sicron 65565884fb bnx2x: Make the transmission queues adjacent
In the current scheme the transmission queues of traffic-class 0 were 0-15, the
transmission queues of traffic-class 1 were 16-31 and so on. If the number of
RSS queues was smaller than 16, there were gaps in transmission queues
numbering, as well as in CIDs numbering. This is both a waste (especially when
16 is increased to 64), and may causes problems with flushing queues when
reducing the number of RSS queues (using ethtool -L). The new scheme eliminates
the gaps.

Signed-off-by: Merav Sicron <meravs@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-19 14:34:34 -07:00
..
bnx2x_cmn.c bnx2x: Make the transmission queues adjacent 2012-06-19 14:34:34 -07:00
bnx2x_cmn.h bnx2x: Make the transmission queues adjacent 2012-06-19 14:34:34 -07:00
bnx2x_dcb.c bnx2x: added TLV_NOT_FOUND flags to the dcb 2012-03-19 16:53:07 -04:00
bnx2x_dcb.h bnx2x: Update version to 1.72.0 and copyrights 2012-01-26 13:39:52 -05:00
bnx2x_dump.h bnx2x: Update version to 1.72.0 and copyrights 2012-01-26 13:39:52 -05:00
bnx2x_ethtool.c bnx2x: Make the transmission queues adjacent 2012-06-19 14:34:34 -07:00
bnx2x_fw_defs.h bnx2x: add afex support 2012-04-23 22:34:03 -04:00
bnx2x_fw_file_hdr.h bnx2x: Update version to 1.72.0 and copyrights 2012-01-26 13:39:52 -05:00
bnx2x_hsi.h bnx2x: Added EEE support 2012-06-07 13:18:54 -07:00
bnx2x_init_ops.h bnx2x: Update version to 1.72.0 and copyrights 2012-01-26 13:39:52 -05:00
bnx2x_init.h bnx2x: add afex support 2012-04-23 22:34:03 -04:00
bnx2x_link.c bnx2x: correct LPI pass-through configuration 2012-06-17 16:16:51 -07:00
bnx2x_link.h bnx2x: Added EEE support 2012-06-07 13:18:54 -07:00
bnx2x_main.c bnx2x: Make the transmission queues adjacent 2012-06-19 14:34:34 -07:00
bnx2x_reg.h bnx2x: Added EEE support 2012-06-07 13:18:54 -07:00
bnx2x_sp.c bnx2x: Add support for 4-tupple UDP RSS 2012-06-19 14:34:34 -07:00
bnx2x_sp.h bnx2x: Add support for 4-tupple UDP RSS 2012-06-19 14:34:34 -07:00
bnx2x_stats.c bnx2x: Make the transmission queues adjacent 2012-06-19 14:34:34 -07:00
bnx2x_stats.h bnx2x: Added EEE support 2012-06-07 13:18:54 -07:00
bnx2x.h bnx2x: Make the transmission queues adjacent 2012-06-19 14:34:34 -07:00
Makefile