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]
Message-ID: <CANn89iL2yRLEZsfuHOtZ8bgWiZVwy-=R5UVNFkc1QdYrSxF5Qg@mail.gmail.com>
Date: Wed, 29 Jan 2025 17:49:55 +0100
From: Eric Dumazet <edumazet@...gle.com>
To: John Ousterhout <ouster@...stanford.edu>
Cc: Paolo Abeni <pabeni@...hat.com>, Netdev <netdev@...r.kernel.org>, 
	Simon Horman <horms@...nel.org>, Jakub Kicinski <kuba@...nel.org>
Subject: Re: [PATCH net-next v6 05/12] net: homa: create homa_rpc.h and homa_rpc.c

On Wed, Jan 29, 2025 at 5:44 PM John Ousterhout <ouster@...stanford.edu> wrote:
>
> GRO is implemented in the "full" Homa (and essential for decent
> performance); I left it out of this initial patch series to reduce the
> size of the patch. But that doesn't affect the cost of freeing skbs.
> GRO aggregates skb's into batches for more efficient processing, but
> the same number of skb's ends up being freed in the end.

Not at all, unless GRO is forced to use shinfo->frag_list.

GRO fast path cooks a single skb for a large payload, usually adding
as many page fragments as possible.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ