lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 4 Dec 2017 16:07:15 -0800
From:   Michael Chan <michael.chan@...adcom.com>
To:     Eric Dumazet <eric.dumazet@...il.com>
Cc:     Or Gerlitz <gerlitz.or@...il.com>,
        David Miller <davem@...emloft.net>,
        Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 2/4] bnxt_en: Use NETIF_F_GRO_HW.

On Mon, Dec 4, 2017 at 2:00 PM, Eric Dumazet <eric.dumazet@...il.com> wrote:
> On Mon, 2017-12-04 at 23:06 +0200, Or Gerlitz wrote:
>> On Mon, Dec 4, 2017 at 8:11 PM, Michael Chan <michael.chan@...adcom.c
>> om> wrote:
>>
>> > All the logic is already in these 3 drivers in the tree.  You can
>> > see
>> > the additional logic in any of these drivers.  It's just that these
>> > drivers have been using NETIF_F_GRO to turn on this mode in
>> > hardware/firmware.
>>
>> What happens for tcp encaped by some udp tunnel, does
>> the HW know how to GRO that?
>
> Yes it does, at least for common encaps (GRE, SIT, IPIP)
>

Correct, bnxt_en supports all common encaps.  Basically, if we can do
TSO on the packet, we can do the reverse GRO_HW on the same packet
stream.

As already pointed out, GRO_HW is a subset of GRO.  Packets that
cannot be aggregated in hardware (due to hardware resource limitations
or protocol types that it doesn't handle) can just be passed to the
stack for GRO aggregation.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ