[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200709164556.470e8ba1@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Thu, 9 Jul 2020 16:45:56 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, saeedm@...lanox.com,
michael.chan@...adcom.com, emil.s.tantilov@...el.com,
alexander.h.duyck@...ux.intel.com, jeffrey.t.kirsher@...el.com,
tariqt@...lanox.com, mkubecek@...e.cz
Subject: Re: [PATCH net-next v3 00/10] udp_tunnel: add NIC RX port offload
infrastructure
On Thu, 9 Jul 2020 16:28:50 -0700 Jakub Kicinski wrote:
> v3:
> - fix build issue;
Ugh. The drivers need access to the stubs as well. Maybe:
+#ifdef CONFIG_INET
extern const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops;
+#else
+#define udp_tunnel_nic_ops NULL
+#endif
Powered by blists - more mailing lists