From: Stephen Hemminger <stephen@networkplumber.org>
To: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Cc: dev@dpdk.org, orika@nvidia.com, thomas@monjalon.net
Subject: Re: [PATCH v2] ethdev: add GENEVE encapsulation and decapsulation actions
Date: Tue, 2 Dec 2025 16:09:30 -0800 [thread overview]
Message-ID: <20251202160930.2de5b87f@phoenix.local> (raw)
In-Reply-To: <20251114061917.20948-1-sunyang.wu@jaguarmicro.com>
On Fri, 14 Nov 2025 14:19:17 +0800
Sunyang Wu <sunyang.wu@jaguarmicro.com> wrote:
> Add new flow action types for GENEVE tunnel manipulation:
>
> 1. RTE_FLOW_ACTION_TYPE_GENEVE_ENCAP - For encapsulating packets into
> GENEVE tunnels
> 2. RTE_FLOW_ACTION_TYPE_GENEVE_DECAP - For decapsulating packets from
> GENEVE tunnels
> 3. struct rte_flow_action_geneve_encap - Data structure to define tunnel
> encapsulation parameters
>
> These actions allow users to build more flexible network virtualization
> solutions using GENEVE tunnels as specified by RFC8926, which are added
> at the end of the enum to maintain ABI compatibility.
>
> Signed-off-by: Sunyang Wu <sunyang.wu@jaguarmicro.com>
> ---
For any new flow action we need an in-tree PMD that supports it
and support for it in testing framework. Please submit this as part of
a multi-part patch series with that.
prev parent reply other threads:[~2025-12-03 0:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-14 6:19 Sunyang Wu
2025-12-03 0:09 ` Stephen Hemminger [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=20251202160930.2de5b87f@phoenix.local \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=orika@nvidia.com \
--cc=sunyang.wu@jaguarmicro.com \
--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).