]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: cls_api: make reclassify return all the way back to the original tp
authorJiri Pirko <jiri@mellanox.com>
Tue, 23 May 2017 07:11:59 +0000 (09:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 May 2017 16:11:49 +0000 (12:11 -0400)
commit46a2eef99c013296143ff437cabd34c79d6ef284
tree79dde84b56787905c8e914c5f7e649459c50bd59
parent5e20337fdffab27618cf0250a781a84f4cf6cef9
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