[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161017212057.42d4e91f@jkicinski-Precision-T1700>
Date: Mon, 17 Oct 2016 21:20:57 +0100
From: Jakub Kicinski <kubakici@...pl>
To: Jarod Wilson <jarod@...hat.com>
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Subject: Re: [PATCH net-next 03/15] ethernet/intel: use core min/max MTU
checking
Looks better, unfortunately, I can't test since net-next also seem to
make nfs implode on my setup.
On Mon, 17 Oct 2016 15:54:05 -0400, Jarod Wilson wrote:
> @@ -7187,6 +7180,11 @@ static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
> netdev->vlan_features |= NETIF_F_HIGHDMA;
> }
>
> + /* MTU range: 68 - max_hw_frame_size */
> + netdev->min_mtu = ETH_MIN_MTU;
Nitpick: we probably don't have to reinit min_mtu if it's 68.
Powered by blists - more mailing lists