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 5E0E319F5 for ; Mon, 17 Oct 2016 15:43:15 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP; 17 Oct 2016 06:43:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,357,1473145200"; d="scan'208";a="20470108" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.83]) ([10.237.220.83]) by orsmga005.jf.intel.com with ESMTP; 17 Oct 2016 06:43:12 -0700 To: Shreyansh Jain , Thomas Monjalon References: <1466510566-9240-1-git-send-email-shreyansh.jain@nxp.com> <3582057.BR181DtlIn@xps13> <629b0e70-5bd1-d376-4fb9-e7c7a102d79f@nxp.com> <1978706.bfODzZLsTC@xps13> Cc: dev@dpdk.org, viktorin@rehivetech.com, David Marchand , hemant.agrawal@nxp.com From: Ferruh Yigit Message-ID: <1e1ac980-d857-877b-d629-8a6e9fd0a4c1@intel.com> Date: Mon, 17 Oct 2016 14:43:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization 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: Mon, 17 Oct 2016 13:43:15 -0000 On 10/5/2016 12:57 PM, Shreyansh Jain wrote: > Hi Thomas, > > On Tuesday 04 October 2016 01:12 PM, Thomas Monjalon wrote: >> 2016-10-04 12:21, Shreyansh Jain: >>> Hi Thomas, >>> >>> On Monday 03 October 2016 07:58 PM, Thomas Monjalon wrote: >>>> Applied, thanks everybody for the great (re)work! >>> >>> Thanks! >>> > [...] > [...] >>> >>> It can be merged with changes for: >>> - drv_name >>> - EAL_ before _REGISTER_ macros >>> - eth_driver => rte_driver naming >> >> Good. >> Could you make it this week, please? >> > > Certainly. At least some of those I can send within this week :) > I caught while running ABI validation script today, I think this patch should increase LIBABIVER of: - lib/librte_cryptodev - lib/librte_eal - lib/librte_ether Thanks, ferruh