From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F1220A053D; Wed, 5 Aug 2020 19:56:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 26E1C2C23; Wed, 5 Aug 2020 19:56:11 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id DB9EBE07 for ; Wed, 5 Aug 2020 19:56:09 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 7368D5C010C; Wed, 5 Aug 2020 13:56:08 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Wed, 05 Aug 2020 13:56:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= V8Pd4j0dNt6EO/QsKObAOJKlZD0xV9Ql7S6kNnp2jko=; b=GL2YmwnkatJoeo2c +kr00vVykH0JCD4Z4JeG9RKGaW4NegM25WNlpIzx+pROuk/Ep1wMetNPJ6on5a8x 5pJQGTErypdzvOEkR1F2/hVHBPBHnAONsBAREXGcGpHRNi8lIwKkzpD1HkPkMHcx c12to2q/yj+a8rXY3o2WwI9VF86Ia5Z864o4Jv0aFtyW/T/x57IWo4x1TMJNojx/ H6SxxKoGfICHYJvi8V99JXeY6nRrFrf0Zz8RTQZ7rbaFDu8/vKnXZevNsdDxceCU WbeeuSmPdqIZvY4taNs0YeUc0fFnnG2T7I8r2yPXIYU0A0T9gmZpKwaW9LC0mEAZ E7qv0Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=V8Pd4j0dNt6EO/QsKObAOJKlZD0xV9Ql7S6kNnp2j ko=; b=TYZj2jQ9NTWCZxsUioJX7MSvowy9cF/ceFBMsZw88z50hMY5UoLbNvjIh jdTkUkOBLn7gdl4Ymtf5vBxoxak9X6O7kpKSDDKrDIpmWhCJfdi1OZ3dIrU2sLZq kshRNCMvhZ+T3EnyilkrpCiOFBICzW2MGRqNUkEqd5nPr+Bfm1hyHQzxra3Le6jr ElVf3TPVxx2L03R1R4KIBwLEjMBpPXYru1BgapLqx/qcmcUG+G1BQfir3G+n3E8w fACfawoUoE+N41phQ97F+L2nMMjH0zJ4b27Roxhq91hh6pXrcwEMsLHlmxFclnAE BisOwQqwHCig4DF2UM4d0PUJYPJ7w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrjeekgdduvddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 66FB930605C8; Wed, 5 Aug 2020 13:56:07 -0400 (EDT) From: Thomas Monjalon To: ChenBo Cc: dev@dpdk.org, "Chen, Zhaoyan" Date: Wed, 05 Aug 2020 19:56:06 +0200 Message-ID: <3416993.W9zyLohaOn@thomas> In-Reply-To: <20200805024118.71674-1-zhaoyan.chen@intel.com> References: <20200805024118.71674-1-zhaoyan.chen@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH V1] doc: update firmware/dricer mapping table for i40e X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/08/2020 04:41, Chen, Zhaoyan: > From: ChenBo > > Update i40e PMD firmware/driver mapping table. > > Signed-off-by: ChenBo Applied with this wording of name: Bo Chen