提交 dc7aadb5 编写于 作者: V Vasundhara Volam 提交者: David S. Miller

bnxt_en: Increase maximum supported MTU to 9500.

Signed-off-by: NVasundhara Volam <vasundhara-v.volam@broadcom.com>
Signed-off-by: NMichael Chan <michael.chan@broadcom.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 550feebf
...@@ -6049,7 +6049,7 @@ static int bnxt_change_mtu(struct net_device *dev, int new_mtu) ...@@ -6049,7 +6049,7 @@ static int bnxt_change_mtu(struct net_device *dev, int new_mtu)
{ {
struct bnxt *bp = netdev_priv(dev); struct bnxt *bp = netdev_priv(dev);
if (new_mtu < 60 || new_mtu > 9000) if (new_mtu < 60 || new_mtu > 9500)
return -EINVAL; return -EINVAL;
if (netif_running(dev)) if (netif_running(dev))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册