projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe2f25
)
sfc: advertise our vlan features
author
Edward Cree
<ecree@solarflare.com>
Wed, 28 Oct 2020 20:44:27 +0000
(20:44 +0000)
committer
Jakub Kicinski
<kuba@kernel.org>
Sat, 31 Oct 2020 00:42:53 +0000
(17:42 -0700)
Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/sfc/ef100_nic.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/sfc/ef100_nic.c
b/drivers/net/ethernet/sfc/ef100_nic.c
index 8a187a16ac895340d5c06e46002323ac84360c65..cd93c5ffd45c34fdc3b560a1dc8e7db94b20c269 100644
(file)
--- 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;