Re: [PATCH v1 3/3] net: skb_queue_purge(): lock/unlock the queue only once

2017-09-09 Thread Eric Dumazet
On Sat, 2017-09-09 at 05:50 +, Michael Witten wrote: > Thanks for your input, Eric Dumazet and Stephen Hemminger; based on > your observations, this version of the patch implements a very > lightweight purging of the queue. net-next is closed. Documentation/networking/netdev-FAQ.txt Meaning

[PATCH v1 3/3] net: skb_queue_purge(): lock/unlock the queue only once

2017-09-08 Thread Michael Witten
Thanks for your input, Eric Dumazet and Stephen Hemminger; based on your observations, this version of the patch implements a very lightweight purging of the queue. To apply this patch, save this email to: /path/to/email and then run: git am --scissors /path/to/email You may also fetch thi