Re: [PATCH 31/38] cls_flower: Use XArray marks instead of separate list

2019-08-21 Thread Vlad Buslov
On Wed 21 Aug 2019 at 01:32, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > Remove the hw_filter list in favour of using one of the XArray mark > bits which lets us iterate more efficiently than walking a linked list. > > Signed-off-by: Matthew Wilcox (Oracle) > --- > net/sched/c

[PATCH 31/38] cls_flower: Use XArray marks instead of separate list

2019-08-20 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" Remove the hw_filter list in favour of using one of the XArray mark bits which lets us iterate more efficiently than walking a linked list. Signed-off-by: Matthew Wilcox (Oracle) --- net/sched/cls_flower.c | 47 ++ 1 file