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 57E75A04DD; Thu, 28 Nov 2019 02:07:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 75C051B9B7; Thu, 28 Nov 2019 02:07:35 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 5BC6E293C for ; Thu, 28 Nov 2019 02:07:33 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E307C2268C; Wed, 27 Nov 2019 20:07:32 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 27 Nov 2019 20:07:32 -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=mesmtp; bh=u0VCtTCe6kDJAc3CIxwMjxZXvBIr73vloFgT3iFLCwM=; b=ldQAzFO7K3Gm WuK9xUbWLCZqtuFMNZ6jY+J7YHtxKtyyTmJ9L24vlnnN+g2tEG6CxHCxip5LYfQ2 STO9J2mmrJoAjEV2tsWgGIYWZMzXUk+zSh/U2vUc3GrXUaQvkMbzxxXM1pqrS5t3 5HrRYI/DNZml5mW+uALb1gJRn1fFusQ= 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=u0VCtTCe6kDJAc3CIxwMjxZXvBIr73vloFgT3iFLC wM=; b=pBR6+Ky/3L0I4sPlQSMbmSJ1ENwaSHCRbGwYOG3UjkDPNWck1OLwVJHnW 5YkaRoSMHmCMAIFDS5OtD5ZxIeDYB3ZtNUWLWQ/TfvRTbZP1PgqFSipuEyITv5uD dJP02UeUETpE7bYqc+PJ8qTUwIK+nKQN2J5LLo/XUnhgAKgQOHZrcpryy6hhXozc dUBmTFYhL+PI9mStQWlqV9Do9RpXleg3050VJ+0WqisDETw9DoC3ol6GasTJNzRm OoHF6TWT+BeRfUD/iPIUN3P+1msrrMiC5F3wlwp0rBsjyXLA9Jk5+nhVXdKzmLCU sWc+ZjQEIg2VWlnH1ZIgaEQhX/Utg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeiiedgfedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 DC4AF3060105; Wed, 27 Nov 2019 20:07:31 -0500 (EST) From: Thomas Monjalon To: jerinj@marvell.com Cc: dev@dpdk.org, John McNamara , Marko Kovacevic Date: Thu, 28 Nov 2019 02:07:30 +0100 Message-ID: <2241051.HzJ9vMpLG7@xps> In-Reply-To: <20191127105847.1509736-1-jerinj@marvell.com> References: <20191127105847.1509736-1-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms 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" 27/11/2019 11:58, jerinj@marvell.com: > From: Jerin Jacob > > Add tested Marvell integrated NIC platforms to v19.11 release note. > > Signed-off-by: Jerin Jacob Applied, thanks