diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2018-08-22 11:01:12 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-08-26 13:41:49 +0200 |
| commit | 9eadb32789a55b0130a1c085575b5dea09e37e90 (patch) | |
| tree | 477f0fd9e94e2604d826a5e06d589c14bd3faefe | |
| parent | 55dc41dca7bcbae984ce694b6eb292f476a78cd4 (diff) | |
| download | man-pages-9eadb32789a55b0130a1c085575b5dea09e37e90.tar.gz | |
socket.2: Document AF_XDP
Document AF_XDP added in Linux 4.18.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/socket.2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man2/socket.2 b/man2/socket.2 index 50fa24ce90..c20d21616b 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -124,6 +124,11 @@ T{ T}:T{ Interface to kernel crypto API T} +T{ +.B AF_XDP +T}:T{ +XDP (express data path) interface +T} .TE .PP The socket has the indicated @@ -393,6 +398,13 @@ protocol type was added in Linux 2.6.38. More information on this interface is provided with the kernel HTML documentation at .IR https://www.kernel.org/doc/htmldocs/crypto\-API/User.html . +.PP +The +.B AF_XDP +protocol type was added in Linux 4.18. +More information on this interface is provided with the kernel +documentation at +.IR https://www.kernel.org/doc/html/latest/networking/af_xdp.html . .SH EXAMPLE An example of the use of .BR socket () |
