Re: [PATCH] fq: split out backlog update logic

2016-04-28 Thread David Miller
From: Michal Kazior Date: Wed, 27 Apr 2016 12:59:13 +0200 > mac80211 (which will be the first user of the > fq.h) recently started to support software A-MSDU > aggregation. It glues skbuffs together into a > single one so the backlog accounting needs to be > more fine-grained. > > To avoid backl

[PATCH] fq: split out backlog update logic

2016-04-27 Thread Michal Kazior
mac80211 (which will be the first user of the fq.h) recently started to support software A-MSDU aggregation. It glues skbuffs together into a single one so the backlog accounting needs to be more fine-grained. To avoid backlog sorting logic duplication split it up for re-use. Signed-off-by: Micha