On Tue, Jan 16, 2018 at 9:20 AM, Alexander Aring wrote:
> int tc_setup_cb_call(struct tcf_block *block, struct tcf_exts *exts,
> -enum tc_setup_type type, void *type_data, bool err_stop)
> +enum tc_setup_type type, void *type_data, bool err_stop,
> +
This patch adds extack handling for the tc_setup_cb_call function which
is common used by TC classifier implementations.
Cc: David Ahern
Signed-off-by: Alexander Aring
---
include/net/pkt_cls.h| 3 ++-
net/sched/cls_api.c | 11 ---
net/sched/cls_bpf.c | 19 +++