Netdev List
 help / color / mirror / Atom feed
* [PATCH bpf-next] xsk: temporarily disable AF_XDP
@ 2018-05-31  0:17 Björn Töpel
  2018-06-01  0:24 ` Björn Töpel
  0 siblings, 1 reply; 2+ messages in thread
From: Björn Töpel @ 2018-05-31  0:17 UTC (permalink / raw)
  To: ast, daniel, netdev
  Cc: Björn Töpel, magnus.karlsson, magnus.karlsson

From: Björn Töpel <bjorn.topel@intel.com>

Temporarily disable AF_XDP sockets, and hide uapi.

Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
---
 include/{uapi => }/linux/if_xdp.h | 0
 net/xdp/Kconfig                   | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename include/{uapi => }/linux/if_xdp.h (100%)

diff --git a/include/uapi/linux/if_xdp.h b/include/linux/if_xdp.h
similarity index 100%
rename from include/uapi/linux/if_xdp.h
rename to include/linux/if_xdp.h
diff --git a/net/xdp/Kconfig b/net/xdp/Kconfig
index 90e4a7152854..d845606dae7b 100644
--- a/net/xdp/Kconfig
+++ b/net/xdp/Kconfig
@@ -1,5 +1,5 @@
 config XDP_SOCKETS
-	bool "XDP sockets"
+	bool "XDP sockets" if n
 	depends on BPF_SYSCALL
 	default n
 	help
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-01  0:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-31  0:17 [PATCH bpf-next] xsk: temporarily disable AF_XDP Björn Töpel
2018-06-01  0:24 ` Björn Töpel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox