]> git.ipfire.org Git - people/arne_f/kernel.git/commit
net: sched: ife: signal not finding metaid
authorAlexander Aring <aring@mojatatu.com>
Fri, 20 Apr 2018 19:15:03 +0000 (15:15 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Apr 2018 09:33:13 +0000 (11:33 +0200)
commitda499024f6fe0899af76346abc93542494aa9e05
tree29789d1bb82c6da0e714607e7e67c5d68f6d87e0
parent2f781ebfb08ffdc62d3cb82cd9129aba86b8a70e
net: sched: ife: signal not finding metaid

[ Upstream commit f6cd14537ff9919081be19b9c53b9b19c0d3ea97 ]

We need to record stats for received metadata that we dont know how
to process. Have find_decode_metaid() return -ENOENT to capture this.

Signed-off-by: Alexander Aring <aring@mojatatu.com>
Reviewed-by: Yotam Gigi <yotam.gi@gmail.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/sched/act_ife.c