From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9AF422C46 for ; Thu, 26 May 2016 11:37:02 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 26 May 2016 02:37:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,367,1459839600"; d="scan'208";a="709184068" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 26 May 2016 02:37:02 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 26 May 2016 02:37:01 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 26 May 2016 02:37:01 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.58]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.148]) with mapi id 14.03.0248.002; Thu, 26 May 2016 17:36:59 +0800 From: "Wang, Zhihong" To: "Xu, Qian Q" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] eal: fix rte_memcpy perf in hsw/bdw Thread-Index: AQHRtl9v/fzBvLwydUmbhCGUTdYy+Z/KKXAAgADNpJA= Date: Thu, 26 May 2016 09:36:58 +0000 Message-ID: <8F6C2BD409508844A0EFC19955BE0941107439B6@SHSMSX103.ccr.corp.intel.com> References: <1464139383-132732-1-git-send-email-zhihong.wang@intel.com> <82F45D86ADE5454A95A89742C8D1410E0328B4EE@shsmsx102.ccr.corp.intel.com> In-Reply-To: <82F45D86ADE5454A95A89742C8D1410E0328B4EE@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWIzOWRhYmEtMjAyYS00NWU0LTk4NDYtMDM5N2Y3MjgyMGYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InR1ajdZaklKSGNiZDN4dTB5d2s2elI0bUR2VUJrMGhGSVE1NVRoejAwRkE9In0= 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] eal: fix rte_memcpy perf in hsw/bdw X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 09:37:03 -0000 > -----Original Message----- > From: Xu, Qian Q > Sent: Thursday, May 26, 2016 1:19 PM > To: Wang, Zhihong ; dev@dpdk.org > Cc: Wang, Zhihong > Subject: RE: [dpdk-dev] [PATCH] eal: fix rte_memcpy perf in hsw/bdw >=20 > Tested-by: Qian Xu >=20 > - Test Commit: 8f6f24342281f59de0df7bd976a32f714d39b9a9 > - OS/Kernel: Fedora 21/4.1.13 > - GCC: gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1) > - CPU: Intel(R) Xeon(R) CPU E5-2695 v4 @ 2.10 > - Total 1 cases, 1 passed, 0 failed. [...] >=20 > 8. Compare #1 with #2, can see ~5% performance increase on BDW-EP CPU > server. Thanks Qian! HSW should suffer even more from this issue.