[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZNxw1eHBdVeGCWH2@nanopsycho>
Date: Wed, 16 Aug 2023 08:46:45 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: Jamal Hadi Salim <jhs@...atatu.com>,
f@...opsycho.smtp.subspace.kernel.org
Cc: xiyou.wangcong@...il.com, netdev@...r.kernel.org, vladbu@...dia.com,
mleitner@...hat.com
Subject: Re: [PATCH RFC net-next 0/3] Introduce tc block ports tracking and
use
Tue, Aug 15, 2023 at 06:25:27PM CEST, jhs@...atatu.com wrote:
>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".
This is very brief. Please describe motivation, how you solve the
problem, provide examples, etc. From the cover letter, the reader should
know what is going on without looking at the patches.
>
>
>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
>
Powered by blists - more mailing lists