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)
commita8c94b9188bf6012d9b6c3d37f324bd6c7d2924e
tree3e099f4ab52247d52c842bc7f6a99c07ca09af40
parent7eb38527c4e485923fa3f87d11ce11b4e6ebf807
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