Re: [PATCH net-next v2] mlx4/en_netdev: allow offloading VXLAN over VLAN

2019-07-27 Thread David Miller
From: Davide Caratti Date: Fri, 26 Jul 2019 20:18:12 +0200 > ConnectX-3 Pro can offload transmission of VLAN packets with VXLAN inside: > enable tunnel offloads in dev->vlan_features, like it's done with other > NIC drivers (e.g. be2net and ixgbe). > > It's no more necessary to change dev->hw_en

Re: [PATCH net-next v2] mlx4/en_netdev: allow offloading VXLAN over VLAN

2019-07-26 Thread Saeed Mahameed
On Fri, 2019-07-26 at 20:18 +0200, Davide Caratti wrote: > ConnectX-3 Pro can offload transmission of VLAN packets with VXLAN > inside: > enable tunnel offloads in dev->vlan_features, like it's done with > other > NIC drivers (e.g. be2net and ixgbe). > > It's no more necessary to change dev->hw_en

[PATCH net-next v2] mlx4/en_netdev: allow offloading VXLAN over VLAN

2019-07-26 Thread Davide Caratti
ConnectX-3 Pro can offload transmission of VLAN packets with VXLAN inside: enable tunnel offloads in dev->vlan_features, like it's done with other NIC drivers (e.g. be2net and ixgbe). It's no more necessary to change dev->hw_enc_features when VXLAN are added or removed, since .ndo_features_check()