Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1593374 > unrolled thread
| Started by | Jiri Pirko <jiri@resnulli.us> |
|---|---|
| First post | 2017-03-06 15:10 +0100 |
| Last post | 2017-03-06 15:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH net] team: use ETH_MAX_MTU as max mtu Jiri Pirko <jiri@resnulli.us> - 2017-03-06 15:10 +0100
| From | Jiri Pirko <jiri@resnulli.us> |
|---|---|
| Date | 2017-03-06 15:10 +0100 |
| Subject | Re: [PATCH net] team: use ETH_MAX_MTU as max mtu |
| Message-ID | <ti1uP-Rx-57@gated-at.bofh.it> |
Mon, Mar 06, 2017 at 02:48:58PM CET, jarod@redhat.com wrote:
>This restores the ability to set a team device's mtu to anything higher
>than 1500. Similar to the reported issue with bonding, the team driver
>calls ether_setup(), which sets an initial max_mtu of 1500, while the
>underlying hardware can handle something much larger. Just set it to
>ETH_MAX_MTU to support all possible values, and the limitations of the
>underlying devices will prevent setting anything too large.
>
>Fixes: 91572088e3fd ("net: use core MTU range checking in core net infra")
>CC: Cong Wang <xiyou.wangcong@gmail.com>
>CC: Jiri Pirko <jiri@resnulli.us>
>CC: netdev@vger.kernel.org
>Signed-off-by: Jarod Wilson <jarod@redhat.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Back to top | Article view | linux.kernel
csiph-web