DPDK patches and discussions
 help / color / mirror / Atom feed
From: Dekel Peled <dekelp@mellanox.com>
To: Matan Azrad <matan@mellanox.com>,
	Slava Ovsiienko <viacheslavo@mellanox.com>,
	Shahaf Shuler <shahafs@mellanox.com>
Cc: Ori Kam <orika@mellanox.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] [RFC] net/mlx5: add GTP support
Date: Wed, 4 Dec 2019 14:11:03 +0000	[thread overview]
Message-ID: <AM4PR05MB34609339380DE4F8BD9284B6B65D0@AM4PR05MB3460.eurprd05.prod.outlook.com> (raw)

This RFC describes the update of MLX5 PMD, in order to support GTP tunnel type.
Update will include the support of matching on GTP item, fields msg_type and teid.

GTP item validation function flow_dv_validate_item_gtp() will be implemented. This function will:
Check that there is no tunnel layer in previous detected items. Multiple tunnel layers are not supported.
Check that GTP item is preceded by L3 item and L4 UDP item. GTP is supported over UDP only.
Check that there is no request to match on non-supported fields v_pt_rsv_flags and msg_len.
Matching will be supported only for fields msg_type and teid.

GTP item translation function flow_dv_translate_item_gtp() will be implemented.
This function will set GTP item fields in matcher.

Tunnel layer bit MLX5_FLOW_LAYER_GTP will be added, and updated in
MLX5_FLOW_LAYER_TUNNEL mask, tunnels_info[] array, and MLX5_FLOW_TUNNEL size.



                 reply	other threads:[~2019-12-04 14:11 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=AM4PR05MB34609339380DE4F8BD9284B6B65D0@AM4PR05MB3460.eurprd05.prod.outlook.com \
    --to=dekelp@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=matan@mellanox.com \
    --cc=orika@mellanox.com \
    --cc=shahafs@mellanox.com \
    --cc=viacheslavo@mellanox.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 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).