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 4308C5B36; Thu, 12 Jul 2018 10:01:39 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2018 01:01:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,342,1526367600"; d="scan'208";a="74173990" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 12 Jul 2018 01:01:38 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 12 Jul 2018 01:01:38 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.57]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.81]) with mapi id 14.03.0319.002; Thu, 12 Jul 2018 16:01:36 +0800 From: "Li, Xiaoyun" To: "Lu, Wenzhuo" , "Zhang, Qi Z" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v2] app/testpmd: fix little perf drop with XL710 Thread-Index: AQHUGL7q3eMD+gEM1kOmaYON3zAMcqSKknsAgACjYLA= Date: Thu, 12 Jul 2018 08:01:36 +0000 Message-ID: References: <1531189709-312497-1-git-send-email-xiaoyun.li@intel.com> <1531275335-29234-1-git-send-email-xiaoyun.li@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B803A5C@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B803A5C@shsmsx102.ccr.corp.intel.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 v2] app/testpmd: fix little perf drop with XL710 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: Thu, 12 Jul 2018 08:01:42 -0000 OK. I will modify the commit log and name and send v3 later. Thanks. > -----Original Message----- > From: Lu, Wenzhuo > Sent: Thursday, July 12, 2018 13:56 > To: Li, Xiaoyun ; Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org > Subject: RE: [PATCH v2] app/testpmd: fix little perf drop with XL710 >=20 > Hi Xiaoyun, >=20 >=20 > > -----Original Message----- > > From: Li, Xiaoyun > > Sent: Wednesday, July 11, 2018 10:16 AM > > To: Zhang, Qi Z ; Lu, Wenzhuo > > > > Cc: dev@dpdk.org; Li, Xiaoyun ; stable@dpdk.org > > Subject: [PATCH v2] app/testpmd: fix little perf drop with XL710 > > > > There is about 1.8M perf drop with XL710. And it is because of a > > bitrate > What's 1.8M mean? BPS? PPS? > Looks like this patch fixes the CPU consuming problem and has nothing to = do > with a specific NIC. > 2 suggestions. > Just omit XL710, also in the tittle. > Maybe better mentioning how many percent drop but not an accurate > number. >=20 > Except that, Acked-by: Wenzhuo Lu >=20 >=20 > > calculation in the datapath. So improve it by maintaining an array of > > port indexes in testpmd, which is updated with ethdev events. > > > > Fixes: 8728ccf37615 ("fix ethdev ports enumeration") > > Cc: stable@dpdk.org > > > > Signed-off-by: Xiaoyun Li