From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D85572BE9 for ; Mon, 23 Jan 2017 13:29:59 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 23 Jan 2017 04:29:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,274,1477983600"; d="scan'208";a="1086256120" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga001.jf.intel.com with ESMTP; 23 Jan 2017 04:29:58 -0800 To: Elad Persiko , "dev@dpdk.org" , Adrien Mazarguil References: <1483892601-6997-1-git-send-email-eladpe@mellanox.com> <3c5731c6-4213-c976-9a17-798eb24d2c37@intel.com> From: Ferruh Yigit Message-ID: <87f45d60-baaa-f829-d60c-0279aa9769e3@intel.com> Date: Mon, 23 Jan 2017 12:29:57 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [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: Mon, 23 Jan 2017 12:30:00 -0000 On 1/10/2017 9:18 AM, Elad Persiko wrote: > > Thanks, > The feature is not supported on MLX4. I will fix it on V2 The new version of this patch will be squashed to "net/mlx5: last WQE no room inline" patchset, right? > > -----Original Message----- > From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] > Sent: Monday, January 9, 2017 2:31 PM > To: Elad Persiko ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5 > > 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") >> >> 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 > > One more thing, for double check, patch updates only mlx5 files, is enabling TSO for mlx4 correct? > >> Promiscuous mode = Y >> Allmulticast mode = Y >> Unicast MAC filter = Y > <...> >