Re: [dpdk-dev] [PATCH v2] net/af_xdp: enable support for unaligned umem chunks

2019-09-05 Thread Ye Xiaolong
Hi, Ciara On 09/05, Ciara Loftus wrote: >This patch enables the unaligned chunks feature for AF_XDP which allows >chunks to be placed at arbitrary places in the umem, as opposed to them >being required to be aligned to 2k. This allows for DPDK application >mempools to be mapped directly into the u

[dpdk-dev] [PATCH v2] net/af_xdp: enable support for unaligned umem chunks

2019-09-05 Thread Ciara Loftus
This patch enables the unaligned chunks feature for AF_XDP which allows chunks to be placed at arbitrary places in the umem, as opposed to them being required to be aligned to 2k. This allows for DPDK application mempools to be mapped directly into the umem and in turn enable zero copy transfer bet