[v2,10/11] doc: update release notes for MLX5 L3 frag support
Checks
Commit Message
This patch updates 20.11 release notes with the changes included in
patches of this series:
1) MLX5 support of matching on IPv4/IPv6 fragmented/non-fragmented
packets.
2) ABI change in ethdev struct rte_flow_item_ipv6.
Signed-off-by: Dekel Peled <dekelp@nvidia.com>
---
doc/guides/rel_notes/release_20_11.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
Comments
Hi
> -----Original Message-----
> From: Dekel Peled <dekelp@nvidia.com>
> Sent: Friday, October 2, 2020 12:15 AM
> Subject: [PATCH v2 10/11] doc: update release notes for MLX5 L3 frag support
>
> This patch updates 20.11 release notes with the changes included in
> patches of this series:
> 1) MLX5 support of matching on IPv4/IPv6 fragmented/non-fragmented
> packets.
> 2) ABI change in ethdev struct rte_flow_item_ipv6.
>
> Signed-off-by: Dekel Peled <dekelp@nvidia.com>
> ---
> doc/guides/rel_notes/release_20_11.rst | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_20_11.rst
> b/doc/guides/rel_notes/release_20_11.rst
> index 7f9d0dd..91e1773 100644
> --- a/doc/guides/rel_notes/release_20_11.rst
> +++ b/doc/guides/rel_notes/release_20_11.rst
> @@ -90,6 +90,11 @@ New Features
>
> * Added support for 200G PAM4 link speed.
>
> +* **Updated Mellanox mlx5 driver.**
> +
> + Updated Mellanox mlx5 driver with new features and improvements,
> including:
> +
> + * Added support for matching on fragmented/non-fragmented IPv4/IPv6
> packets.
>
> Removed Items
> -------------
> @@ -215,6 +220,11 @@ ABI Changes
>
> * ``ethdev`` internal functions are marked with ``__rte_internal`` tag.
>
> + * Added extensions' attributes to struct ``rte_flow_item_ipv6``.
> + A set of additional values added to struct, indicating the existence of
> + every defined extension header type.
> + Applications should use the new values for identification of existing
> + extensions in the packet header.
>
> Known Issues
> ------------
> --
> 1.8.3.1
Acked-by: Ori Kam <orika@nvidia.com>
Thanks,
Ori
@@ -90,6 +90,11 @@ New Features
* Added support for 200G PAM4 link speed.
+* **Updated Mellanox mlx5 driver.**
+
+ Updated Mellanox mlx5 driver with new features and improvements, including:
+
+ * Added support for matching on fragmented/non-fragmented IPv4/IPv6 packets.
Removed Items
-------------
@@ -215,6 +220,11 @@ ABI Changes
* ``ethdev`` internal functions are marked with ``__rte_internal`` tag.
+ * Added extensions' attributes to struct ``rte_flow_item_ipv6``.
+ A set of additional values added to struct, indicating the existence of
+ every defined extension header type.
+ Applications should use the new values for identification of existing
+ extensions in the packet header.
Known Issues
------------