Skip to content

Commit

Permalink
Update AF_XDP sockets link in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Aug 11, 2023
1 parent d66925c commit 74f86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Packet Batch AF_XDP Build Workflow](https://github.com/Packet-Batch/PB-AF-XDP/actions/workflows/build.yml/badge.svg)](https://github.com/Packet-Batch/PB-AF-XDP/actions/workflows/build.yml) [![Packet Batch AF_XDP Run Workflow](https://github.com/Packet-Batch/PB-AF-XDP/actions/workflows/run.yml/badge.svg)](https://github.com/Packet-Batch/PB-AF-XDP/actions/workflows/run.yml)

## Description
This is a special version of Packet Batch that utilizes `AF_XDP` [sockets](https://01.org/linuxgraphics/gfx-docs/drm/networking/af_xdp.html) instead of `AF_PACKETv3` (which is what the standard version uses). I recommend this version over the standard version, but you must keep in mind the following.
This is a special version of Packet Batch that utilizes `AF_XDP` [sockets](https://docs.kernel.org/networking/af_xdp.html) instead of `AF_PACKETv3` (which is what the standard version uses). I recommend this version over the standard version, but you must keep in mind the following.

1. AF_XDP sockets requires a **more recent** Linux kernel.
1. The TCP `usesocket` setting is **NOT** available in this version due to cooked sockets not being a thing within AF_XDP.
Expand Down

0 comments on commit 74f86ef

Please sign in to comment.