From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 04ED91B496 for ; Fri, 23 Nov 2018 03:16:06 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 80C112206A; Thu, 22 Nov 2018 21:16:06 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 22 Nov 2018 21:16:06 -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=eRmE5tzZB2BydhpKSnwaPcamfsiWX5UTRLtJZWGoxIA=; b=RZ4H72o57/A8 I4hhVDIDo3DulIlYP3TeFSOCbPLzhdkHMAPbcB9usYpVVmTxC8AH2BrXT94NzPZH AQJx3Su54qiZeSVtzmGb/YxsEJlNMOzfYN23bofgfF/eEkvtAE7NL4CLOY0shTbN rs3zRtP4pztZIWIyfnLLI2x5jWP6Xtg= 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=eRmE5tzZB2BydhpKSnwaPcamfsiWX5UTRLtJZWGox IA=; b=KtkeL0Jajljd9nCfOe9GplWXKWNSrRlW7E4ebO/qOqrUn1xmcG3bxgyRz dHU3nOI4hdQjeAsnKsS33z13TAkZq6bsbdK4r2ywREjznn9Gmb4a3rhUHUDRH9Un oHQ6auJ3DuGtLNwHJu4p7UNXQr9vCUtYQ8ip597YOCdleQv1est83W8UPRHbSD9S 3n/I4tVTF4CFmIUbOU3n/sUc524hxqTeCUDFQaacNpy2Qo3ZHoZp5p9xtHm/SM0R ipRtvy0qd4v1mhPdwQdorl3P53mvmvTZ4pwTU/IOyxxpnnQobnNOiL3p/1DaSXne Pddb8F8+dpJsBEraw4+4IlLTEe3HQ== X-ME-Sender: 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 756C2E427A; Thu, 22 Nov 2018 21:16:05 -0500 (EST) From: Thomas Monjalon To: "Tu, Lijuan" Cc: dev@dpdk.org, "Kovacevic, Marko" , "Mcnamara, John" Date: Fri, 23 Nov 2018 03:16:04 +0100 Message-ID: <5913082.EUUSlVOduU@xps> In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F6602052ADF@IRSMSX104.ger.corp.intel.com> References: <1542642378-140550-1-git-send-email-lijuan.tu@intel.com> <6DC05C7C5F25994B81B3F2F214251F6602052ADF@IRSMSX104.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH V3] 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: , X-List-Received-Date: Fri, 23 Nov 2018 02:16:07 -0000 20/11/2018 16:28, Kovacevic, Marko: > > > > Add tested Intel platforms with Intel NICs to the release note. > > > > Signed-off-by: Lijuan Tu > > --- > > doc/guides/rel_notes/release_18_11.rst | 70 > > ++++++++++++++++++++++++++++++++++ > > 1 file changed, 70 insertions(+) > > > > Acked-by: Marko Kovacevic Applied, thanks