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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 01 Apr 2019 18:35:21 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     fw@...len.de
Cc:     netdev@...r.kernel.org, brouer@...hat.com, eric.dumazet@...il.com
Subject: Re: [PATCH net-next 0/5] net: move skb->xmit_more to percpu
 softnet data

From: Florian Westphal <fw@...len.de>
Date: Mon,  1 Apr 2019 16:42:12 +0200

> Eric Dumazet mentioned we could place xmit_more hint in same
> spot as device xmit recursion counter, instead of using
> an sk_buff flag bit.
> 
> This series places xmit_recursion counter and xmit_more hint
> in softnet data, filling a hole.
> 
> After this, skb->xmit_more is always zero.  Drivers are converted
> to use "netdev_xmit_more()" helper instead.
> 
> Last patch removes the skb->xmit_more flag.

I really like this, series applied.

Thanks Florian.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ