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

2019-10-24 Thread Ferruh Yigit
On 10/24/2019 1:18 PM, David Marchand wrote: > On Thu, Oct 24, 2019 at 1:10 PM David Marchand > wrote: >> >> On Mon, Sep 30, 2019 at 6:45 PM Ciara Loftus wrote: >>> diff --git a/doc/guides/rel_notes/release_19_11.rst >>> b/doc/guides/rel_notes/release_19_11.rst >>> index 06bf57c42..22369107c 100

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

2019-10-24 Thread David Marchand
On Thu, Oct 24, 2019 at 1:10 PM David Marchand wrote: > > On Mon, Sep 30, 2019 at 6:45 PM Ciara Loftus wrote: > > diff --git a/doc/guides/rel_notes/release_19_11.rst > > b/doc/guides/rel_notes/release_19_11.rst > > index 06bf57c42..22369107c 100644 > > --- a/doc/guides/rel_notes/release_19_11.rs

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

2019-10-24 Thread David Marchand
On Mon, Sep 30, 2019 at 6:45 PM Ciara Loftus wrote: > diff --git a/doc/guides/rel_notes/release_19_11.rst > b/doc/guides/rel_notes/release_19_11.rst > index 06bf57c42..22369107c 100644 > --- a/doc/guides/rel_notes/release_19_11.rst > +++ b/doc/guides/rel_notes/release_19_11.rst > @@ -62,6 +62,8 @

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

2019-10-22 Thread Ferruh Yigit
On 10/19/2019 12:48 AM, Ye Xiaolong wrote: > On 09/30, 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 >>

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

2019-10-18 Thread Ye Xiaolong
On 09/30, 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 umem and in

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

2019-09-30 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