aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/af_xdp/output.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-21af_xdp: fix chained buffer free on failureBenoît Ganne1-1/+1
2023-06-14af_xdp: linearize buffer chains before TXShmuel Hazan1-0/+20
2023-06-08af_xdp: make sure all packets are transmittedBenoît Ganne1-4/+11
2021-11-19af_xdp: integrate with new tx infraarikachen1-5/+7
2021-11-10af_xdp: fix thread 0 and 1 using one txq slotarikachen1-2/+2
2021-09-28af_xdp: fix free mem in tx while no free slotarikachen1-2/+2
2021-05-21af_xdp: workaround kernel race between poll() and sendmsg()Benoît Ganne1-17/+16
2020-08-31af_xdp: AF_XDP input pluginBenoît Ganne1-0/+260