Re: [patch net-next v4 00/10] net: sched: introduce multichain support for filters

2017-05-17 Thread David Miller
From: Jiri Pirko Date: Wed, 17 May 2017 11:07:53 +0200 > Currently, each classful qdisc holds one chain of filters. > This chain is traversed and each filter could be matched on, which > may lead to execution of list of actions. One of such action > could be "reclassify", which would "reset" the

[patch net-next v4 00/10] net: sched: introduce multichain support for filters

2017-05-17 Thread Jiri Pirko
From: Jiri Pirko Currently, each classful qdisc holds one chain of filters. This chain is traversed and each filter could be matched on, which may lead to execution of list of actions. One of such action could be "reclassify", which would "reset" the processing of the filter chain. So this filte