From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v7 00/21] Introduce SoC device/driver framework for EAL Date: Fri, 28 Oct 2016 18:05:28 +0530 Message-ID: References: <1477581467-12588-1-git-send-email-shreyansh.jain@nxp.com> <1477657598-826-1-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: thomas.monjalon@6wind.com To: Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0042.outbound.protection.outlook.com [104.47.37.42]) by dpdk.org (Postfix) with ESMTP id 6C29B77F2 for ; Fri, 28 Oct 2016 14:34:03 +0200 (CEST) In-Reply-To: <1477657598-826-1-git-send-email-shreyansh.jain@nxp.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Friday 28 October 2016 05:56 PM, Shreyansh Jain wrote: > Introduction: > ============= > > This patch set is direct derivative of Jan's original series [1],[2]. > > - This version is based on master HEAD (ca41215) > > - In this, I am merging the series [11] back. It was initially part > of this set but I had split considering that those changes in PCI > were good standalone as well. But, 1) not much feedback was avail- > able and 2) this patchset is a use-case for those patches making > it easier to review. Just like what Jan had intended in original > series. > > - SoC support is not enabled by default. It needs the 'enable-soc' toggle > on command line. This is primarily because this patchset is still > experimental and we would like to keep it isolated from non-SoC ops. > Though, it does impact the ABI. Sending v7 as patch 11/21 of v6 wasn't received by mailing list leading to automated build failure. No other change has been done. - Shreyansh