Message ID | 20220208003502.1799728-1-eric.dumazet@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d1d5bd647c49c8d4f8f4c5b79ddc819a6f3f7c57 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: typhoon: include <net/vxlan.h> | expand |
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Mon, 7 Feb 2022 16:35:02 -0800 you wrote: > From: Eric Dumazet <edumazet@google.com> > > We need this to get vxlan_features_check() definition. > > Fixes: d2692eee05b8 ("net: typhoon: implement ndo_features_check method") > Signed-off-by: Eric Dumazet <edumazet@google.com> > > [...] Here is the summary with links: - [net-next] net: typhoon: include <net/vxlan.h> https://git.kernel.org/netdev/net-next/c/d1d5bd647c49 You are awesome, thank you!
diff --git a/drivers/net/ethernet/3com/typhoon.c b/drivers/net/ethernet/3com/typhoon.c index 08f6c42a1e3803006159915cfdae1e72c5e30335..ad57209007e1892656e60176ae464b7bdf3b0b49 100644 --- a/drivers/net/ethernet/3com/typhoon.c +++ b/drivers/net/ethernet/3com/typhoon.c @@ -2257,6 +2257,9 @@ typhoon_test_mmio(struct pci_dev *pdev) } #if MAX_SKB_FRAGS > 32 + +#include <net/vxlan.h> + static netdev_features_t typhoon_features_check(struct sk_buff *skb, struct net_device *dev, netdev_features_t features)