DPDK usage discussions
 help / color / mirror / Atom feed
From: "László Molnár" <laszlo.molnar@ericsson.com>
To: "users@dpdk.org" <users@dpdk.org>
Subject: mlx5: is GTP encapsulation possible using the rte_flow api?
Date: Wed, 8 May 2024 15:23:50 +0000	[thread overview]
Message-ID: <ZjuY+KquiSHG0bjo@elx-5cg22853xc> (raw)

Hi All,

I wonder whether it would be possible to implement HW accelerated GTP
encapsulation (as a first step) functionality using a Bluefield 2 NIC
and the rte_flow API?

The encapsulation would need to work between different ports using
hairpin queues.

Let's say I already have the rules in dpdk-testpmd that remove the
original ETH header using raw_decap, and add the new ETH/IP/UDP/GTP
using raw_encap.

Now I would need to update some header fields (payload length for
ipv4, udp, gtp). I would use "modify_field op add", but I found no way
I can access the payload length field for UDP and GTP.

For example, when I try to access the UDP payload length field by using
"dst_type udp_port_src dst_offset 32" in the "modify_field" action,
I get a "destination offset is too big: Invalid argument" error.

This seems to be caused by a check in the mlx5 driver, which is a bit
surprising as the documentation in rte_flow.rst (DPDK version 24.03)
says that:

   ``offset`` allows going past the specified packet field boundary to
   copy a field to an arbitrary place in a packet,

Is this just a driver limitation or an HW limitation? Or could a flex
item solve this?

Thanks, Laszlo

                 reply	other threads:[~2024-05-08 15:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=ZjuY+KquiSHG0bjo@elx-5cg22853xc \
    --to=laszlo.molnar@ericsson.com \
    --cc=users@dpdk.org \
    /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).