netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC net-next 0/3] Introduce tc block ports tracking and use
@ 2023-08-15 16:25 Jamal Hadi Salim
  2023-08-15 16:25 ` [PATCH RFC net-next 1/3] Introduce tc block netdev tracking infra Jamal Hadi Salim
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jamal Hadi Salim @ 2023-08-15 16:25 UTC (permalink / raw)
  To: jiri; +Cc: xiyou.wangcong, netdev, vladbu, mleitner, Jamal Hadi Salim

In this patchset we introduce tc block netdev tracking infra.
Patch 1 introduces the infra. Patch 2 exposes it to the datapath and patch 3
shows its usage via a new tc action "blockcast".


Jamal Hadi Salim (3):
  Introduce tc block netdev tracking infra
  Expose tc block ports to the datapath
  Introduce blockcast tc action

 include/net/sch_generic.h |   8 +
 include/net/tc_wrapper.h  |   5 +
 net/sched/Kconfig         |  13 ++
 net/sched/Makefile        |   1 +
 net/sched/act_blockcast.c | 315 ++++++++++++++++++++++++++++++++++++++
 net/sched/cls_api.c       |   7 +-
 net/sched/sch_api.c       |  83 +++++++++-
 net/sched/sch_generic.c   |  37 ++++-
 8 files changed, 463 insertions(+), 6 deletions(-)
 create mode 100644 net/sched/act_blockcast.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-08-16 12:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15 16:25 [PATCH RFC net-next 0/3] Introduce tc block ports tracking and use Jamal Hadi Salim
2023-08-15 16:25 ` [PATCH RFC net-next 1/3] Introduce tc block netdev tracking infra Jamal Hadi Salim
2023-08-15 16:25 ` [PATCH RFC net-next 2/3] Expose tc block ports to the datapath Jamal Hadi Salim
2023-08-15 17:52   ` Stephen Hemminger
2023-08-16 11:06     ` Jamal Hadi Salim
2023-08-16 12:58     ` Jamal Hadi Salim
2023-08-16  9:04   ` Simon Horman
2023-08-15 16:25 ` [PATCH RFC net-next 3/3] Introduce blockcast tc action Jamal Hadi Salim
2023-08-16  9:06   ` Simon Horman
2023-08-16 11:09     ` Jamal Hadi Salim
2023-08-16  6:46 ` [PATCH RFC net-next 0/3] Introduce tc block ports tracking and use Jiri Pirko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).