From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EFB9C2BDA for ; Mon, 7 Mar 2016 03:37:26 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 06 Mar 2016 18:37:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,549,1449561600"; d="scan'208";a="928205925" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 06 Mar 2016 18:37:25 -0800 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 6 Mar 2016 18:37:25 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 6 Mar 2016 18:37:24 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by shsmsx102.ccr.corp.intel.com ([169.254.2.232]) with mapi id 14.03.0248.002; Mon, 7 Mar 2016 10:37:22 +0800 From: "Wu, Jingjing" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2] doc: add doc for i40e pmd driver introduction Thread-Index: AQHRbdjKD93x1MT6pEaqg0f4nK82lJ9MkDQAgADHZpA= Date: Mon, 7 Mar 2016 02:37:21 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8DCF1ED@SHSMSX104.ccr.corp.intel.com> References: <1453971042-16925-1-git-send-email-jingjing.wu@intel.com> <1456190585-29107-1-git-send-email-jingjing.wu@intel.com> <3198001.GazbVVVHeI@xps13> In-Reply-To: <3198001.GazbVVVHeI@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2] doc: add doc for i40e pmd driver introduction 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: Mon, 07 Mar 2016 02:37:27 -0000 Hi, Thomas > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, March 07, 2016 6:39 AM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] doc: add doc for i40e pmd driver > introduction >=20 > 2016-02-23 09:23, Jingjing Wu: > > A new doc "i40e.rst" is added to introduce i40e pmd driver. > > > > Signed-off-by: Jingjing Wu > > --- > > doc/guides/nics/i40e.rst | 368 > ++++++++++++++++++++++++++++++++++++++++++++++ > > doc/guides/nics/index.rst | 1 + > > 2 files changed, 369 insertions(+) > > create mode 100644 doc/guides/nics/i40e.rst >=20 > May I ask to update the table in overview.rst, please? So glad to see this table, I would like to update it. But I'm not sure whic= h symbol should I use to indicate support, not support, or haven't tested. Take the row "ARMv7" for example, we haven't test on ARM platform. Could you share a draft patch to show us how to update it? >=20 > > --- a/doc/guides/nics/index.rst > > +++ b/doc/guides/nics/index.rst > > @@ -42,6 +42,7 @@ Network Interface Controller Drivers > > enic > > fm10k > > ixgbe > > + i40e > > intel_vf > > mlx4 > > mlx5 >=20 > Please, let's keep an alphabetical order and insert i40e before ixgbe. OK, I will do that. Thanks Jingjing