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 89794160 for ; Wed, 28 Feb 2018 15:45:38 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Feb 2018 06:45:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,406,1515484800"; d="scan'208";a="34800615" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by orsmga001.jf.intel.com with SMTP; 28 Feb 2018 06:45:35 -0800 Received: by (sSMTP sendmail emulation); Wed, 28 Feb 2018 14:45:34 +0000 Date: Wed, 28 Feb 2018 14:45:34 +0000 From: Bruce Richardson To: Hemant Agrawal Cc: dev@dpdk.org, thomas@monjalon.net, shreyansh.jain@nxp.com Message-ID: <20180228144533.GB10572@bricha3-MOBL3.ger.corp.intel.com> References: <1519752352-15442-1-git-send-email-hemant.agrawal@nxp.com> <1519752352-15442-7-git-send-email-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1519752352-15442-7-git-send-email-hemant.agrawal@nxp.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.3 (2018-01-21) Subject: Re: [dpdk-dev] [PATCH 6/7] bus/fslmc: enabling dpaa2 compilation for other platforms 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: Wed, 28 Feb 2018 14:45:38 -0000 On Tue, Feb 27, 2018 at 10:55:51PM +0530, Hemant Agrawal wrote: > Signed-off-by: Hemant Agrawal > --- > drivers/bus/fslmc/qbman/qbman_sys_decl.h | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > With these patches should config/common_base be changed to enable all these drivers globally for compilation testing? /Bruce