mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 17:55:05 +03:00
When TSO is enabled with NETIF_F_HW_VLAN_CTAG_TX then VLAN performance is compromised in the case of EQOS. This is because the hardware fails to insert a VLAN tag for every segment. To address this issue, NETIF_F_HW_VLAN_CTAG_TX is temporarily disabled, allowing Network Stack to handle the insertion of VLAN tags during transmission. Bug 4290860 Change-Id: Iee24898b5b32d91e19b4eae12c7e076e014d6674 Signed-off-by: Narayan Reddy <narayanr@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3008932 Reviewed-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-by: Mohan Thadikamalla <mohant@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Tested-by: Tonny Liang <tonnyl@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>