From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1F382377A for ; Mon, 20 Mar 2017 13:21:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490012483; x=1521548483; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=MTAN/6btT1oSgpqPrJqOECrgu31S4hGQBPdUDUAGDbM=; b=nm/wzt+R1U2yvdI2uXyAaSyGonm6qaEJLfluP3MQNpRh56bOxACemNqv GE7rRepTDSkovmfgsdwG2kmRqeIeOw==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Mar 2017 05:21:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,194,1486454400"; d="scan'208";a="1144631123" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 20 Mar 2017 05:21:20 -0700 To: Jerin Jacob , dev@dpdk.org References: <1489327352-31938-1-git-send-email-jerin.jacob@caviumnetworks.com> <1489934928-27131-1-git-send-email-jerin.jacob@caviumnetworks.com> <1489934928-27131-3-git-send-email-jerin.jacob@caviumnetworks.com> Cc: Thomas Monjalon From: Ferruh Yigit Message-ID: <334ea3ef-ec1b-100c-fa22-1a4cdf79aa26@intel.com> Date: Mon, 20 Mar 2017 12:21:19 +0000 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: <1489934928-27131-3-git-send-email-jerin.jacob@caviumnetworks.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 3/3] config: enable the thunderx nicvf driver 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: Mon, 20 Mar 2017 12:21:23 -0000 On 3/19/2017 2:48 PM, Jerin Jacob wrote: > Enable Thunderx nicvf PMD driver in the common > config as it does not have build dependency > with any external library and/or architecture. > > Signed-off-by: Jerin Jacob Congratulations, Thunderx PMD enabled by default now.