[Intel-wired-lan] [next PATCH 03/11] igb: Allow asymmetric configuration of MTU versus Rx frame size

Brown, Aaron F aaron.f.brown at intel.com
Thu Jan 14 03:07:19 UTC 2016


> From: Intel-wired-lan [intel-wired-lan-bounces at lists.osuosl.org] on behalf of Alexander Duyck [aduyck at mirantis.com]
> Sent: Wednesday, January 06, 2016 11:10 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [next PATCH 03/11] igb: Allow asymmetric configuration of MTU versus Rx frame size
> 
> Since the igb driver is using page based receive there is no point in
> limiting the Rx capabilities of the device.  The driver can receive 9K
> jumbo frames at all times.  The only changes needed due to MTU changes are
> updates for the FIFO sizes and flow-control watermarks.
> 
> Update the maximum frame size to reflect the 9.5K limitation of the
> hardware, and replace all instances of max_frame_size with
> MAX_JUMBO_FRAME_SIZE when referring to an Rx FIFO or frame.
> 
> Signed-off-by: Alexander Duyck <aduyck at mirantis.com>
> ---
>  drivers/net/ethernet/intel/igb/e1000_defines.h |    3 -
>  drivers/net/ethernet/intel/igb/igb_main.c      |  107 +++++++++---------------
>  2 files changed, 42 insertions(+), 68 deletions(-)

Tested-by: Aaron Brown <aaron.f.brown at intel.com>


More information about the Intel-wired-lan mailing list