[dpdk-dev] doc: announce TSO support on mlx5 driver

Message ID 1488801345-28787-1-git-send-email-shahafs@mellanox.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Shahaf Shuler March 6, 2017, 11:55 a.m. UTC
  Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---
 doc/guides/rel_notes/release_17_05.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Ferruh Yigit March 7, 2017, 12:31 p.m. UTC | #1
On 3/6/2017 11:55 AM, Shahaf Shuler wrote:
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>

Applied to dpdk-next-net/master, thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst
index 05fe784..8c381a8 100644
--- a/doc/guides/rel_notes/release_17_05.rst
+++ b/doc/guides/rel_notes/release_17_05.rst
@@ -53,6 +53,10 @@  New Features
   * Complete HW initialization even if SFP is not present.
   * Add VF xcast promiscuous mode.
 
+* **Added TSO support for tunneled and non-tunneled packets on mlx5 driver.**
+
+  Added support for Hardware TSO for tunneled and non-tunneled packets.
+  Tunneling protocols supported are GRE and VXLAN.
 
 Resolved Issues
 ---------------