We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511b88f commit c758fedCopy full SHA for c758fed
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
@@ -7154,6 +7154,7 @@ int stmmac_dvr_probe(struct device *device,
7154
ndev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
7155
NETIF_F_RXCSUM;
7156
ndev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT |
7157
+ NETDEV_XDP_ACT_XSK_ZEROCOPY |
7158
NETDEV_XDP_ACT_NDO_XMIT;
7159
7160
ret = stmmac_tc_init(priv, priv);
0 commit comments