[dpdk-dev] [PATCH v3 0/4] some fixes for AF_XDP pmd
Xiaolong Ye
xiaolong.ye at intel.com
Wed Apr 17 10:56:49 CEST 2019
This patchset provides some fixes to af_xdp pmd, at first, I just added
a simple error handling when Tx queue allocation fails, then David
suggested a better way to do it and pointed out the inconsistent issue
of reserve/submit ops (for Tx queue) and peek/release ops (for Rx
queue), the third patch addressed this.
v3 changes:
- address David's review comments
- add one patch to specify the mtu range
- add one fix patch for typo
v2 changes:
- adopt David's suggestion to refactor the code
Xiaolong Ye (4):
net/af_xdp: enqueue buf ring when allocate Tx queue fails
net/af_xdp: specify minimal and maximal MTU
net/af_xdp: make reserve/submit peek/release consistent
net/af_xdp: fix typos in Rx function
drivers/net/af_xdp/rte_eth_af_xdp.c | 96 +++++++++++++++++------------
1 file changed, 55 insertions(+), 41 deletions(-)
--
2.17.1
More information about the dev
mailing list