Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorJakub Kicinski <kuba@kernel.org>
Thu, 16 Feb 2023 03:20:58 +0000 (19:20 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Feb 2023 03:20:58 +0000 (19:20 -0800)
commitdee4bf7167cfcae642e0cf04bef81dca49cc286f
treef35129b25fd99a346732b6e3e98209771b2a72ca
parentfda6c89fe3d9aca073495a664e1d5aea28cd4377
parent0967bf837784a11c65d66060623a74e65211af0b
Merge branch '10GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2023-02-14 (ixgbe, i40e)

This series contains updates to ixgbe and i40e drivers.

Jason Xing corrects comparison of frame sizes for setting MTU with XDP on
ixgbe and adjusts frame size to account for a second VLAN header on ixgbe
and i40e.

* '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ixgbe: add double of VLAN header when computing the max MTU
  i40e: add double of VLAN header when computing the max MTU
  ixgbe: allow to increase MTU to 3K with XDP enabled
====================

Link: https://lore.kernel.org/r/20230214185146.1305819-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>