]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: MTU for FCoE L2 ring
authorVladislav Zolotarov <vladz@broadcom.com>
Sun, 6 Feb 2011 19:21:02 +0000 (11:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Feb 2011 19:21:02 +0000 (11:21 -0800)
commit1706b3fff608a5aade3c9fc3646ab7f24808a284
tree3e099f4ab52247d52c842bc7f6a99c07ca09af40
parenteb7303e551065d341ee445e60cbbd1ae89a8c90e
bnx2x: MTU for FCoE L2 ring

Always configure an FCoE L2 ring with a mini-jumbo MTU size (2500).
To do that we had to move the rx_buf_size parameter from per
function level to a per ring level.

Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x/bnx2x.h
drivers/net/bnx2x/bnx2x_cmn.c
drivers/net/bnx2x/bnx2x_cmn.h
drivers/net/bnx2x/bnx2x_ethtool.c
drivers/net/bnx2x/bnx2x_main.c