Re: [PATCH net-next v2 0/5] net: sched: move back qlen to per CPU accounting

2019-04-10 Thread David Miller
From: Paolo Abeni Date: Wed, 10 Apr 2019 14:32:36 +0200 > The commit 46b1c18f9deb ("net: sched: put back q.qlen into a single location") > introduced some measurable regression in the contended scenarios for > lock qdisc. > > As Eric suggested we could replace q.qlen access with calls to > qdis

[PATCH net-next v2 0/5] net: sched: move back qlen to per CPU accounting

2019-04-10 Thread Paolo Abeni
The commit 46b1c18f9deb ("net: sched: put back q.qlen into a single location") introduced some measurable regression in the contended scenarios for lock qdisc. As Eric suggested we could replace q.qlen access with calls to qdisc_is_empty() in the datapath and revert the above commit. The TC subsys