From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D6C922C35 for ; Mon, 6 Mar 2017 09:50:20 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2017 00:50:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,252,1484035200"; d="scan'208";a="232716968" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.191.192]) ([10.254.191.192]) by fmsmga004.fm.intel.com with ESMTP; 06 Mar 2017 00:50:02 -0800 To: Shahaf Shuler , nelio.laranjeiro@6wind.com, adrien.mazarguil@6wind.com References: <1488366702-51373-1-git-send-email-shahafs@mellanox.com> <1488445291-24637-1-git-send-email-shahafs@mellanox.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <8379d78f-4448-f6b3-0f24-5ab23561a3af@intel.com> Date: Mon, 6 Mar 2017 08:50:01 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1488445291-24637-1-git-send-email-shahafs@mellanox.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 1/1] net/mlx5: add hardware TSO support 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, 06 Mar 2017 08:50:21 -0000 On 3/2/2017 9:01 AM, Shahaf Shuler wrote: > Implement support for hardware TSO. > > Signed-off-by: Shahaf Shuler > --- > on v3: > * fix alignment issues > * for warn log > on v2: > * Instead of exposing capability, TSO checks on data path. > * PMD specific parameter to enable TSO. > * different implementaion for the data path. > Performance impact ~0.1-0.2Mpps Hi Shahaf, I think it is good idea to update release notes to announce mlx5 TSO support, what do you think? And if you will send a new version of the patch, can you please put "TSO" flag in the same order with default.ini Thanks, ferruh