Re: [PATCH net v2] net/sched: matchall: Fix configuration race

2017-02-01 Thread David Miller
From: Yotam Gigi Date: Tue, 31 Jan 2017 15:14:29 +0200 > In the current version, the matchall internal state is split into two > structs: cls_matchall_head and cls_matchall_filter. This makes little > sense, as matchall instance supports only one filter, and there is no > situation where one exis

[PATCH net v2] net/sched: matchall: Fix configuration race

2017-01-31 Thread Yotam Gigi
In the current version, the matchall internal state is split into two structs: cls_matchall_head and cls_matchall_filter. This makes little sense, as matchall instance supports only one filter, and there is no situation where one exists and the other does not. In addition, that led to some races wh