diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:27:38 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:50:24 +0100 |
| commit | 2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 (patch) | |
| tree | 11a562aafe0b89ca25d7d47700e15dcbe297f3c2 /sys/linux/socket_xdp_mips64le.const | |
| parent | 0d635f1100a7b1d628f57637a7cc7fdb8c3f15f8 (diff) | |
sys/linux: support new split sound ioctls
Some sounds ioctls are now explicitly doubled for 32/64 bits. Support that.
Fix mips SOL_SOCKET issues by rearranging includes.
Improve few other fields.
Diffstat (limited to 'sys/linux/socket_xdp_mips64le.const')
| -rw-r--r-- | sys/linux/socket_xdp_mips64le.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/socket_xdp_mips64le.const b/sys/linux/socket_xdp_mips64le.const index 3e177736b..211d7e98e 100644 --- a/sys/linux/socket_xdp_mips64le.const +++ b/sys/linux/socket_xdp_mips64le.const @@ -17,6 +17,8 @@ XDP_UMEM_FILL_RING = 5 XDP_UMEM_PGOFF_COMPLETION_RING = 6442450944 XDP_UMEM_PGOFF_FILL_RING = 4294967296 XDP_UMEM_REG = 4 +XDP_UMEM_UNALIGNED_CHUNK_FLAG = 1 +XDP_UMEM_USES_NEED_WAKEUP = 2 XDP_USE_NEED_WAKEUP = 8 XDP_ZEROCOPY = 4 __NR_bind = 5048 |
