From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/5] cxgbe: add cxgbe poll mode driver. Date: Tue, 26 May 2015 22:49:08 -0700 (PDT) Message-ID: <4251903.5rbIR0uoml@xps13> References: <20150522094638.24d4c498@urahara> <20150523055344.GA4569@scalar.blr.asicdesigners.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi To: Rahul Lakkireddy Return-path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 21B033B5 for ; Wed, 27 May 2015 07:49:09 +0200 (CEST) Received: by wizk4 with SMTP id k4so98965768wiz.1 for ; Tue, 26 May 2015 22:49:09 -0700 (PDT) In-Reply-To: <20150523055344.GA4569@scalar.blr.asicdesigners.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-05-23 11:23, Rahul Lakkireddy: > We need to rebase anyway since PMDs now seem to have moved to > drivers/net directory. Yes. And the subdirectory should probably be renamed base/. It would be nice to introduce the PMD features in separate patches as it was done for fm10k. Thanks