From: Ferruh Yigit <ferruh.yigit@amd.com>
To: Alexander Kozyrev <akozyrev@nvidia.com>, dev@dpdk.org
Cc: dsosnowski@nvidia.com, orika@nvidia.com, thomas@monjalon.net,
matan@nvidia.com, stephen@networkplumber.org
Subject: Re: [PATCH v2 0/7] ethdev: jump to table support
Date: Fri, 27 Sep 2024 02:51:56 +0100 [thread overview]
Message-ID: <31a9ce78-3a1d-44a5-9052-a4f8c358aace@amd.com> (raw)
In-Reply-To: <20240925180532.3958656-1-akozyrev@nvidia.com>
On 9/25/2024 7:05 PM, Alexander Kozyrev wrote:
> Introduce new Flow API JUMP_TO_TABLE_INDEX action.
> It allows bypassing a hierarchy of groups and going directly
> to a specified flow table. That gives a user the flexibility
> to jump between different priorities in a group and eliminates
> the need to do a table lookup in the group hierarchy.
> The JUMP_TO_TABLE_INDEX action forwards a packet to the
> specified rule index inside the index-based flow table.
>
> The current index-based flow table doesn't do any matching
> on the packet and executes the actions immediately.
> Add a new index-based flow table with pattern matching.
> The JUMP_TO_TABLE_INDEX can redirect a packet to another
> matching criteria at the specified index in this case.
>
> RFC: https://patchwork.dpdk.org/project/dpdk/patch/20240822202753.3856703-1-
> akozyrev@nvidia.com/
> v2: added trace point to flow insertion by index functions.
>
> Alexander Kozyrev (7):
> ethdev: add insertion by index with pattern
> app/testpmd: add index with pattern insertion type
> ethdev: add flow rule insertion by index with pattern
> app/testpmd: add insertion by index with pattern option
> ethdev: add jump to table index action
> app/testpmd: add jump to table index action
> ethdev: add trace points to flow insertion by index
>
Series applied to dpdk-next-net/main, thanks.
prev parent reply other threads:[~2024-09-27 1:52 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-19 0:48 [PATCH 0/6] " Alexander Kozyrev
2024-09-19 0:48 ` [PATCH 1/6] ethdev: add insertion by index with pattern Alexander Kozyrev
2024-09-25 15:01 ` Dariusz Sosnowski
2024-09-19 0:48 ` [PATCH 2/6] app/testpmd: add index with pattern insertion type Alexander Kozyrev
2024-09-25 15:01 ` Dariusz Sosnowski
2024-09-19 0:48 ` [PATCH 3/6] ethdev: add flow rule insertion by index with pattern Alexander Kozyrev
2024-09-25 15:00 ` Dariusz Sosnowski
2024-09-19 0:48 ` [PATCH 4/6] app/testpmd: add insertion by index with pattern option Alexander Kozyrev
2024-09-25 15:01 ` Dariusz Sosnowski
2024-09-19 0:48 ` [PATCH 5/6] ethdev: add jump to table index action Alexander Kozyrev
2024-09-25 15:01 ` Dariusz Sosnowski
2024-09-19 0:48 ` [PATCH 6/6] app/testpmd: " Alexander Kozyrev
2024-09-25 15:02 ` Dariusz Sosnowski
2024-09-25 18:05 ` [PATCH v2 0/7] ethdev: jump to table support Alexander Kozyrev
2024-09-25 18:05 ` [PATCH v2 1/7] ethdev: add insertion by index with pattern Alexander Kozyrev
2024-09-26 8:23 ` Ori Kam
2024-09-25 18:05 ` [PATCH v2 2/7] app/testpmd: add index with pattern insertion type Alexander Kozyrev
2024-09-26 8:24 ` Ori Kam
2024-09-25 18:05 ` [PATCH v2 3/7] ethdev: add flow rule insertion by index with pattern Alexander Kozyrev
2024-09-26 8:26 ` Ori Kam
2024-09-25 18:05 ` [PATCH v2 4/7] app/testpmd: add insertion by index with pattern option Alexander Kozyrev
2024-09-26 8:48 ` Ori Kam
2024-09-25 18:05 ` [PATCH v2 5/7] ethdev: add jump to table index action Alexander Kozyrev
2024-09-26 8:49 ` Ori Kam
2024-09-25 18:05 ` [PATCH v2 6/7] app/testpmd: " Alexander Kozyrev
2024-09-26 8:49 ` Ori Kam
2024-09-25 18:05 ` [PATCH v2 7/7] ethdev: add trace points to flow insertion by index Alexander Kozyrev
2024-09-26 8:50 ` Ori Kam
2024-09-25 19:28 ` [PATCH v2 0/7] ethdev: jump to table support Dariusz Sosnowski
2024-09-27 1:51 ` Ferruh Yigit [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=31a9ce78-3a1d-44a5-9052-a4f8c358aace@amd.com \
--to=ferruh.yigit@amd.com \
--cc=akozyrev@nvidia.com \
--cc=dev@dpdk.org \
--cc=dsosnowski@nvidia.com \
--cc=matan@nvidia.com \
--cc=orika@nvidia.com \
--cc=stephen@networkplumber.org \
--cc=thomas@monjalon.net \
/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 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).