aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/af_xdp/device.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-11af_xdp: ensure at least one queue is createdJoshua Roys1-1/+4
2021-09-28af_xdp: fix init lock for shared txqarikachen1-6/+7
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 Ganne1-12/+1
2021-05-21af_xdp: refill rx rings when interface goes upBenoît Ganne1-0/+1
2021-05-21af_xdp: workaround kernel race between poll() and sendmsg()Benoît Ganne1-43/+99
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-0/+12
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 Ganne1-14/+61
2020-10-24af_xdp: add option to claim all available rx queuesBenoît Ganne1-18/+29
2020-10-21af_xdp: fix NUMA node parsingBenoît Ganne1-11/+9
2020-08-31af_xdp: AF_XDP input pluginBenoît Ganne1-0/+533