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 DC5DCA04C3 for ; Wed, 13 Nov 2019 20:27:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 965152AB; Wed, 13 Nov 2019 20:27:33 +0100 (CET) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id CC5962AB for ; Wed, 13 Nov 2019 20:27:32 +0100 (CET) Received: by mail-wm1-f68.google.com with SMTP id z26so3215417wmi.4 for ; Wed, 13 Nov 2019 11:27:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=ur7CxPixCs//dC0Emw+GeYZcM22PqIoGDQllwg3a8GA=; b=ZXLhku47ZaRfNPwzXa0lWt9WSMpkSnxPEb2mqkLmkoXbBm8kIEKIpbR13KmCsMqWfP VSU1Rs2K+ZFVwDQ2UkScu9ilnA9uE9rme8exXgYC3qaToc8xwZAStaALg7v1j+Kwp2xQ l27MHA5drtEjJ+sl7gMN9Om3phuNVzMJD1wp9tl1OgfgW8whPzyfhVyLXTqJ2NBTwaNc CahOp/WiUnO+fIalOQ6Xl0Z4nUwojTImSalKctcG7AdWXCW9W6AoxxwYONyOM1mVtkCS niso5JhYrTPQK3VdI9CqC9CnMFL09q+/xa9r7CJPOhW0Yw2vF18PXynJULY3fwPkMtSE PXew== X-Gm-Message-State: APjAAAUAmb/GkMLtPPK3jtXs4GE64hPaDsJBRndQHQNHIFjssMPGlBpK wt3XomrMnPa5iB+JfeCFIfI= X-Google-Smtp-Source: APXvYqz1Lzb7ZvNntJjyDXSYEbbDAsd1GzYr7IfMffPLcbyil2e69UsWbLovlwqBV0+LVY7wWHDSVA== X-Received: by 2002:a1c:560b:: with SMTP id k11mr4665836wmb.153.1573673252309; Wed, 13 Nov 2019 11:27:32 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id k14sm4355982wrw.46.2019.11.13.11.27.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Nov 2019 11:27:31 -0800 (PST) Message-ID: From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org Cc: thomas@monjalon.net, ferruh.yigit@intel.com, david.marchand@redhat.com Date: Wed, 13 Nov 2019 19:27:31 +0000 In-Reply-To: <20191113165119.10807-1-ktraynor@redhat.com> References: <20191113165119.10807-1-ktraynor@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 1/2] README: add some example links 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" On Wed, 2019-11-13 at 16:51 +0000, Kevin Traynor wrote: > Handy to have some example links for easy copy'n'paste > to check the final docs/tarball/git tree. >=20 > Signed-off-by: Kevin Traynor < > ktraynor@redhat.com > > > --- > README | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi