From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 57C322C6E for ; Mon, 7 Mar 2016 09:37:03 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id p65so61121868wmp.0 for ; Mon, 07 Mar 2016 00:37:03 -0800 (PST) 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=PzJ2SRY6JZPu0AXzTpGmvFO71HPpigpmuWBvnVc2kGE=; b=Z6SnAkdD/8rfqMVg0QHqKMkcuvVSvr9Ra5oeMKRqICGOxxhGo+/mRjxVumnSeu5W1y TjjzwN6wPWg2Z3VA+bDl4H09RCmeXA3Hs3+I8HOgpNUPR8paeZeS+8yiA3peFb8jCFst AfbQgUisgUQNMsm+KaORaoWOurmYo6gNqA0fU5frqXWWu9Ghnu7pseBm9Z9lQXRoFNsO QMO5QkUfbFOTLHu0yLJfe0rr8lt/ayVVJx2EyV4jsFuLvUxwvCdLYSfmDYdehv230oRc N5Nc6nC9M2ht0xwFl24ukkKSdihalxoIYIZ1Xmxlqt5U9xFWUoQrGUXV5C77WBCyK3kH sIVA== 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=PzJ2SRY6JZPu0AXzTpGmvFO71HPpigpmuWBvnVc2kGE=; b=iLaoaK2fD5FCjuy5RFocDyFdcW4O6F2VwxohUKuQKu4ccbz+7vC6ElDaOppZL4fv8v EpDKy0Z4MhOWJLLDSftC6Wk7ZZgde6JJNdoJomtEvN8oqG5lFtB4U34GosL9WbonpSFr WqrStGiFlWgVfX8kwYxuaNssCKNPKKHlioLIRMmzmUYZj/qCgyhzKbgF89u8zRGWgNc6 4A9+b/YJwG6Dt9kJf3MJURq5mF31oMu4jYQsm4muGZEBO4TTOfhgfAa+GCOg2tNzKAHZ OlEEZAvlmg/dbfOt3TNBoCTZ8k73+tCZ9gGZxDTMdSNvYD71nQ2cIIez0pw37JoVvWTA dn6g== X-Gm-Message-State: AD7BkJI+XMFO0vI7e3HryYjm7Ve06/FjJRibI8nFVXdmrmbiYaCir9C4n+OzW6aPX0i1OshN X-Received: by 10.194.47.237 with SMTP id g13mr21678330wjn.142.1457339823162; Mon, 07 Mar 2016 00:37:03 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id j18sm12586368wmd.2.2016.03.07.00.37.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Mar 2016 00:37:02 -0800 (PST) From: Thomas Monjalon To: "Wu, Jingjing" Date: Mon, 07 Mar 2016 09:35:26 +0100 Message-ID: <1842355.UkIQfo5Yuu@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <9BB6961774997848B5B42BEC655768F8DCF1ED@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> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:37:03 -0000 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? Please use an uppercase X to fill the table as in this patch: http://dpdk.org/ml/archives/dev/2016-March/034699.html If you are not sure if a row is supported (ARM case), please ignore the row. Hint: i40e is disabled in ARM defconfigs.