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