On Wed, Jun 15, 2016 at 5:33 AM, Jesper Dangaard Brouer <bro...@redhat.com> wrote: > On Mon, 13 Jun 2016 20:21:50 -0700 > > > This looks a lot like kfree_skb_list().... > > What about bulk free'ing SKBs here?
We are in a very slow path here. Once in a while a potentially huge qdisc is dismantled. The important point is to free these skbs outside of any mutex/lock/bh , not gain 5% on the actual freeing ;) Now if you have a use case where these operations happen often enough, then I believe you have a problem you need to fix !