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 0B1EE58FA for ; Fri, 10 Mar 2017 17:22:33 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 10 Mar 2017 08:22:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,141,1486454400"; d="scan'208";a="234620670" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.61]) by fmsmga004.fm.intel.com with SMTP; 10 Mar 2017 08:22:29 -0800 Received: by (sSMTP sendmail emulation); Fri, 10 Mar 2017 16:22:29 +0000 Date: Fri, 10 Mar 2017 16:22:28 +0000 From: Bruce Richardson To: David Hunt Cc: dev@dpdk.org Message-ID: <20170310162228.GB339712@bricha3-MOBL3.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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488791433-186137-10-git-send-email-david.hunt@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) 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: Fri, 10 Mar 2017 16:22:34 -0000 On Mon, Mar 06, 2017 at 09:10:24AM +0000, David Hunt wrote: > Also bumped up the ABI version number in the Makefile > > 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