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 E2EE5A056E for ; Wed, 11 Mar 2020 15:02:14 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE82F2BAA; Wed, 11 Mar 2020 15:02:14 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 2D47D2BAA for ; Wed, 11 Mar 2020 15:02:13 +0100 (CET) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id CB30D22478; Wed, 11 Mar 2020 10:02:12 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Wed, 11 Mar 2020 10:02:12 -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=she/ICXL9j5iPHPb6iUkN2B4pX2wL6pVBAFeQ72gXLs=; b=UWc6wUT+CU5n AJHg03kFxKXKxKrZNWChQa1C9mTuQ8FDxf0/RXexXEIgp9IL5iD4PnAfBjjEp2Ph LfabtvYTQHoXU1mCtO8WebjEkJIkbcQtxeVsfgmlwNOBNiMK8yIL6T6biflZ+VsP jADdkvV12OBp142qJG1nNwMlg31pj5c= 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=fm2; bh=she/ICXL9j5iPHPb6iUkN2B4pX2wL6pVBAFeQ72gX Ls=; b=hKuToA/qVb0XvJDpFvpgIjZ+WVYdqGNz63toJcWJe4+qThkEz8vY0cEcv YUANPfGDYF82ziPnt7SpbCkvnho8wX/gx9+OayktpVR9emTAE6xxQc8yOn9rC0TQ +PyKaau//wZLEZAP4gY2Ot5GJG0o7n/TqrcDBjTi8preo7AHyhSJaJ3MPAm45JuC 98jRI0MEGaUuPTAN82eBUUrxBaGuXpRQk0F+Cy1pHUW87vsO0UA00QnOWda971+1 B1DgJELDD4HUwgCKFTA8IoIYtuksvm8+z6lVOUH2Q5msdYpIt+YoPaoIEo3pNa3P UZ6ENzYXkfbmGpBJzE6+RoLz2uC3w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedruddvvddgheekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpeguphgukhdrohhrghenucfkphepjeejrddufeegrddvtdefrddukeegnecu vehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrg hssehmohhnjhgrlhhonhdrnhgvth 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 5EACF3060F09; Wed, 11 Mar 2020 10:02:11 -0400 (EDT) From: Thomas Monjalon To: Kevin Traynor Cc: stable@dpdk.org, bluca@debian.org, ferruh.yigit@intel.com, david.marchand@redhat.com Date: Wed, 11 Mar 2020 15:02:10 +0100 Message-ID: <6116680.G0QQBjFxQf@xps> In-Reply-To: <20200311135317.4405-1-ktraynor@redhat.com> References: <20200311112039.32038-1-ktraynor@redhat.com> <20200311135317.4405-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH stable master v2] README: indicate master branch is not used X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 11/03/2020 14:53, Kevin Traynor: > +DPDK is a set of libraries and drivers for fast packet processing. > +It supports many processor architectures and both FreeBSD and Linux. You missed my previous comment about this line. Windows is missing and other OS could be added. I think it is better to remove this line completely. > + > +The DPDK uses the Open Source BSD-3-Clause license for the core libraries > +and drivers. The kernel components are GPL-2.0 licensed. > + > +Documentation is available at: https://core.dpdk.org/doc/ > + > +For questions and usage discussions, subscribe to: users@dpdk.org > +Report bugs and issues to the development mailing list: dev@dpdk.org > + > +This is the master branch of the dpdk-stable repo. It is unused. > +Please switch branch to one of the stable/LTS branches. > + > +Details of currently maintained stable/LTS branches are available at: > +https://core.dpdk.org/roadmap/#stable > + > +Releases from current and previously maintained stable/LTS branches > +are available via git tags or at: https://core.dpdk.org/download/ With above comment, Acked-by: Thomas Monjalon Thanks