From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=MYdeC4RHut1z5qD0TgwPZr/AGtT3DG2y6LIQUHAef5o=; b=JpfSKfY8kyh4rzZpRdQP+NGWDJxw0l9j7ErwCXNVznVBJ2mwfnuMTJvLGIsHWX5HhA hRcQLm+ohvKotyCIwY5maH9Pr2OTvXt8yLrfDl0tuSwo1DJjz50i2o63J+3J0ebsANmg /xO7WI1qv8fp7AliLaXgUjDPlRHPR/UFyodFvqiprKZNBO1GCLzO7i2J69ZQJJUNtSbM u2eSW6TkevxThuj601Zqv6pOzOy+i8wdRzD+xtqU+ODvh2t6vxnM9Ppo38FrqSMEMQiL WqbDGA5EOhJVj97JKyvqZ4Du7g8qtiwRBEb0fIuxnnREO+QOrIh+cFaAQZHLzL20tPkG bitA== X-Gm-Message-State: ALoCoQlBiT4QzOsnF7GgBizjGkoVznd51QZfPBKA+3INFEDp//HU3Nt4hiK/tKHMTNxOxIBb3sAQ X-Received: by 10.180.160.210 with SMTP id xm18mr2354000wib.93.1432705751817; Tue, 26 May 2015 22:49:11 -0700 (PDT) Received: from xps13.localnet (142.16.90.92.rev.sfr.net. [92.90.16.142]) by mx.google.com with ESMTPSA id n2sm1817888wiv.3.2015.05.26.22.49.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 May 2015 22:49:11 -0700 (PDT) From: Thomas Monjalon To: Rahul Lakkireddy Date: Wed, 27 May 2015 07:38:50 +0200 Message-ID: <1895664.ZyjcRCpONx@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <3cfa0501a13852cd9cc131a5d2028da34f100fd5.1432300701.git.rahul.lakkireddy@chelsio.com> References: <3cfa0501a13852cd9cc131a5d2028da34f100fd5.1432300701.git.rahul.lakkireddy@chelsio.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Felix Marti , Kumar Sanghvi , Nirranjan Kirubaharan Subject: Re: [dpdk-dev] [PATCH 3/5] doc: add cxgbe PMD documentation under doc/guides/nics/cxgbe.rst X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 05:49:12 -0000 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.