Document new RTE_FLOW_ITEM_TYPE_PTYPE in the release notes. Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com> --- doc/guides/rel_notes/release_23_11.rst | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/doc/guides/rel_notes/release_23_11.rst b/doc/guides/rel_notes/release_23_11.rst index 0a6fc76a9d..b94328b8a7 100644 --- a/doc/guides/rel_notes/release_23_11.rst +++ b/doc/guides/rel_notes/release_23_11.rst @@ -122,6 +122,10 @@ New Features a group's miss actions, which are the actions to be performed on packets that didn't match any of the flow rules in the group. +* **Added ptype matching criteria.** + Added ``RTE_FLOW_ITEM_TYPE_PTYPE`` to allow matching on L2/L3/L4 + and tunnel information as defined in mbuf packet type. + * **Updated Intel cpfl driver.** * Added support for port representor. @@ -143,6 +147,7 @@ New Features * **Updated NVIDIA mlx5 net driver.** * Added support for Network Service Header (NSH) flow matching. + * Added support for ``RTE_FLOW_ITEM_TYPE_PTYPE`` flow item. * **Updated Solarflare net driver.** -- 2.18.2