From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7C29A29AC for ; Wed, 17 May 2017 10:44:21 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2017 01:44:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,353,1491289200"; d="scan'208";a="88298242" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 17 May 2017 01:44:18 -0700 To: Michael Lilja References: <20170516220132.3813-1-ml@napatech.com> <94479800C636CB44BD422CB454846E0131FAF09F@SHSMSX101.ccr.corp.intel.com> Cc: "Xing, Beilei" , "dev@dpdk.org" From: Ferruh Yigit Message-ID: <7be29f61-33e6-334a-f0c3-91c4fa8b94e3@intel.com> Date: Wed, 17 May 2017 09:44:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <94479800C636CB44BD422CB454846E0131FAF09F@SHSMSX101.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: Improved FDIR programming times 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: Wed, 17 May 2017 08:44:22 -0000 On 5/17/2017 3:22 AM, Xing, Beilei wrote: > Hi, > > Seems my comments in v2 are not addressed, add the comments here again. Hi Michael, And can you please use "--in-reply-to" option of the git send-email when sending the new version of the patch. To make new version of the patch in same mail thread, as a reply to previous version. Thanks, ferruh > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michael Lilja >> Sent: Wednesday, May 17, 2017 6:02 AM >> To: dev@dpdk.org >> Cc: Michael Lilja >> Subject: [dpdk-dev] [PATCH v3] net/i40e: Improved FDIR programming times >> >> Previously, the FDIR programming time is +11ms on i40e. >> This patch will result in an average programming time of 22usec with a max of >> 60usec . >> >> Signed-off-by: Michael Lilja <...>