From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0FB1D2C66 for ; Mon, 7 Mar 2016 09:39:06 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 07 Mar 2016 00:39:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,550,1449561600"; d="scan'208";a="918390470" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 07 Mar 2016 00:39:05 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 7 Mar 2016 00:39:00 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 7 Mar 2016 00:38:59 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.18]) with mapi id 14.03.0248.002; Mon, 7 Mar 2016 16:38:58 +0800 From: "Wu, Jingjing" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2] doc: add doc for i40e pmd driver introduction Thread-Index: AQHRbdjKD93x1MT6pEaqg0f4nK82lJ9MkDQAgADHZpD//98wAIAAhwWQ Date: Mon, 7 Mar 2016 08:38:57 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8DCF548@SHSMSX104.ccr.corp.intel.com> References: <1453971042-16925-1-git-send-email-jingjing.wu@intel.com> <3198001.GazbVVVHeI@xps13> <9BB6961774997848B5B42BEC655768F8DCF1ED@SHSMSX104.ccr.corp.intel.com> <1842355.UkIQfo5Yuu@xps13> In-Reply-To: <1842355.UkIQfo5Yuu@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 08:39:07 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, March 07, 2016 4:35 PM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] doc: add doc for i40e pmd driver > introduction >=20 > 2016-03-07 02:37, Wu, Jingjing: > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > > 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 > > which 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 > Please use an uppercase X to fill the table as in this patch: > http://dpdk.org/ml/archives/dev/2016-March/034699.html >=20 > If you are not sure if a row is supported (ARM case), please ignore the r= ow. > Hint: i40e is disabled in ARM defconfigs. Thanks. I will work out it.