From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 49CCE326C for ; Fri, 7 Apr 2017 13:13:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491563632; x=1523099632; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=AV5RdJ3d25TVwnC3leO3zyTP+QlVgVd+6iOVenOQM/o=; b=tjK0yofOV9/D4vkxU2gEmE2+LYByhr6fX0JtFVGhia/h64ygKDO2MBIA 98Y0uIwGvzOncyumOOuqqrKRUAna7Q==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Apr 2017 04:13:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,164,1488873600"; d="scan'208";a="843249417" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 07 Apr 2017 04:13:39 -0700 To: Allain Legacy References: <20170404163654.86100-1-allain.legacy@windriver.com> <20170404173724.185928-1-allain.legacy@windriver.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <065a3a43-c47c-c114-bdc5-efe643ba26aa@intel.com> Date: Fri, 7 Apr 2017 12:13:38 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170404173724.185928-1-allain.legacy@windriver.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] config: compile avp driver only on intel 64 bit 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: Fri, 07 Apr 2017 11:13:52 -0000 On 4/4/2017 6:37 PM, Allain Legacy wrote: > The AVP devices are only supported on Intel 64-bit architectures so > adjusting the defconfig attributes accordingly. > > Fixes: 0485859868a9 ("net/avp: support driver registration") > > Signed-off-by: Allain Legacy Applied to dpdk-next-net/master, thanks.