net: sched: cls: add extack support for tcf_change_indev
authorAlexander Aring <aring@mojatatu.com>
Thu, 18 Jan 2018 16:20:54 +0000 (11:20 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jan 2018 20:52:51 +0000 (15:52 -0500)
commit1057c55f6b6cdc4fa3e8e29cfb9061c211e58395
treeee77befe579d0036f510f799678f699563342e1f
parent571acf2106963d6c1c0ce1ed13e711bd296b2d25
net: sched: cls: add extack support for tcf_change_indev

This patch adds extack handling for the tcf_change_indev function which
is common used by TC classifier implementations.

Cc: David Ahern <dsahern@gmail.com>
Signed-off-by: Alexander Aring <aring@mojatatu.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_cls.h
net/sched/cls_flower.c
net/sched/cls_fw.c
net/sched/cls_u32.c