From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0AE7C73C7C for ; Wed, 10 Jul 2019 09:35:31 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 33B2920838 for ; Wed, 10 Jul 2019 09:35:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=monjalon.net header.i=@monjalon.net header.b="DwN14HGO"; dkim=pass (2048-bit key) header.d=messagingengine.com header.i=@messagingengine.com header.b="wPdaEinS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 33B2920838 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=monjalon.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0E4222C23; Wed, 10 Jul 2019 11:35:30 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 831592BF4 for ; Wed, 10 Jul 2019 11:35:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 4BB9452E; Wed, 10 Jul 2019 05:35:24 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 10 Jul 2019 05:35:24 -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=mesmtp; bh=5sc9pFdez1JQNJhhhEfB9Q/QPXYZ8QZsAEcWO4sL1zE=; b=DwN14HGO5/jR KEfhjF+vtcZlsB50Y4Hb8o/WRu51H9GeqYoYjiBEgigRefs/7Kuw7/L0oBUVWUxf VIn/r4BK7H3GufZByp/6qjK/d2emd5tPiKc8HPY/qplqlhy1uKeCREMIxU1qgxKZ bOHCBj1W9wqYlaYdA381D6e0zuc8xlY= 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=5sc9pFdez1JQNJhhhEfB9Q/QPXYZ8QZsAEcWO4sL1 zE=; b=wPdaEinSzc6+Eh31wf35Lr2Neoa1iMaW7BZIROLdvfAMiUflmqxhPNuGi HklTW+D1NstxZvKeiYjf+12cooWPS/d80/RWhwz/eQYlcjnFodD1F2eYx97j4nky dCr+1EoUMUdKzWMXeVNZPibXo0pdlhwa/qvaeg186s1i/LIT027SLeMVbxr9t8Xe 4v1PLTXsu7jX7cN7CwSAyULRYO6/cAjdlxtZADnXmPJ+HlgbvSl23j0UI/rRY5vt SY5BI5OncQi0SMQ/JBm4xoUPPvcN3JNS5ptDSKhoQskxl0h+7kaKsS9U4MJuBo1G SmzF4vl0gyu9CzLzTZonM2j28wt/w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgeeigddujecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 733228005B; Wed, 10 Jul 2019 05:35:22 -0400 (EDT) From: Thomas Monjalon To: jerinj@marvell.com Cc: dev@dpdk.org, John McNamara , Marko Kovacevic Date: Wed, 10 Jul 2019 11:35:20 +0200 Message-ID: <7535841.eOBGB6OlFt@xps> In-Reply-To: <20190709133525.1266-1-jerinj@marvell.com> References: <20190709133525.1266-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: update release notes for OCTEON TX2 support 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" 09/07/2019 15:35, jerinj@marvell.com: > From: Jerin Jacob > > Update release notes for various OCTEON TX2 drivers supported for 19.08. > > Signed-off-by: Jerin Jacob Applied with changes to make drivers list simpler, thanks.