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

2020-10-16 Thread Ferruh Yigit
On 10/16/2020 8:22 PM, Ferruh Yigit wrote: 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,

Re: [dpdk-dev] [PATCH v12 1/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 1/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