commit | a1718505d7f67ee0ab051322f1cbc7ac42b5da82 | [log] [tgz] |
---|---|---|
author | Davide Caratti <dcaratti@redhat.com> | Thu Jan 09 12:07:59 2020 +0100 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Jan 22 22:28:23 2020 -0800 |
tree | ace206c6945e7f8ced8ae674e25737718c87a56b | |
parent | ca9c74ae9be5e78541c2058db9a754947a7d4a9b [diff] |
net/mlx5e: allow TSO on VXLAN over VLAN topologies since mlx5 hardware can segment correctly TSO packets on VXLAN over VLAN topologies, CPU usage can improve significantly if we enable tunnel offloads in dev->vlan_features, like it was done in the past with other NIC drivers (e.g. mlx4, be2net and ixgbe). Signed-off-by: Davide Caratti <dcaratti@redhat.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>