From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] doc: add tso capabilities feature for mlx5 Date: Mon, 9 Jan 2017 10:52:14 +0000 Message-ID: References: <1483892601-6997-1-git-send-email-eladpe@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Elad Persiko , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CE5D3326C for ; Mon, 9 Jan 2017 11:52:16 +0100 (CET) In-Reply-To: <1483892601-6997-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" On 1/8/2017 4:23 PM, Elad Persiko wrote: > Feature implemented at: > commit b007e98ccda9 ("net/mlx5: implement TSO data path") > commit 085c4137280a ("net/mlx5: support TSO in control plane") Hi Elad, Instead of send this a separate patch, it is better if you can send these updates with the patch that adds the relevant feature. So, you won't have to reference the commit ids here.. > > 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 >