[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e5538afd-6202-7a5b-7440-229e4f9a6879@gmail.com>
Date: Wed, 9 Jun 2021 18:58:35 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Jesper Dangaard Brouer <brouer@...hat.com>,
Matteo Croce <mcroce@...ux.microsoft.com>
Cc: Grygorii Strashko <grygorii.strashko@...com>,
Lorenzo Bianconi <lorenzo@...nel.org>, netdev@...r.kernel.org,
Lorenzo Bianconi <lorenzo.bianconi@...hat.com>,
David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Ilias Apalodimas <ilias.apalodimas@...aro.org>,
Willem de Bruijn <willemdebruijn.kernel@...il.com>
Subject: Re: [RFT net-next] net: ti: add pp skb recycling support
On 6/9/21 5:55 PM, Jesper Dangaard Brouer wrote:
> On Wed, 9 Jun 2021 17:43:57 +0200
> Matteo Croce <mcroce@...ux.microsoft.com> wrote:
>
>> On Wed, Jun 9, 2021 at 5:03 PM Grygorii Strashko
>> <grygorii.strashko@...com> wrote:
>>>
>>> On 09/06/2021 15:20, Matteo Croce wrote:
>>>> On Wed, Jun 9, 2021 at 2:01 PM Lorenzo Bianconi <lorenzo@...nel.org> wrote:
>>>>>
>>>>> As already done for mvneta and mvpp2, enable skb recycling for ti
>>>>> ethernet drivers
>>>>>
>>>>> Signed-off-by: Lorenzo Bianconi <lorenzo@...nel.org>
>>>>
>>>> Looks good! If someone with the HW could provide a with and without
>>>> the patch, that would be nice!
>>>>
>>>
>>> What test would you recommend to run?
>>>
> [...]
>>
>> A test which benefits most from this kind of change is one in which
>> the frames are freed early.
>
> I would also recommend running an XDP_PASS program, and then running
> something that let the packets travel as deep as possible into netstack.
> Not to test performance, but to make sure we didn't break something!
>
> I've hacked up bnxt driver (it's not as straight forward as this driver
> to convert) and is running some TCP tests. Not problems so-far :-0
>
> I wanted to ask if someone knows howto setup the zero-copy TCP stuff
> that google did? (but is that TX only?)
>
TX does not need anything fancy really.
For RX part, you can look at https://netdevconf.info/0x14/pub/slides/62/Implementing%20TCP%20RX%20zero%20copy.pdf
Powered by blists - more mailing lists