From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 85E79292D for ; Wed, 17 May 2017 12:44:25 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP; 17 May 2017 03:44:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,353,1491289200"; d="scan'208";a="87869054" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 17 May 2017 03:44:24 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 May 2017 03:44:17 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 May 2017 03:44:17 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.193]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Wed, 17 May 2017 18:43:56 +0800 From: "Xing, Beilei" To: Michael Lilja , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v5] net/i40e: improved FDIR programming times Thread-Index: AQHSzvnCx2xpjVCUwEiyqht2IS2LAKH4VqMQ Date: Wed, 17 May 2017 10:43:55 +0000 Message-ID: <94479800C636CB44BD422CB454846E0131FAF5E4@SHSMSX101.ccr.corp.intel.com> References: <20170517091212.6503-1-ml@napatech.com> <20170517103807.18746-1-ml@napatech.com> In-Reply-To: <20170517103807.18746-1-ml@napatech.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5] 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 10:44:26 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michael Lilja > Sent: Wednesday, May 17, 2017 6:38 PM > To: dev@dpdk.org > Cc: Michael Lilja > Subject: [dpdk-dev] [PATCH v5] net/i40e: improved FDIR programming times >=20 > Previously, the FDIR programming time is +11ms on i40e. > This patch will result in an average programming time of 22usec with a ma= x of > 60usec . >=20 > Signed-off-by: Michael Lilja Acked-by: Beilei Xing