]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: add double of VLAN header when computing the max MTU
authorJason Xing <kernelxing@tencent.com>
Wed, 8 Feb 2023 02:43:33 +0000 (10:43 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:50:40 +0000 (12:50 +0100)
commit6aa329a4636630a299956be741380e853d06a057
treeaa765a26b7ca4da936a939886031f53ffc93cb05
parentbd26fadc4b870472f1c5bbc5dc6774bf2b87de63
i40e: add double of VLAN header when computing the max MTU

commit ce45ffb815e8e238f05de1630be3969b6bb15e4e upstream.

Include the second VLAN HLEN into account when computing the maximum
MTU size as other drivers do.

Fixes: 30067ecaebfe ("i40e: add XDP support for pass and drop actions")
Signed-off-by: Jason Xing <kernelxing@tencent.com>
Reviewed-by: Alexander Duyck <alexanderduyck@fb.com>
Tested-by: Chandan Kumar Rout <chandanx.rout@intel.com> (A Contingent Worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/intel/i40e/i40e_main.c