Re: [patch net-next v3 01/10] net: sched: move tc_classify function to cls_api.c
From: Cong Wang <hidden>
Date: 2017-05-16 20:25:57
From: Cong Wang <hidden>
Date: 2017-05-16 20:25:57
On Tue, May 16, 2017 at 10:27 AM, Jiri Pirko [off-list ref] wrote:
From: Jiri Pirko <redacted> Move tc_classify function to cls_api.c where it belongs, rename it to fit the namespace.
It is not a pure move, you silently remove the CONFIG_NET_CLS_ACT macros in tc_classify(). Probably not buggy, just redundancy when actions are not compiled.