From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3BBBFFE5 for ; Tue, 21 Feb 2017 11:27:17 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2017 02:27:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,189,1484035200"; d="scan'208";a="60730775" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.221.69]) ([10.237.221.69]) by orsmga004.jf.intel.com with ESMTP; 21 Feb 2017 02:27:15 -0800 To: dev@dpdk.org References: <1485163480-156507-2-git-send-email-david.hunt@intel.com> <1487647073-129064-1-git-send-email-david.hunt@intel.com> <1487647073-129064-2-git-send-email-david.hunt@intel.com> Cc: bruce.richardson@intel.com From: "Hunt, David" Message-ID: <4e175195-acdb-6b5f-7a28-a552863d271e@intel.com> Date: Tue, 21 Feb 2017 10:27:14 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1487647073-129064-2-git-send-email-david.hunt@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 01/17] lib: rename legacy distributor lib files 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: Tue, 21 Feb 2017 10:27:17 -0000 On 21/2/2017 3:17 AM, David Hunt wrote: > Move files out of the way so that we can replace with new > versions of the distributor libtrary. Files are named in > such a way as to match the symbol versioning that we will > apply for backward ABI compatibility. > > Signed-off-by: David Hunt > --- > ---snip-- Apologies, this patch should have been sent with '--find-renames', thus reducing the size of this patch significantly, and eliminating checkpatch warnings/errors. Dave.