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

2020-10-14 Thread Slava Ovsiienko
Hi, Ferruh > -Original Message- > From: Ferruh Yigit > Sent: Wednesday, October 14, 2020 1:34 > To: Slava Ovsiienko ; dev@dpdk.org > Cc: thom...@monjalon.net; step...@networkplumber.org; > olivier.m...@6wind.com; jerinjac...@gmail.com; > maxime.coque...@redhat.com; david.march...@redhat.co

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

2020-10-14 Thread Olivier Matz
Hi Slava, After reviewing this version and comparing with v4, I think having the configuration in rxconf (like in this patch) is a better choice. Few comments below. On Tue, Oct 13, 2020 at 11:34:16PM +0100, Ferruh Yigit wrote: > On 10/13/2020 8:21 PM, Viacheslav Ovsiienko wrote: > > The DPDK da

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

2020-10-13 Thread Ferruh Yigit
On 10/13/2020 8:21 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 v5 1/6] ethdev: introduce Rx buffer split

2020-10-13 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