Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1683573

Re: [PATCH] net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3
Date 2017-07-08 11:50 +0200
Message-ID <u0Uxc-v4-9@gated-at.bofh.it> (permalink)
References <tZUzg-86u-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Nicolas Ferre <nicolas.ferre@microchip.com>
Date: Wed, 5 Jul 2017 17:36:16 +0200

> From: vishnuvardhan <vardhanraj4143@gmail.com>
> 
> As per the SAMA5D3 device specification it supports Jumbo frames.
> But the suggested flag and length of bytes it supports was not updated
> in this driver config_structure.
> The maximum jumbo frames the device supports :
> 10240 bytes as per the device spec.
> 
> While changing the MTU value greater than 1500, it threw error:
> sudo ifconfig eth1 mtu 9000
> SIOCSIFMTU: Invalid argument
> 
> Add this support to driver so that it works as expected and designed.
> 
> Signed-off-by: vishnuvardhan <vardhanraj4143@gmail.com>
> [nicolas.ferre@microchip.com: modify slightly commit msg]
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Applied, thank you.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3 Nicolas Ferre <nicolas.ferre@microchip.com> - 2017-07-05 17:40 +0200
  Re: [PATCH] net: macb: Adding Support for Jumbo Frames up to 10240  Bytes in SAMA5D3 David Miller <davem@davemloft.net> - 2017-07-08 11:50 +0200

csiph-web