Re: [dpdk-dev] [PATCH v12 0/6] ethdev: introduce Rx buffer split

2020-10-16 Thread Slava Ovsiienko
avid.march...@redhat.com; arybche...@solarflare.com > Subject: Re: [dpdk-dev] [PATCH v12 0/6] ethdev: introduce Rx buffer split > > On 10/16/2020 5:44 PM, Viacheslav Ovsiienko wrote: > > The DPDK datapath in the transmit direction is very flexible. > > An application can buil

Re: [dpdk-dev] [PATCH v12 0/6] ethdev: introduce Rx buffer split

2020-10-16 Thread Ferruh Yigit
On 10/16/2020 5:44 PM, Viacheslav Ovsiienko wrote: The DPDK datapath in the transmit direction is very flexible. An application can build the multi-segment packet and manages almost all data aspects - the memory pools where segments are allocated from, the segment lengths, the memory attributes l

[dpdk-dev] [PATCH v12 0/6] ethdev: introduce Rx buffer split

2020-10-16 Thread Viacheslav Ovsiienko
The DPDK datapath in the transmit direction is very flexible. An application can build the multi-segment packet and manages almost all data aspects - the memory pools where segments are allocated from, the segment lengths, the memory attributes like external buffers, registered for DMA, etc. In th