net: sched: cls: add extack support for tcf_change_indev
authorAlexander Aring <[email protected]>
Thu, 18 Jan 2018 16:20:54 +0000 (11:20 -0500)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Signed-off-by: Alexander Aring <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/pkt_cls.h
net/sched/cls_flower.c
net/sched/cls_fw.c
net/sched/cls_u32.c