aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/af_xdp
AgeCommit message (Expand)AuthorFilesLines
2021-09-28af_xdp: fix init lock for shared txqarikachen1-6/+7
2021-09-28af_xdp: fix free mem in tx while no free slotarikachen1-2/+2
2021-08-26af_xdp: fix stale rx/tx pointers in xsk objectsBenoît Ganne1-10/+47
2021-08-23af_xdp: fix xsk_socket__delete left un-cleanuparikachen1-3/+3
2021-05-21af_xdp: use desc offset on rxBenoît Ganne2-41/+26
2021-05-21af_xdp: refill rx rings when interface goes upBenoît Ganne3-9/+26
2021-05-21af_xdp: workaround kernel race between poll() and sendmsg()Benoît Ganne10-86/+213
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne2-12/+18
2021-04-30build: declare some CMake variables as advancedDamjan Marion1-1/+1
2021-03-19interface: add capabilities flagsMohsin Kazmi1-1/+1
2021-01-26interface: remove vnet_device_input_runtime_tMohammed Hawari1-2/+1
2021-01-21af_xdp: update interrupt mode to new infraBenoît Ganne3-36/+86
2020-11-13af_xdp: fix docBenoît Ganne1-1/+1
2020-11-09vlib: fix trace number accountingBenoît Ganne1-12/+12
2020-10-24af_xdp: add option to claim all available rx queuesBenoît Ganne6-38/+55
2020-10-21af_xdp: fix NUMA node parsingBenoît Ganne1-11/+9
2020-09-10af_xdp: documents incompatibility with 1GB hugepages and high buffers-per-numa.Mohammed Hawari1-0/+2
2020-09-01misc: fix uninitialized use warnings with gcc-{8,9}Aloys Augustin1-1/+1
2020-08-31vppinfra: convert A_extend_to_B to B_from_A format of vector inlinesDamjan Marion1-2/+2
2020-08-31af_xdp: AF_XDP input pluginBenoît Ganne14-0/+2206