From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 977442E41 for ; Fri, 8 Apr 2016 11:06:01 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id n3so14247755wmn.0 for ; Fri, 08 Apr 2016 02:06:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=vLZwYb5l/TZ3+ODnbZrqbbAUor8obhqDMRhrjC49u9k=; b=Si70lUln2LUCCNyNa0kOvU/FEK+GyGUVf0s9EL1y4SqbS5A7ks+abSdkA7I6rawj+X mIeOy2k3YSCEDK7LZvk8SFb+6o8c/lBxVs/yYOnUoHry9afyd8eiWG64LmsQOQfuJ5zn 96FcMA+0u9I8LkCn9YXF4xDO6KmvCn4QSWY6U3lHRl2HHbYeV4NouzynRJ8o5peDkuKB s+FaKj0EiL26fCcmCLo7fTEtWapX9ruDByu2sNNtFWTpF8TqH1/xi5pHpErhYVueY2lX iIPXXERqR1koCG6uj9L0wWK1NV9iF8QDsNPj+L/YGtNdTJMKiXYS4rF5G1F2Fux2pROx Lj0g== 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; bh=vLZwYb5l/TZ3+ODnbZrqbbAUor8obhqDMRhrjC49u9k=; b=Lyt5+ayxRImniEnzTRnt569+kHMXwlPAt87QfM/p51iJI8TzS15pBRWOy0AxihNehf jDm3mfByu7TWvjGLAsSJR/VIcTewcRnK1cdPLDqoCPNdbpZ2GDyAoX2MhlVQYXf8xDlp WBc7MLlckSOa8aXNjZkY9CsOEyc8CrLqNXKL4MEBsVgxVd71SeS1ZtVfSmiIYcTEMpAB FxBHkYQeob4nqXTvKblBrYoVa9Y6W0j/ow/oVSy5RdSnjm/itvkkERMgTvnJeQRTYOaE eR7aBK34bnvQkl7QTx2qRRnL+uyWtkLzlel6Imy91lKHsPZQ4U2b4JIUCFCthsIsbSjY x44w== X-Gm-Message-State: AD7BkJI0E4AGaKfS5BwDpFroXwwoqzRS9nCMrDL+MJiz6ZSxw1U+oDa2Qhv//bYPfWY9Txn4 X-Received: by 10.28.125.2 with SMTP id y2mr2502287wmc.90.1460106361316; Fri, 08 Apr 2016 02:06:01 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id w184sm2036358wmb.1.2016.04.08.02.06.00 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Apr 2016 02:06:00 -0700 (PDT) From: Thomas Monjalon To: Qian Xu Cc: dev@dpdk.org, john.mcnamara@intel.com Date: Fri, 08 Apr 2016 11:05:59 +0200 Message-ID: <3853458.7f1dbNQpix@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1460105823-2013-1-git-send-email-qian.q.xu@intel.com> References: <1460105823-2013-1-git-send-email-qian.q.xu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc:add tested platforms and nics 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: Fri, 08 Apr 2016 09:06:01 -0000 2016-04-08 16:57, Qian Xu: > add a new file about tested platforms and nics in doc/guides/nics > Signed-off-by: Qian Xu > > diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst > index 769f677..d34040b 100644 > --- a/doc/guides/nics/index.rst > +++ b/doc/guides/nics/index.rst > @@ -36,6 +36,7 @@ Network Interface Controller Drivers > :numbered: > > overview > + test_platforms I think it would be better suited to integrate this information in the existing pages for e1000, ixgbe, i40e and fm10k.