aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
diff options
context:
space:
mode:
authorEdward Cree <ecree@solarflare.com>2020-10-28 20:44:27 +0000
committerJakub Kicinski <kuba@kernel.org>2020-10-30 17:42:53 -0700
commitb61e8100dcfc79c65aeb78122f98b2b6f4bbeb08 (patch)
tree7f10b61de0e36e1cc66d22791bf4a3965f6b9536 /drivers
parentsfc: only use fixed-id if the skb asks for it (diff)
downloadwireguard-linux-b61e8100dcfc79c65aeb78122f98b2b6f4bbeb08.tar.xz
wireguard-linux-b61e8100dcfc79c65aeb78122f98b2b6f4bbeb08.zip
sfc: advertise our vlan features
Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/sfc/ef100_nic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sfc/ef100_nic.c b/drivers/net/ethernet/sfc/ef100_nic.c
index 8a187a16ac89..cd93c5ffd45c 100644
--- a/drivers/net/ethernet/sfc/ef100_nic.c
+++ b/drivers/net/ethernet/sfc/ef100_nic.c
@@ -1110,6 +1110,8 @@ static int ef100_probe_main(struct efx_nic *efx)
net_dev->features |= efx->type->offload_features;
net_dev->hw_features |= efx->type->offload_features;
net_dev->hw_enc_features |= efx->type->offload_features;
+ net_dev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_SG |
+ NETIF_F_HIGHDMA | NETIF_F_ALL_TSO;
/* Populate design-parameter defaults */
nic_data->tso_max_hdr_len = ESE_EF100_DP_GZ_TSO_MAX_HDR_LEN_DEFAULT;