From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: [PATCH] doc: announce TSO support on mlx5 driver Date: Mon, 6 Mar 2017 13:55:45 +0200 Message-ID: <1488801345-28787-1-git-send-email-shahafs@mellanox.com> Cc: ferruh.yigit@intel.com, dev@dpdk.org, olgas@mellanox.com To: nelio.laranjeiro@6wind.com, adirenm@arch009.mtl.labs.mlnx Return-path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 860FF108A for ; Mon, 6 Mar 2017 12:55:52 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Shahaf Shuler --- doc/guides/rel_notes/release_17_05.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 --------------- -- 1.8.3.1