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 13F412F7D for ; Thu, 5 Oct 2017 13:26:37 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2017 04:26:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,481,1500966000"; d="scan'208";a="1227356236" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 05 Oct 2017 04:26:35 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX106.ger.corp.intel.com ([169.254.8.36]) with mapi id 14.03.0319.002; Thu, 5 Oct 2017 12:26:34 +0100 From: "Richardson, Bruce" To: "Li, Xiaoyun" , "Ananyev, Konstantin" CC: "Lu, Wenzhuo" , "Zhang, Helin" , "dev@dpdk.org" , "Thomas Monjalon (thomas.monjalon@6wind.com)" Thread-Topic: [PATCH v6 1/3] eal/x86: run-time dispatch over memcpy Thread-Index: AQHTPWSWniBR7kH6G0+NmG7rFxf4TKLU73qAgAAciACAABJj8A== Date: Thu, 5 Oct 2017 11:26:34 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B0721E0678@IRSMSX103.ger.corp.intel.com> References: <1507042796-86318-1-git-send-email-xiaoyun.li@intel.com> <1507157911-8702-1-git-send-email-xiaoyun.li@intel.com> <1507157911-8702-2-git-send-email-xiaoyun.li@intel.com> <2601191342CEEE43887BDE71AB9772585FAA48BC@IRSMSX103.ger.corp.intel.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjc0MGFlOTMtZTdkNi00ZGEzLWI5ODAtNzc3OGQ0YmQ4MmU3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjRuQklGa2ZoblBCTllvNnV2K0I5Y0lwSWlFU0VvZ3UxMkY3WnN5d2ZWaTQ9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 1/3] eal/x86: run-time dispatch over memcpy 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, 05 Oct 2017 11:26:38 -0000 > -----Original Message----- > From: Li, Xiaoyun > Sent: Thursday, October 5, 2017 12:19 PM > To: Ananyev, Konstantin ; Richardson, Bruce > > Cc: Lu, Wenzhuo ; Zhang, Helin > ; dev@dpdk.org; Thomas Monjalon > (thomas.monjalon@6wind.com) > Subject: RE: [PATCH v6 1/3] eal/x86: run-time dispatch over memcpy >=20 >=20 >=20 > > -----Original Message----- > > From: Ananyev, Konstantin > > Sent: Thursday, October 5, 2017 17:37 > > To: Li, Xiaoyun ; Richardson, Bruce > > > > Cc: Lu, Wenzhuo ; Zhang, Helin > > ; dev@dpdk.org; Thomas Monjalon > > (thomas.monjalon@6wind.com) > > Subject: RE: [PATCH v6 1/3] eal/x86: run-time dispatch over memcpy > > > > > diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map > > > b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > > > index 8c08b8d..15a2fe9 100644 > > > --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map > > > +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > > > @@ -241,5 +241,6 @@ EXPERIMENTAL { > > > rte_service_runstate_set; > > > rte_service_set_stats_enable; > > > rte_service_start_with_defaults; > > > + rte_memcpy_ptr; > > > > > > } DPDK_17.08; > > > > I am not an expert in DPDK versioning system, But shouldn't we create > > a > > 17.11 section here? > Should we create a 17.11 section? I am not sure who to ask for. >=20 Any new functions that are public and are added in the 17.11 release need t= o be added to the map file in a new 17.11 section. They are not part of the ABI for the 17.08 release as they were not present there.