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 45390A0524; Fri, 27 Nov 2020 10:24:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 86F8DC930; Fri, 27 Nov 2020 10:24:20 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id DFE39C92A for ; Fri, 27 Nov 2020 10:24:18 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 704A35C0279; Fri, 27 Nov 2020 04:24:17 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Fri, 27 Nov 2020 04:24:17 -0500 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=fm2; bh= AbQliLu+p3ddV1NDrNKykx/qdqH75Q14Kzn5gBkH+Sk=; b=rX1qQ53GmqSVOQ3/ XZyjC1JcE9iuKPQ/tQlvKd4/tvpdfiPKPMP5K89DcqR0LgdkbXhjMzO4mAI/V+De KFrEHFv5OeCOv/sb9B2cG05lr9BfHzaySvA/T4GNwTWoLoUdNkR/pLZI1RAr+qnJ 2Atz3FrEdL/KNNpP1EmTBDdsdqHlNSJcl2uQ9R/nFSMvrMQEtqAd70AyLCHFQOsJ ZKp5hnv9e17/sokm9wK54zpTa2McmAXqH/7cphHtL2GIxVScsbgCue4DmXaFErfb 5HJpcnS7bH9IFKH2QItmu1MKZ41WhKG4mSsjJnuVSTtbneAPsV/+nf/OU4R5xOfC IIa7pQ== 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=fm1; bh=AbQliLu+p3ddV1NDrNKykx/qdqH75Q14Kzn5gBkH+ Sk=; b=NJsZkPIBWtMuBpd7VlrleP+txoi45mW8c3q/l1cJ2n3NudiAXyRRjwxcN 1sHitq/w9EM7d3uezl61ZvgiZVksCuVd7Pydaz/p2SE/ZsP7HNDum6IsF9Cxg7q8 9t5OzBRY94hpAPZgSivmF5+LroOGGnoDRYKZFxuGN2EdVoXk6a8QYksTbmk7fGk1 wmi9IL6R0T1ts1ekhg3jlThlN7Vk+yWLuF4OF9s3YWbfj347k7C7SBfQgvqOjflB TjfSzRDHwexhUAU2havZbW8AfCmXc8zQfzzAFY0756XPgRTsJkeHln9oMJrFEVdd Lj0ifYgciI0y1ytPbmQ1qPmfBBN1w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudehgedgtdefucetufdoteggodetrfdotf 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 90E923064AA6; Fri, 27 Nov 2020 04:24:16 -0500 (EST) From: Thomas Monjalon To: Chen Bo , Xueqin Lin Cc: dev@dpdk.org Date: Fri, 27 Nov 2020 10:24:15 +0100 Message-ID: <3418993.oo0HEqugrE@thomas> In-Reply-To: <20201120204612.19426-1-xueqin.lin@intel.com> References: <20201120204612.19426-1-xueqin.lin@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: add tested Intel platforms with Intel NICs 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" 20/11/2020 21:46, Xueqin Lin: > From: Chen Bo > > Add tested Intel platforms with Intel NICs to v20.11 release note. > > Signed-off-by: Chen Bo Applied, thanks