From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elad Persiko Subject: [PATCH 5/5] doc: add tso capabilities feature for mlx5 Date: Sun, 8 Jan 2017 15:42:03 +0000 Message-ID: <1483890123-4854-5-git-send-email-eladpe@mellanox.com> References: <1483890123-4854-1-git-send-email-eladpe@mellanox.com> Cc: Elad Persiko To: dev@dpdk.org Return-path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 74F26F919 for ; Sun, 8 Jan 2017 16:42:48 +0100 (CET) In-Reply-To: <1483890123-4854-1-git-send-email-eladpe@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Feature implemented at: b007e98ccda9 ("net/mlx5: implement TSO data path") 085c4137280a ("net/mlx5: support TSO in control plane") Signed-off-by: Elad Persiko --- doc/guides/nics/features/mlx4.ini | 1 + doc/guides/nics/features/mlx5.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/guides/nics/features/mlx4.ini b/doc/guides/nics/features/mlx4.ini index c9828f7..d74b9dd 100644 --- a/doc/guides/nics/features/mlx4.ini +++ b/doc/guides/nics/features/mlx4.ini @@ -10,6 +10,7 @@ Queue start/stop = Y MTU update = Y Jumbo frame = Y Scattered Rx = Y +TSO = Y Promiscuous mode = Y Allmulticast mode = Y Unicast MAC filter = Y diff --git a/doc/guides/nics/features/mlx5.ini b/doc/guides/nics/features/mlx5.ini index f811e3f..f8a215e 100644 --- a/doc/guides/nics/features/mlx5.ini +++ b/doc/guides/nics/features/mlx5.ini @@ -11,6 +11,7 @@ Queue start/stop = Y MTU update = Y Jumbo frame = Y Scattered Rx = Y +TSO = Y Promiscuous mode = Y Allmulticast mode = Y Unicast MAC filter = Y -- 1.8.3.1