From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3F7EA1075 for ; Mon, 13 Mar 2017 11:17:17 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 13 Mar 2017 03:17:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,158,1486454400"; d="scan'208";a="66863211" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga004.jf.intel.com with ESMTP; 13 Mar 2017 03:17:16 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.112]) by irsmsx110.ger.corp.intel.com ([169.254.15.101]) with mapi id 14.03.0248.002; Mon, 13 Mar 2017 10:17:15 +0000 From: "Hunt, David" To: "Richardson, Bruce" CC: "dev@dpdk.org" Thread-Topic: [PATCH v9 09/18] lib: add symbol versioning to distributor Thread-Index: AQHSlpQ5Mw6NTpczykOW9+0q6PywwaGOR9wAgARQ76A= Date: Mon, 13 Mar 2017 10:17:14 +0000 Message-ID: <3F5BA2D9419A984DBB40DB5CFACBB36D1F9228EE@IRSMSX101.ger.corp.intel.com> References: <1488354455-142764-2-git-send-email-david.hunt@intel.com> <1488791433-186137-1-git-send-email-david.hunt@intel.com> <1488791433-186137-10-git-send-email-david.hunt@intel.com> <20170310162228.GB339712@bricha3-MOBL3.ger.corp.intel.com> In-Reply-To: <20170310162228.GB339712@bricha3-MOBL3.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v9 09/18] lib: add symbol versioning to distributor 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: Mon, 13 Mar 2017 10:17:18 -0000 -----Original Message----- From: Richardson, Bruce=20 Sent: Friday, 10 March, 2017 4:22 PM To: Hunt, David Cc: dev@dpdk.org Subject: Re: [PATCH v9 09/18] lib: add symbol versioning to distributor On Mon, Mar 06, 2017 at 09:10:24AM +0000, David Hunt wrote: > Also bumped up the ABI version number in the Makefile >=20 > Signed-off-by: David Hunt > --- > lib/librte_distributor/Makefile | 2 +- > lib/librte_distributor/rte_distributor.c | 57 +++++++++++--- > lib/librte_distributor/rte_distributor_v1705.h | 89 ++++++++++++++++= ++++++ A file named rte_distributor_v1705.h was added in patch 4, then deleted in = patch 7, and now added again here. Seems a lot of churn. /Bruce