From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Wed, 27 May 2015 07:49:09 +0200 (CEST)
Received: by wizk4 with SMTP id k4so98965768wiz.1
 for <dev@dpdk.org>; Tue, 26 May 2015 22:49:09 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=FG3omT0Wft/XR4dIoqWO0DMJnijMISzVzosLwQM+Su8=;
 b=K6K2sIb3rLx017x2HbmqyCD1+gEBx2kQiKpfo4YTPQK0TCVYSfm9h3I7uMBs4kEbZB
 jgLmUn4+JQx9JKA8nKZcCVRzuWt3zrvNvoYN6y8OVpRow50pCGuDoqxqfy/nAYuD2cwZ
 5PqICWb9OUPiTedTiLfRoMEUaX4bgfAA9DEp5Yx8IT6Leciju8rIz+3NK3wWZnbrneH6
 HnaeWz10as24Qk+04hZ/qcGKX9e54szKU/poCFBXAiPc2KXGHtV9+ePUaXBq/nh8+L8e
 YoszL82iO28lbNQHAKkpU7xpjGoKl5L0bi4GNqCNnY4jTP07XC46DF1FKUapAb7iWxIU
 d1lQ==
X-Gm-Message-State: ALoCoQnknC9CrtK+LihamgTPjXW9xYREEykyBkrIkeubKK6UsFziUmsqtAAVU90SCEbxczJdXJfS
X-Received: by 10.194.235.4 with SMTP id ui4mr32638985wjc.0.1432705748963;
 Tue, 26 May 2015 22:49:08 -0700 (PDT)
Received: from xps13.localnet (142.16.90.92.rev.sfr.net. [92.90.16.142])
 by mx.google.com with ESMTPSA id u6sm23354711wja.40.2015.05.26.22.49.07
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 26 May 2015 22:49:08 -0700 (PDT)
Date: Tue, 26 May 2015 22:49:08 -0700 (PDT)
X-Google-Original-Date: Wed, 27 May 2015 07:47 +0200
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Message-ID: <4251903.5rbIR0uoml@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; )
In-Reply-To: <20150523055344.GA4569@scalar.blr.asicdesigners.com>
References: <cover.1432300701.git.rahul.lakkireddy@chelsio.com>
 <20150522094638.24d4c498@urahara>
 <20150523055344.GA4569@scalar.blr.asicdesigners.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org, Felix Marti <felix@chelsio.com>,
 Nirranjan Kirubaharan <nirranjan@chelsio.com>,
 Kumar Sanghvi <kumaras@chelsio.com>
Subject: Re: [dpdk-dev] [PATCH 2/5] cxgbe: add cxgbe poll mode driver.
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 27 May 2015 05:49:09 -0000

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