aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/af_xdp/input.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-21af_xdp: use desc offset on rxBenoît Ganne1-29/+25
2021-05-21af_xdp: refill rx rings when interface goes upBenoît Ganne1-9/+23
2021-05-21af_xdp: workaround kernel race between poll() and sendmsg()Benoît Ganne1-16/+19
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-12/+6
2021-01-21af_xdp: update interrupt mode to new infraBenoît Ganne1-16/+17
2020-11-09vlib: fix trace number accountingBenoît Ganne1-12/+12
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 Ganne1-0/+367