From 1ff3ee9553ea0e0210e4ecc87dbb86b2e47921ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Ganne?= Date: Thu, 12 Nov 2020 14:25:03 +0100 Subject: [PATCH] af_xdp: fix doc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Type: docs Change-Id: I1d28fb31032412f0231d677e45281ca88185502e Signed-off-by: Benoît Ganne --- src/plugins/af_xdp/af_xdp_doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/af_xdp/af_xdp_doc.md b/src/plugins/af_xdp/af_xdp_doc.md index 76d653fd251..7d83d712918 100644 --- a/src/plugins/af_xdp/af_xdp_doc.md +++ b/src/plugins/af_xdp/af_xdp_doc.md @@ -63,7 +63,7 @@ kernel interface in promiscuous mode: ## Security considerations When creating an AF_XDP interface, it will receive all packets arriving -to the NIC RX queue [0, num_rx_queues[`. You need to configure the Linux +to the NIC RX queue `[0, num_rx_queues[`. You need to configure the Linux kernel NIC driver properly to ensure that only intented packets will arrive in this queue. There is no way to filter the packets after-the-fact using eg. netfilter or eBPF. -- 2.16.6