doc: support flow matching on representor ID

Message ID 20221101032543.24222-1-xiazhang@nvidia.com (mailing list archive)
State Superseded, archived
Delegated to: Raslan Darawsheh
Headers
Series doc: support flow matching on representor ID |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/github-robot: build success github build: passed
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Sean Zhang Nov. 1, 2022, 3:25 a.m. UTC
  Add note for support of matching on port representor ID.

Signed-off-by: Sean Zhang <xiazhang@nvidia.com>
---
 doc/guides/nics/mlx5.rst               | 1 +
 doc/guides/rel_notes/release_22_11.rst | 1 +
 2 files changed, 2 insertions(+)
  

Comments

Thomas Monjalon Nov. 1, 2022, 9:36 a.m. UTC | #1
01/11/2022 04:25, Sean Zhang:
> Add note for support of matching on port representor ID.
> 
> Signed-off-by: Sean Zhang <xiazhang@nvidia.com>

When was it added?
Please can you add a Fixes line to reference the commit?
  
Sean Zhang Nov. 1, 2022, 3:51 p.m. UTC | #2
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Tuesday, November 1, 2022 5:37 PM
> To: Raslan Darawsheh <rasland@nvidia.com>; Matan Azrad
> <matan@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>; Sean
> Zhang (Networking SW) <xiazhang@nvidia.com>
> Cc: dev@dpdk.org
> Subject: Re: [PATCH] doc: support flow matching on representor ID
> 
> External email: Use caution opening links or attachments
> 
> 
> 01/11/2022 04:25, Sean Zhang:
> > Add note for support of matching on port representor ID.
> >
> > Signed-off-by: Sean Zhang <xiazhang@nvidia.com>
> 
> When was it added?
> Please can you add a Fixes line to reference the commit?
> 

It was added in 22.11 rc2, and fixes line added in v2.
  

Patch

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index d5f9375a4e..b121ef059c 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -106,6 +106,7 @@  Features
 - Sub-Function representors.
 - Sub-Function.
 - Matching on represented port.
+- Matching on port representor ID.
 
 
 Limitations
diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst
index 70afb57f2b..42c6b3d0f7 100644
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst
@@ -185,6 +185,7 @@  New Features
     - Support of counter.
     - Support of meter.
     - Support of modify fields.
+  * Added support of matching on port representor ID.
 
 * **Updated NXP dpaa2 driver.**