From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 3/5] doc: add cxgbe PMD documentation under doc/guides/nics/cxgbe.rst Date: Wed, 27 May 2015 07:38:50 +0200 Message-ID: <1895664.ZyjcRCpONx@xps13> References: <3cfa0501a13852cd9cc131a5d2028da34f100fd5.1432300701.git.rahul.lakkireddy@chelsio.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Felix Marti , Kumar Sanghvi , Nirranjan Kirubaharan To: Rahul Lakkireddy Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id E60C69A9E for ; Wed, 27 May 2015 07:49:11 +0200 (CEST) Received: by wizo1 with SMTP id o1so8248053wiz.1 for ; Tue, 26 May 2015 22:49:11 -0700 (PDT) In-Reply-To: <3cfa0501a13852cd9cc131a5d2028da34f100fd5.1432300701.git.rahul.lakkireddy@chelsio.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-22 18:54, Rahul Lakkireddy: > Adds cxgbe poll mode driver documentation under the usual doc/guides/nics/ > directory with the rest of the drivers. The documentation covers cxgbe > implementation details, features and limitations, prerequisites, configuration, > and a sample application usage. > > Signed-off-by: Rahul Lakkireddy > Signed-off-by: Kumar Sanghvi Nice documentation, thank you. Do not hesitate to add some design insights which would help tuning or maintenance. > --- a/doc/guides/nics/index.rst > +++ b/doc/guides/nics/index.rst > @@ -44,6 +44,7 @@ Network Interface Controller Drivers > ixgbe > intel_vf > mlx4 > + cxgbe > virtio > vmxnet3 Please add it in the alphabetical order.