From patchwork Sun Jan 8 15:42:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Elad Persiko X-Patchwork-Id: 19008 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 63073F924; Sun, 8 Jan 2017 16:43:19 +0100 (CET) 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) Received: from Internal Mail-Server by MTLPINE1 (envelope-from eladpe@mellanox.com) with ESMTPS (AES256-SHA encrypted); 8 Jan 2017 17:42:45 +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 v08Fgiti007995; Sun, 8 Jan 2017 17:42:44 +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 v08Fgi6B004923; Sun, 8 Jan 2017 15:42:44 GMT Received: (from eladpe@localhost) by r-aa-dragon21.mtr.labs.mlnx (8.14.7/8.14.7/Submit) id v08FgiAI004922; Sun, 8 Jan 2017 15:42:44 GMT From: Elad Persiko To: dev@dpdk.org Cc: Elad Persiko Date: Sun, 8 Jan 2017 15:42:03 +0000 Message-Id: <1483890123-4854-5-git-send-email-eladpe@mellanox.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1483890123-4854-1-git-send-email-eladpe@mellanox.com> References: <1483890123-4854-1-git-send-email-eladpe@mellanox.com> Subject: [dpdk-dev] [PATCH 5/5] 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: , 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