From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 01/55] net/sfc: libefx-based PMD stub sufficient to build and init Date: Fri, 2 Dec 2016 14:54:16 +0000 Message-ID: <1e5503bf-8150-a4db-fd16-8c3e4c8e9737@intel.com> References: <1479740470-6723-1-git-send-email-arybchenko@solarflare.com> <1480436367-20749-1-git-send-email-arybchenko@solarflare.com> <1480436367-20749-2-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit To: Andrew Rybchenko , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 61797B33E for ; Fri, 2 Dec 2016 15:54:19 +0100 (CET) In-Reply-To: <1480436367-20749-2-git-send-email-arybchenko@solarflare.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/29/2016 4:18 PM, Andrew Rybchenko wrote: > The PMD is put into the sfc/efx subdirectory to have a place for .. into sfc subdirectory .. > the second PMD and library shared by both. Since all will go into same (sfc) folder, should mention from this? This looks like justification of previous sfc/efx. > > Enable the PMD by default on supported configuratons. > > Reviewed-by: Andy Moreton > Signed-off-by: Andrew Rybchenko > ---