Re: [dpdk-dev] [PATCH v2] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Thomas Monjalon
06/08/2020 14:39, Thomas Monjalon: > 05/08/2020 13:14, Andrew Rybchenko: > > On 8/5/20 11:49 AM, Viacheslav Ovsiienko wrote: > > > The DPDK datapath in the transmit direction is very flexible. > > > The applications can build multi-segment packets and manages > > > almost all data aspects - the mem

Re: [dpdk-dev] [PATCH v2] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Slava Ovsiienko
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, August 6, 2020 19:32 > To: Slava Ovsiienko ; dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Thomas Monjalon ; > jerinjac...@gmail.com; step...@networkplumber.org; > arybche...@solarflare.com; ajit.khapa...@broadcom.com; > m

Re: [dpdk-dev] [PATCH v2] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Ferruh Yigit
On 8/5/2020 9:49 AM, Viacheslav Ovsiienko wrote: > The DPDK datapath in the transmit direction is very flexible. > The applications can build multi-segment packets and manages > almost all data aspects - the memory pools where segments > are allocated from, the segment lengths, the memory attribute

Re: [dpdk-dev] [PATCH v2] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Thomas Monjalon
05/08/2020 13:14, Andrew Rybchenko: > On 8/5/20 11:49 AM, Viacheslav Ovsiienko wrote: > > The DPDK datapath in the transmit direction is very flexible. > > The applications can build multi-segment packets and manages > > almost all data aspects - the memory pools where segments > > are allocated fr

Re: [dpdk-dev] [PATCH v2] doc: announce changes to ethdev rxconf structure

2020-08-05 Thread Andrew Rybchenko
On 8/5/20 11:49 AM, Viacheslav Ovsiienko wrote: > The DPDK datapath in the transmit direction is very flexible. > The applications can build multi-segment packets and manages > almost all data aspects - the memory pools where segments > are allocated from, the segment lengths, the memory attributes

[dpdk-dev] [PATCH v2] doc: announce changes to ethdev rxconf structure

2020-08-05 Thread Viacheslav Ovsiienko
The DPDK datapath in the transmit direction is very flexible. The applications can build multi-segment packets and manages almost all data aspects - the memory pools where segments are allocated from, the segment lengths, the memory attributes like external, registered, etc. In the receiving direc