diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-10-15 14:13:41 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-10-15 14:13:41 +0200 |
| commit | d4ea592f78feb8f04941a301b93e09880c3546a3 (patch) | |
| tree | 2ed5c4ce87e6d76a95c690f4c00236a4d82bd16b /sys/linux/socket_xdp_arm.const | |
| parent | 2b7a4c5e693cbc6768ce5d72f41a6a52845e81f0 (diff) | |
sys/linux: add some new flags
Add a few new assorted things, some flags, etc.
Diffstat (limited to 'sys/linux/socket_xdp_arm.const')
| -rw-r--r-- | sys/linux/socket_xdp_arm.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_xdp_arm.const b/sys/linux/socket_xdp_arm.const index 835947f56..62e3ab49a 100644 --- a/sys/linux/socket_xdp_arm.const +++ b/sys/linux/socket_xdp_arm.const @@ -17,6 +17,7 @@ XDP_UMEM_FILL_RING = 5 XDP_UMEM_PGOFF_COMPLETION_RING = 6442450944 XDP_UMEM_PGOFF_FILL_RING = 4294967296 XDP_UMEM_REG = 4 +XDP_USE_NEED_WAKEUP = 8 XDP_ZEROCOPY = 4 __NR_bind = 282 __NR_getsockopt = 295 |
