]> Git Repo - linux.git/commit
net/sched: Introduce tc block netdev tracking infra
authorVictor Nogueira <[email protected]>
Tue, 19 Dec 2023 18:16:19 +0000 (15:16 -0300)
committerDavid S. Miller <[email protected]>
Tue, 26 Dec 2023 21:20:08 +0000 (21:20 +0000)
commit913b47d3424e7d99eaf34b798c47dfa840c64a08
tree9bc8fe26272a2fb1d1ae0fe011c3367fceced8c0
parentb1dffcf0da221d1f9d8007dfa2a41a325921d7fa
net/sched: Introduce tc block netdev tracking infra

This commit makes tc blocks track which ports have been added to them.
And, with that, we'll be able to use this new information to send
packets to the block's ports. Which will be done in the patch #3 of this
series.

Suggested-by: Jiri Pirko <[email protected]>
Co-developed-by: Jamal Hadi Salim <[email protected]>
Signed-off-by: Jamal Hadi Salim <[email protected]>
Co-developed-by: Pedro Tammela <[email protected]>
Signed-off-by: Pedro Tammela <[email protected]>
Signed-off-by: Victor Nogueira <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/sch_generic.h
net/sched/cls_api.c
net/sched/sch_api.c
net/sched/sch_generic.c
This page took 0.057397 seconds and 4 git commands to generate.