From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 3D9EB133F for ; Sun, 8 Jan 2017 17:23:28 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from eladpe@mellanox.com) with ESMTPS (AES256-SHA encrypted); 8 Jan 2017 18:23:24 +0200 Received: from r-aa-dragon21.mtr.labs.mlnx (r-aa-dragon21.mtr.labs.mlnx [10.209.68.158]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id v08GNOSb001953; Sun, 8 Jan 2017 18:23:24 +0200 Received: from r-aa-dragon21.mtr.labs.mlnx (localhost [127.0.0.1]) by r-aa-dragon21.mtr.labs.mlnx (8.14.7/8.14.7) with ESMTP id v08GNOdm007036; Sun, 8 Jan 2017 16:23:24 GMT Received: (from eladpe@localhost) by r-aa-dragon21.mtr.labs.mlnx (8.14.7/8.14.7/Submit) id v08GNO37007035; Sun, 8 Jan 2017 16:23:24 GMT From: Elad Persiko To: dev@dpdk.org Cc: Elad Persiko Date: Sun, 8 Jan 2017 16:23:21 +0000 Message-Id: <1483892601-6997-1-git-send-email-eladpe@mellanox.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2017 16:23:29 -0000 Feature implemented at: commit b007e98ccda9 ("net/mlx5: implement TSO data path") commit 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