From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A3F992BAF for ; Mon, 28 May 2018 01:40:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 480E021A85; Sun, 27 May 2018 19:40:31 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 May 2018 19:40:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ljLHTOxf937KfRcKwiGKI+tibm w/rsDgrySZ+JOX82E=; b=MJM0E39qHWgMjNc5sNZ/6oMworDG9u0RVdXIDdDQ6G ebHS+kFCLIeM9Y35XjBC08qTHXy7Dp8BE17PEiUVv8G1ApsWbZfC75oVq7GmpwHi xXgDmvifZK2w5rX5r1jGLvCSkw4oeMYTzJmMLJCQhGaUpfHSFOpCoC4Z29Udf6DQ 4= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ljLHTO xf937KfRcKwiGKI+tibmw/rsDgrySZ+JOX82E=; b=ZZoVRNf8U/8q1EPKCdIwdl tdkHtF6EcCUKv2GdW34uXN5tN1HaeyYsI6Hf9/SeQqpPvfMgYn2o0mofponWfRcu ovNAeVSnio/Y9r+SR6jhAHOJsSOLOGlQ/0ZFKjQUIoyMBEDqhzM9HUD5AlWUFk7U wlQXs5Q/O+dVPF2yUxr0VdpfNyDu/EAyykHD6MWxkhUwwgsThS2bpWwFsMbIaXHd bpRAgXSPkqhPrLQbrUo2p4cKRUwSQ3JhXCPgbLWhT+rnB97/VLd2tPe/2SjRily3 6gED5kWi7whm4gYOvnJG9vQ32k4j/jpfFZZgZR4IvMDytpC74rTfc6n6It1YhoGA == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AAFC4E427A; Sun, 27 May 2018 19:40:30 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org Date: Mon, 28 May 2018 01:40:29 +0200 Message-ID: <1601447.MQduuTSg3v@xps> In-Reply-To: <20180525144817.7001-1-shreyansh.jain@nxp.com> References: <20180525144817.7001-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add tested platforms for NXP SoCs 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: Sun, 27 May 2018 23:40:31 -0000 25/05/2018 16:48, Shreyansh Jain: > Signed-off-by: Shreyansh Jain > --- > note: pattern of this doc change is different from other NICs as NXP > SoC have integrated NICs. Thus, separating CPU from NIC doesn't make > much sense. > > doc/guides/rel_notes/release_18_05.rst | 11 +++++++++++ > 1 file changed, 11 insertions(+) Applied, thanks