From: Thomas Monjalon <thomas@monjalon.net>
To: rongwei liu <rongweil@nvidia.com>
Cc: matan@nvidia.com, viacheslavo@nvidia.com, orika@nvidia.com,
dev@dpdk.org, rasland@nvidia.com, andrew.rybchenko@oktetlabs.ru,
ferruh.yigit@intel.com
Subject: Re: [dpdk-dev] [PATCH v2 1/2] drivers: add VXLAN header the last 8-bits matching support
Date: Tue, 06 Jul 2021 14:35:33 +0200 [thread overview]
Message-ID: <5746076.uJIXkIHoMQ@thomas> (raw)
In-Reply-To: <20210705095020.1120216-2-rongweil@nvidia.com>
The title would be more accurate if starting with net/mlx5,
even if there is a small change for vDPA included.
05/07/2021 11:50, rongwei liu:
> This update adds support for the VXLAN alert bits matching when
There is an alert bit in the first byte, specified in this RFC draft:
https://datatracker.ietf.org/doc/html/draft-singh-nvo3-vxlan-router-alert-00
> creating steering rules. At the PCIe probe stage, we create a
> dummy VXLAN matcher using misc5 to check rdma-core library's
> capability.
>
> The logic is, group 0 depends on HCA_CAP to enable misc or misc5
> for VXLAN matching while group non zero depends on the rdma-core
> capability.
>
> Signed-off-by: rongwei liu <rongweil@nvidia.com>
Please use capitals in your "English-written name".
It could be something like "Rongwei Liu".
next prev parent reply other threads:[~2021-07-06 12:35 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-05 9:50 [dpdk-dev] [PATCH v2 0/2] support VXLAN header last 8-bits reserved field matching rongwei liu
2021-07-05 9:50 ` [dpdk-dev] [PATCH v2 1/2] drivers: add VXLAN header the last 8-bits matching support rongwei liu
2021-07-06 12:35 ` Thomas Monjalon [this message]
2021-07-07 8:09 ` [dpdk-dev] [PATCH v4 0/2] support VXLAN header the last 8-bits matching Rongwei Liu
2021-07-07 8:09 ` [dpdk-dev] [PATCH v4 1/2] net/mlx5: add VXLAN header the last 8-bits matching support Rongwei Liu
2021-07-07 8:09 ` [dpdk-dev] [PATCH v4 2/2] app/testpmd: support VXLAN the last 8-bits field matching Rongwei Liu
2021-07-13 8:33 ` [dpdk-dev] [PATCH v4 0/2] support VXLAN header the last 8-bits matching Andrew Rybchenko
2021-07-13 9:55 ` [dpdk-dev] [PATCH v5 " Rongwei Liu
2021-07-13 9:55 ` [dpdk-dev] [PATCH v5 1/2] net/mlx5: add VXLAN header the last 8-bits matching support Rongwei Liu
2021-07-13 10:27 ` Raslan Darawsheh
2021-07-13 10:50 ` [dpdk-dev] [PATCH v6 0/2] support VXLAN header the last 8-bits matching Rongwei Liu
2021-07-13 10:50 ` [dpdk-dev] [PATCH v6 1/2] net/mlx5: support matching on the reserved field of VXLAN Rongwei Liu
2021-07-13 11:40 ` Raslan Darawsheh
2021-07-13 11:49 ` Rongwei Liu
2021-07-13 12:09 ` [dpdk-dev] [PATCH v7 0/2] support VXLAN header the last 8-bits matching Rongwei Liu
2021-07-13 12:09 ` [dpdk-dev] [PATCH v7 1/2] net/mlx5: support matching on the reserved field of VXLAN Rongwei Liu
2021-07-13 12:55 ` Raslan Darawsheh
2021-07-13 13:44 ` Rongwei Liu
2021-07-13 12:09 ` [dpdk-dev] [PATCH v7 2/2] app/testpmd: support matching the reserved filed for VXLAN Rongwei Liu
2021-07-13 12:54 ` Raslan Darawsheh
2021-07-13 15:34 ` Raslan Darawsheh
2021-07-13 15:36 ` Rongwei Liu
2021-07-13 13:09 ` [dpdk-dev] [PATCH v7 0/2] support VXLAN header the last 8-bits matching Andrew Rybchenko
2021-07-13 12:11 ` [dpdk-dev] [PATCH v6 1/2] net/mlx5: support matching on the reserved field of VXLAN Rongwei Liu
2021-07-13 10:50 ` [dpdk-dev] [PATCH v6 2/2] app/testpmd: support VXLAN header last 8-bits matching Rongwei Liu
2021-07-13 11:37 ` Raslan Darawsheh
2021-07-13 11:39 ` Rongwei Liu
2021-07-13 10:52 ` [dpdk-dev] [PATCH v5 1/2] net/mlx5: add VXLAN header the last 8-bits matching support Rongwei Liu
2021-07-13 9:55 ` [dpdk-dev] [PATCH v5 2/2] app/testpmd: support VXLAN the last 8-bits field matching Rongwei Liu
2021-07-13 10:02 ` Raslan Darawsheh
2021-07-13 10:06 ` Andrew Rybchenko
2021-07-13 9:56 ` [dpdk-dev] [PATCH v4 0/2] support VXLAN header the last 8-bits matching Rongwei Liu
2021-07-05 9:50 ` [dpdk-dev] [PATCH v2 2/2] app/testpmd: support VXLAN last 8-bits field matching rongwei liu
2021-07-06 12:28 ` Thomas Monjalon
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=5746076.uJIXkIHoMQ@thomas \
--to=thomas@monjalon.net \
--cc=andrew.rybchenko@oktetlabs.ru \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=matan@nvidia.com \
--cc=orika@nvidia.com \
--cc=rasland@nvidia.com \
--cc=rongweil@nvidia.com \
--cc=viacheslavo@nvidia.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).