net: sched: cls_api: make reclassify return all the way back to the original tp
commitee538dcea28930bd95606fe00a834935d6fb5613
authorJiri Pirko <jiri@mellanox.com>
Tue, 23 May 2017 07:11:59 +0000 (23 09:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 May 2017 16:11:49 +0000 (25 12:11 -0400)
tree79dde84b56787905c8e914c5f7e649459c50bd59
parentabc7a4ef843cf46a070374318fd239e2971c3b9b
net: sched: cls_api: make reclassify return all the way back to the original tp

With the introduction of chain goto action, the reclassification would
cause the re-iteration of the actual chain. It makes more sense to restart
the whole thing and re-iterate starting from the original tp - start
of chain 0.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c