From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ajit.khaparde@broadcom.com>
Received: from mail-qk0-f171.google.com (mail-qk0-f171.google.com
 [209.85.220.171]) by dpdk.org (Postfix) with ESMTP id 794E52C8
 for <web@dpdk.org>; Wed, 27 Jul 2016 22:59:56 +0200 (CEST)
Received: by mail-qk0-f171.google.com with SMTP id o67so45846044qke.1
 for <web@dpdk.org>; Wed, 27 Jul 2016 13:59:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google;
 h=mime-version:in-reply-to:references:from:date:message-id:subject:to
 :cc; bh=GsJhIglRujWaE+DQ1AoFr2O5F/VlTudfZq7jg1ESFZE=;
 b=WoUuUQcC4b0g0xkr7eCd7UFhhzewNpWPvHh4Q5oX7cJuXJ1X9ZIEv4zobcdS78us6S
 M9zwzhYePIM7kSpAseFxJVhSGKtDOkBea0nlbrrPieEolJ35hZnYauE3ZuUoS6qBfe2d
 REIRRUh3nFLQWyY4fsYR52Y7+6C4u6Zx02f+E=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:mime-version:in-reply-to:references:from:date
 :message-id:subject:to:cc;
 bh=GsJhIglRujWaE+DQ1AoFr2O5F/VlTudfZq7jg1ESFZE=;
 b=OFTSR5Mgnxqhib7fGCRI9N1iogZab33oqZzKvxMDdEf2rjr6uofb4ygkgkQX/sWP3v
 igU3NtcgXmouzKlRGYMO68U6I4WRIIb4EAJK8V6fn0p7ktu6DJYfRIsm0hUcnixNRuK4
 HIw1vtaaQLfWCg6+N1ZDRx91YCvHJNo2jnNux6HlF5ToHk546SfLYpHokj8TQizE90SY
 OobDUb9W2Ln8sW5NcaS0d5Iw+JoE20FtHze3pO4qlbbfAjjqKyZTIwdSXL/14JfE6XZo
 DPCoHo+KZhaMGRVZHHILf8pnfKJQ/5yJdNlA4kS6eL6IdSNuypTEIK90lLdBD3G/Jzu+
 xNGg==
X-Gm-Message-State: AEkoouvFvjUwCOKZ4Gp9cCRYxEJ9gZ/bsx/tqh1cvX+n2GXM3voTyy0mdkSBvBVdAeyxMncnKbHj5+bYhkshL1zf
X-Received: by 10.55.175.132 with SMTP id y126mr41256077qke.186.1469653195677; 
 Wed, 27 Jul 2016 13:59:55 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.237.55.4 with HTTP; Wed, 27 Jul 2016 13:59:26 -0700 (PDT)
In-Reply-To: <1469638014-1704-1-git-send-email-thomas.monjalon@6wind.com>
References: <1469638014-1704-1-git-send-email-thomas.monjalon@6wind.com>
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
Date: Wed, 27 Jul 2016 15:59:26 -0500
Message-ID: <CACZ4nhtgsGapNOhzk0RgFDNPpaYcfTYW0roYRN4UAT7SWdaE=Q@mail.gmail.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Cc: Stephen Hurd <stephen.hurd@broadcom.com>,
 Rasesh Mody <rasesh.mody@qlogic.com>, 
 Harish Patil <harish.patil@qlogic.com>, Sony Chacko <sony.chacko@qlogic.com>,
 web@dpdk.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs
X-BeenThere: web@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: website maintenance <web.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Jul 2016 20:59:56 -0000

On Wed, Jul 27, 2016 at 11:46 AM, Thomas Monjalon <thomas.monjalon@6wind.co=
m
> wrote:

> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> ---
>  doc/nics.html | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/doc/nics.html b/doc/nics.html
> index d2b6df7..2e9c600 100644
> --- a/doc/nics.html
> +++ b/doc/nics.html
> @@ -42,6 +42,10 @@
>                         <ul>
>                                 <li><a
> href=3D"/doc/guides/nics/ena.html">ena</a> (Elastic Network Adapter)</li>
>                         </ul>
> +                       <h3>Broadcom</h3>
> +                       <ul>
> +                               <li><a
> href=3D"/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme C-Series)</li>
>
Thanks Thomas.
=E2=80=8BIf you don't mind, can you use this instead?=E2=80=8B

+                               <li><a
href=3D"/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme
=E2=80=8B-C/NetXtreme-E
)</li>
=E2=80=8B
Thanks=E2=80=8B

+                       </ul>
>                         <h3>Cavium</h3>
>                         <ul>
>                                 <li><a
> href=3D"/doc/guides/nics/thunderx.html">thunderx</a> (CN88XX)</li>
> @@ -84,7 +88,8 @@
>                         </ul>
>                         <h3>QLogic</h3>
>                         <ul>
> -                               <li><a
> href=3D"/doc/guides/nics/bnx2x.html">bnx2x</a> (QLogic 578xx)</li>
> +                               <li><a
> href=3D"/doc/guides/nics/bnx2x.html">bnx2x</a> (578xx)</li>
> +                               <li><a
> href=3D"/doc/guides/nics/qede.html">qede</a> (FastLinQ QL4xxxx)</li>
>                         </ul>
>                         <h3>Paravirtualization</h3>
>                         <ul>
> --
> 2.7.0
>
>