summaryrefslogtreecommitdiff
path: root/lib/netdev-afxdp.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-afxdp: Hide too large memset from sparse.Ilya Maximets2023-01-031-0/+4
* netdev-afxdp: Allow building with libxdp and newer libbpf.Ilya Maximets2023-01-031-8/+30
* netdev-afxdp: Disable -Wfree-nonheap-object on receive.Ilya Maximets2023-01-031-0/+13
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* netdev-afxdp: NUMA-aware memory allocation for XSK related memory.Yi-Hung Wei2020-01-181-0/+32
* netdev-linux: Detect numa node id.William Tu2020-01-181-11/+0
* netdev-afxdp: Fix transmission freeze in native mode without zerocopy.Ilya Maximets2020-01-061-5/+6
* ovs-thread: Avoid huge alignment on a base spinlock structure.Ilya Maximets2019-12-191-6/+14
* netdev-afxdp: Avoid removing of XDP program if not loaded.Ilya Maximets2019-12-181-0/+13
* netdev-afxdp: Enable libbpf logging to OVS.William Tu2019-11-211-0/+20
* netdev-afxdp: Best-effort configuration of XDP mode.Ilya Maximets2019-11-201-82/+145
* netdev-afxdp: add afxdp specific maximum MTU checkEelco Chaudron2019-11-191-0/+17
* netdev-afxdp: Add need_wakeup support.William Tu2019-10-291-13/+102
* netdev-afxdp: Update memory locking limits unconditionally.Ilya Maximets2019-10-101-13/+6
* netdev-afxdp: Fix umem creation failure due to uninitialized config.Ilya Maximets2019-10-101-0/+1
* treewide: Use packet batch APIsPaul Chaignon2019-09-251-8/+12
* netdev-afxdp: fix corner case where umem entries were not releasedEelco Chaudron2019-08-081-6/+6
* netdev-afxdp: Error when no XDP program loaded.William Tu2019-07-291-2/+6
* netdev-afxdp: Convert AFXDP_DEBUG to custom stats.Ilya Maximets2019-07-241-19/+46
* netdev-afxdp: Fix use of unconfigured device.Ilya Maximets2019-07-231-1/+29
* netdev-afxdp: add new netdev type for AF_XDP.William Tu2019-07-191-0/+1041