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] [day] [month] [year] [list]
Date:	Wed, 15 Jun 2016 14:08:52 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	edumazet@...gle.com
Cc:	netdev@...r.kernel.org, jhs@...atatu.com, xiyou.wangcong@...il.com,
	eric.dumazet@...il.com
Subject: Re: [PATCH net-next 00/10] net_sched: defer skb freeing while
 changing qdiscs

From: Eric Dumazet <edumazet@...gle.com>
Date: Mon, 13 Jun 2016 20:21:49 -0700

> qdiscs/classes are changed under RTNL protection and often
> while blocking BH and root qdisc spinlock.
> 
> When lots of skbs need to be dropped, we free
> them under these locks causing TX/RX freezes,
> and more generally latency spikes.
> 
> I saw spikes of 50+ ms on quite fast hardware...
> 
> This patch series adds a simple queue protected by RTNL
> where skbs can be placed until RTNL is released.
> 
> Note that this might also serve in the future for optional
> reinjection of packets when a qdisc is replaced.

Looks good, series applied, thanks Eric.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ