From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id E484F7E33 for ; Thu, 9 Oct 2014 00:30:19 +0200 (CEST) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id 268F580C50B; Wed, 8 Oct 2014 15:36:55 -0700 (PDT) Date: Wed, 8 Oct 2014 15:36:55 -0700 From: Matthew Hall To: Sergio Gonzalez Monroy Message-ID: <20141008223655.GB29243@mhcomputing.net> References: <1412265386-26291-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1412592755-3370-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1412592755-3370-4-git-send-email-sergio.gonzalez.monroy@intel.com> <20141006204607.GA18992@mhcomputing.net> <20141007095511.GA27326@sivswdev02.ir.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141007095511.GA27326@sivswdev02.ir.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 3/4] Update library build process 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: Wed, 08 Oct 2014 22:30:20 -0000 On Tue, Oct 07, 2014 at 10:55:11AM +0100, Sergio Gonzalez Monroy wrote: > I don't see how this particular patch would force people to change their code, > though in all likelihood they will have to as a result of ABI changes in the > following release. > > The only difference now would be when they link their applications against a > single library instead of multiple separated libraries. > > Thanks, > Sergio Hi Sergio, Changing all of your Makefiles does sound like changing code to me. Matthew.