[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <063D6719AE5E284EB5DD2968C1650D6D5F4C5166@AcuExch.aculab.com>
Date: Tue, 24 May 2016 13:50:35 +0000
From: David Laight <David.Laight@...LAB.COM>
To: 'Jesper Dangaard Brouer' <brouer@...hat.com>,
Eric Dumazet <eric.dumazet@...il.com>
CC: Alexander Duyck <alexander.duyck@...il.com>,
netdev <netdev@...r.kernel.org>,
Alexander Duyck <aduyck@...antis.com>,
"John Fastabend" <john.r.fastabend@...el.com>,
Jamal Hadi Salim <jhs@...atatu.com>
Subject: RE: [RFC] net: remove busylock
From: Jesper Dangaard Brouer
> Sent: 20 May 2016 18:50
...
> If would be cool if you could run a test with removed busylock and
> allow HTB to bulk dequeue.
(Without having looked ....)
Could you have two queues and separate queue and dequeue locks.
The enqueue code would acquire the enqueue lock and add the packet
to the first queue.
The dequeue code would acquire the dequeue lock and try to remove
a packet from the 2nd queue, if nothing present it would acquire
the enqueue lock and move the entire 1st queue to the 2nd queue.
The obvious downside is two lock/unlocks for single packet dequeue.
If you can guarantee a single dequeue thread the 2nd lock isn't needed.
David
Powered by blists - more mailing lists