DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: support flow matching on representor ID
@ 2022-11-01  3:25 Sean Zhang
  2022-11-01  9:36 ` Thomas Monjalon
  2022-11-01 15:44 ` [v2] " Sean Zhang
  0 siblings, 2 replies; 5+ messages in thread
From: Sean Zhang @ 2022-11-01  3:25 UTC (permalink / raw)
  To: thomas, rasland, Matan Azrad, Viacheslav Ovsiienko; +Cc: dev

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(+)

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.**
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] doc: support flow matching on representor ID
  2022-11-01  3:25 [PATCH] doc: support flow matching on representor ID Sean Zhang
@ 2022-11-01  9:36 ` Thomas Monjalon
  2022-11-01 15:51   ` Sean Zhang (Networking SW)
  2022-11-01 15:44 ` [v2] " Sean Zhang
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2022-11-01  9:36 UTC (permalink / raw)
  To: rasland, Matan Azrad, Viacheslav Ovsiienko, Sean Zhang; +Cc: dev

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?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [v2] doc: support flow matching on representor ID
  2022-11-01  3:25 [PATCH] doc: support flow matching on representor ID Sean Zhang
  2022-11-01  9:36 ` Thomas Monjalon
@ 2022-11-01 15:44 ` Sean Zhang
  2023-11-13 10:51   ` Slava Ovsiienko
  1 sibling, 1 reply; 5+ messages in thread
From: Sean Zhang @ 2022-11-01 15:44 UTC (permalink / raw)
  To: thomas, rasland, Matan Azrad, Viacheslav Ovsiienko; +Cc: dev

Add note for support of matching on port representor ID.

Fixes: 707d5e7d79e0 ("net/mlx5: support flow matching on representor ID")

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

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.**
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] doc: support flow matching on representor ID
  2022-11-01  9:36 ` Thomas Monjalon
@ 2022-11-01 15:51   ` Sean Zhang (Networking SW)
  0 siblings, 0 replies; 5+ messages in thread
From: Sean Zhang (Networking SW) @ 2022-11-01 15:51 UTC (permalink / raw)
  To: NBU-Contact-Thomas Monjalon (EXTERNAL),
	Raslan Darawsheh, Matan Azrad, Slava Ovsiienko
  Cc: dev



> -----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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [v2] doc: support flow matching on representor ID
  2022-11-01 15:44 ` [v2] " Sean Zhang
@ 2023-11-13 10:51   ` Slava Ovsiienko
  0 siblings, 0 replies; 5+ messages in thread
From: Slava Ovsiienko @ 2023-11-13 10:51 UTC (permalink / raw)
  To: Sean Zhang (Networking SW),
	NBU-Contact-Thomas Monjalon (EXTERNAL),
	Raslan Darawsheh, Matan Azrad
  Cc: dev

> -----Original Message-----
> From: Sean Zhang (Networking SW) <xiazhang@nvidia.com>
> Sent: Tuesday, November 1, 2022 5:45 PM
> To: NBU-Contact-Thomas Monjalon (EXTERNAL) <thomas@monjalon.net>;
> Raslan Darawsheh <rasland@nvidia.com>; Matan Azrad
> <matan@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>
> Cc: dev@dpdk.org
> Subject: [v2] doc: support flow matching on representor ID
> 
> Add note for support of matching on port representor ID.
> 
> Fixes: 707d5e7d79e0 ("net/mlx5: support flow matching on representor ID")
> 
> Signed-off-by: Sean Zhang <xiazhang@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-13 10:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01  3:25 [PATCH] doc: support flow matching on representor ID Sean Zhang
2022-11-01  9:36 ` Thomas Monjalon
2022-11-01 15:51   ` Sean Zhang (Networking SW)
2022-11-01 15:44 ` [v2] " Sean Zhang
2023-11-13 10:51   ` Slava Ovsiienko

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).