nko
> Sent: Thursday, October 15, 2020 16:07
> To: NBU-Contact-Thomas Monjalon ; Ferruh Yigit
> ; Jerin Jacob ; Slava
> Ovsiienko ; Andrew Rybchenko
>
> Cc: dpdk-dev ; Stephen Hemminger
> ; Olivier Matz ;
> Maxime Coquelin ; David Marchand
>
> Subject: Re: [dpdk-dev] [PATCH
Hi, Andrew
> >> At least there are few simple limitations which are easy to
> >> express:
> >> 1. Maximum number of segments
> > We have scatter capability and we do not report the maximal number of
> > segments, it is on PMD own. We could add the field to the
> > rte_eth_dev_info, but not sure w
xime Coquelin ; David Marchand
>
> Subject: Re: [dpdk-dev] [PATCH v6 1/6] ethdev: introduce Rx buffer split
>
> On 10/15/20 3:49 PM, Thomas Monjalon wrote:
> > 15/10/2020 13:49, Slava Ovsiienko:
> >> From: Ferruh Yigit
> >>> On 10/15/2020 12:26 PM, Jerin Jacob wro
On 10/15/20 3:49 PM, Thomas Monjalon wrote:
> 15/10/2020 13:49, Slava Ovsiienko:
>> From: Ferruh Yigit
>>> On 10/15/2020 12:26 PM, Jerin Jacob wrote:
>>>
>>> <...>
>>>
If we see some of the features of such kind or other PMDs adopts
the split feature - we'll try to find the commo
15/10/2020 13:49, Slava Ovsiienko:
> From: Ferruh Yigit
> > On 10/15/2020 12:26 PM, Jerin Jacob wrote:
> >
> > <...>
> >
> > > If we see some of the features of such kind or other PMDs adopts
> > > the split feature - we'll try to find the common root and consider
> > > the way how
>
> -Original Message-
> From: Ferruh Yigit
> Sent: Thursday, October 15, 2020 14:37
> To: Jerin Jacob ; Slava Ovsiienko
>
> Cc: dpdk-dev ; NBU-Contact-Thomas Monjalon
> ; Stephen Hemminger
> ; Olivier Matz ;
> Maxime Coquelin ; David Marchand
> ; Andrew Rybchenko
>
> Subject: Re: [PATCH v
On 10/15/2020 12:26 PM, Jerin Jacob wrote:
<...>
If we see some of the features of such kind or other PMDs adopts the
split feature - we'll try to find the common root and consider the way how
to report it.
My only concern with that approach will be ABI break again if
something needs to expo
On Thu, Oct 15, 2020 at 4:21 PM Slava Ovsiienko wrote:
>
> Hi, Jerin
>
> > -Original Message-
> > From: Jerin Jacob
> > Sent: Thursday, October 15, 2020 13:28
> > To: Slava Ovsiienko
> > Cc: dpdk-dev ; NBU-Contact-Thomas Monjalon
> > ; Stephen Hemminger
> > ; Ferruh Yigit ;
> > Olivier M
n
>> ; Stephen Hemminger
>> ; Ferruh Yigit ;
>> Olivier Matz ; Maxime Coquelin
>> ; David Marchand
>> ; Andrew Rybchenko
>>
>> Subject: Re: [dpdk-dev] [PATCH v6 1/6] ethdev: introduce Rx buffer split
>>
>> On 10/15/20 10:43 AM, Slava Ovsiienko wrote
Hi, Jerin
> -Original Message-
> From: Jerin Jacob
> Sent: Thursday, October 15, 2020 13:28
> To: Slava Ovsiienko
> Cc: dpdk-dev ; NBU-Contact-Thomas Monjalon
> ; Stephen Hemminger
> ; Ferruh Yigit ;
> Olivier Matz ; Maxime Coquelin
> ; David Marchand
> ; Andrew Rybchenko
>
> Subject: R
t; ; David Marchand
> ; Andrew Rybchenko
>
> Subject: Re: [dpdk-dev] [PATCH v6 1/6] ethdev: introduce Rx buffer split
>
> On 10/15/20 10:43 AM, Slava Ovsiienko wrote:
> > Hi, Jerin
> >
> >> -Original Message-
> >> From: Jerin Jacob
> >>
On Thu, Oct 15, 2020 at 2:57 PM Jerin Jacob wrote:
>
> On Thu, Oct 15, 2020 at 1:13 PM Slava Ovsiienko
> wrote:
> >
> > Hi, Jerin
>
> Hi Slava,
>
> >
> > > -Original Message-
> > > From: Jerin Jacob
> > > Sent: Wednesday, October 14, 2020 21:57
> > > To: Slava Ovsiienko
> > > Cc: dpdk-
15/10/2020 12:11, Andrew Rybchenko:
> On 10/14/20 9:11 PM, Viacheslav Ovsiienko wrote:
> > + /* Single pool configuration check. */
> > + if (rx_conf->rx_seg || rx_conf->rx_nseg) {
>
> Please, compare vs NULL and 0. IMHO, rx_nsegs check is sufficient. If it
> is 0, nobody cares
On 10/14/20 9:11 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 attribut
On 10/15/20 10:43 AM, Slava Ovsiienko wrote:
> Hi, Jerin
>
>> -Original Message-
>> From: Jerin Jacob
>> Sent: Wednesday, October 14, 2020 21:57
>> To: Slava Ovsiienko
>> Cc: dpdk-dev ; NBU-Contact-Thomas Monjalon
>> ; Stephen Hemminger
>> ; Ferruh Yigit ;
>> Olivier Matz ; Maxime Coquel
On Thu, Oct 15, 2020 at 1:13 PM Slava Ovsiienko wrote:
>
> Hi, Jerin
Hi Slava,
>
> > -Original Message-
> > From: Jerin Jacob
> > Sent: Wednesday, October 14, 2020 21:57
> > To: Slava Ovsiienko
> > Cc: dpdk-dev ; NBU-Contact-Thomas Monjalon
> > ; Stephen Hemminger
> > ; Ferruh Yigit ;
Hi, Jerin
> -Original Message-
> From: Jerin Jacob
> Sent: Wednesday, October 14, 2020 21:57
> To: Slava Ovsiienko
> Cc: dpdk-dev ; NBU-Contact-Thomas Monjalon
> ; Stephen Hemminger
> ; Ferruh Yigit ;
> Olivier Matz ; Maxime Coquelin
> ; David Marchand
> ; Andrew Rybchenko
>
> Subject:
On Wed, Oct 14, 2020 at 11:13 AM 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
14/10/2020 20:11, 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
On Wed, Oct 14, 2020 at 11:42 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
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
21 matches
Mail list logo