build: remove redundant config include
[dpdk.git] / drivers / net / af_xdp / rte_eth_af_xdp.c
2020-02-11 Thomas Monjalonbuild: remove redundant config include
2020-01-17 Xiao Wangnet/af_xdp: use single producer/consumer ring
2020-01-17 Xiao Wangnet/af_xdp: fix redundant check for wakeup need
2019-10-23 Ciara Loftusnet/af_xdp: support unaligned umem chunks
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-07-26 David Marchandnet/af_xdp: remove unused Tx counter
2019-07-23 Július Milannet/af_xdp: fix handling of not supported feature
2019-07-08 Xiaolong Yenet/af_xdp: correct XDP frame size
2019-06-28 Xiaolong Yenet/af_xdp: support need wakeup feature
2019-06-13 Xiaolong Yenet/af_xdp: remove unused struct member
2019-06-13 Xiaolong Yenet/af_xdp: support multi-queue
2019-06-13 Xiaolong Yenet/af_xdp: enable zero copy by external mbuf
2019-06-13 William Tunet/af_xdp: fix remove path
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-03 Xiaolong Yenet/af_xdp: remove resources when port is closed
2019-04-19 Xiaolong Yenet/af_xdp: fix creating multiple instance
2019-04-19 Xiaolong Yenet/af_xdp: fix typos in Rx function
2019-04-19 Xiaolong Yenet/af_xdp: make reserve/submit peek/release consistent
2019-04-19 Xiaolong Yenet/af_xdp: specify minimal and maximal MTU
2019-04-19 Xiaolong Yenet/af_xdp: enqueue buf ring when allocate Tx queue...
2019-04-05 Xiaolong Yenet/af_xdp: introduce AF_XDP PMD