From: Shahaf Shuler Date: Tue, 25 Apr 2017 11:49:58 +0000 (+0300) Subject: doc: update mlx release notes X-Git-Tag: spdx-start~3343 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=bae96f1c114e43555a3fd585aabbc898af3e6f8f;p=dpdk.git doc: update mlx release notes Update release notes for 17.05. Signed-off-by: Shahaf Shuler --- diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst index b022f3f9a2..6c202e61d5 100644 --- a/doc/guides/rel_notes/release_17_05.rst +++ b/doc/guides/rel_notes/release_17_05.rst @@ -142,15 +142,21 @@ New Features * QinQ is not supported in Vector Mode on the i40e PMD. * Vector Mode must be disabled when using the QinQ Cloud Filter. -* **Added TSO support for tunneled and non-tunneled packets on mlx5 driver.** +* **Updated mlx5 PMD.** - Added support for Hardware TSO for tunneled and non-tunneled packets. - Tunneling protocols supported are GRE and VXLAN. + * Supported ether type in flow item. + * Extended IPv6 flow item with Vtc flow, Protocol and Hop limit. + * Supported flag flow action. + * Supported RSS action flow rule. + * Supported TSO for tunneled and non-tunneled packets. + * Supported hardware checksum offloads for tunneled packets. + * Supported user space Rx interrupt event. + * Enhanced multi-packet send function for ConnectX-5. -* **Added support for Rx interrupts on mlx5 driver.** +* **Updated mlx4 PMD.** - Rx queues can be armed with an interrupt which will trigger on the - next packet arrival. + * Supported basic flow items and actions. + * Supported device removal event. * **Updated the sfc_efx driver.**