From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E7277108F for ; Wed, 18 Jan 2017 00:20:49 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 17 Jan 2017 15:20:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,246,1477983600"; d="scan'208";a="31876125" Received: from ahorin-mobl.localdomain (HELO [10.252.1.82]) ([10.252.1.82]) by orsmga002.jf.intel.com with ESMTP; 17 Jan 2017 15:20:47 -0800 To: Alejandro Lucero , dev@dpdk.org References: <1484308202-5198-1-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Message-ID: Date: Tue, 17 Jan 2017 23:20:47 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484308202-5198-1-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] config: build nfp pmd support by default 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: Tue, 17 Jan 2017 23:20:52 -0000 On 1/13/2017 11:50 AM, Alejandro Lucero wrote: > Because using a NFP PMD requires specific BSP installed, the PMD > support was not the default option before. This was just for making > people aware of such dependency, since there is no need for such a > BSP for just compiling DPDK with NFP PMD support. > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.