All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Lobakin <aleksander.lobakin@intel.com>
To: Zahari Doychev <zahari.doychev@linux.com>
Cc: <netdev@vger.kernel.org>, <jhs@mojatatu.com>,
	<xiyou.wangcong@gmail.com>, <jiri@resnulli.us>,
	<davem@davemloft.net>, <edumazet@google.com>, <kuba@kernel.org>,
	<pabeni@redhat.com>, <hmehrtens@maxlinear.com>
Subject: Re: [PATCH net-next 0/2] flower add cfm support
Date: Thu, 16 Feb 2023 19:03:10 +0100	[thread overview]
Message-ID: <7d94aaa9-7caf-474d-d722-fe25869f2a4f@intel.com> (raw)
In-Reply-To: <20230215192554.3126010-1-zahari.doychev@linux.com>

From: Zahari Doychev <zahari.doychev@linux.com>
Date: Wed, 15 Feb 2023 20:25:52 +0100

> [PATCH net-next 0/2] flower add cfm support

Some badly formed subject here. You likely need this prefix:

net/sched: flower:

and then "add CFM support". i.e. smth like

[PATCH net-next 0/2] net/sched: flower: add cfm support

> The first patch adds cfm support to the flower classifier. 
> The second adds a selftest for the flower cfm functionality.
> 
> iproute2 changes will come in follow up patches.
> 
> rfc->v1:
>  - add selftest to the makefile TEST_PROGS.
> 
> Zahari Doychev (2):
>   net: flower: add support for matching cfm fields
>   selftests: net: add tc flower cfm test
> 
>  include/net/flow_dissector.h                  |  11 ++
>  include/uapi/linux/pkt_cls.h                  |  12 ++
>  net/core/flow_dissector.c                     |  41 +++++
>  net/sched/cls_flower.c                        | 118 +++++++++++-
>  .../testing/selftests/net/forwarding/Makefile |   1 +
>  .../selftests/net/forwarding/tc_flower_cfm.sh | 168 ++++++++++++++++++
>  6 files changed, 350 insertions(+), 1 deletion(-)
>  create mode 100755 tools/testing/selftests/net/forwarding/tc_flower_cfm.sh
> 

Thanks,
Olek

      parent reply	other threads:[~2023-02-16 18:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 19:25 [PATCH net-next 0/2] flower add cfm support Zahari Doychev
2023-02-15 19:25 ` [PATCH net-next 1/2] net: flower: add support for matching cfm fields Zahari Doychev
2023-02-16 18:19   ` Alexander Lobakin
2023-02-17 16:19     ` Zahari Doychev
2023-02-23 15:27       ` Alexander Lobakin
2023-02-15 19:25 ` [PATCH net-next 2/2] selftests: net: add tc flower cfm test Zahari Doychev
2023-02-16 18:03 ` Alexander Lobakin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7d94aaa9-7caf-474d-d722-fe25869f2a4f@intel.com \
    --to=aleksander.lobakin@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hmehrtens@maxlinear.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=xiyou.wangcong@gmail.com \
    --cc=zahari.doychev@linux.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.