From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 3E8D51BC48; Mon, 14 May 2018 01:08:48 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E13D325DFB; Sun, 13 May 2018 19:08:47 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 13 May 2018 19:08:47 -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=8YaMH95Wqx9DJ5wgP9rh+WI76h Wse/JE+M2nKChX3xA=; b=d9bVCFy82cWnakiSIasqX8M27jP3wJjCtKnmeKGsvK S7UYWcUVkR9vjQyyJ+Pf5CyWzUJFl+cTo2FVER0alYRClrRlUSed9wWNdfIRvLQd LEDj2IuNU9n8r79zjCYrId1ZS6SwQhlyJhn+VpTfDZQdT762JTsdT5yhTAgfnUai g= 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=8YaMH9 5Wqx9DJ5wgP9rh+WI76hWse/JE+M2nKChX3xA=; b=U9dMvF04MqwR4ayLpLP4Qq bp9Fgg59T4DkRq3Y234j7rOn7S/lOoq6XYeVcANX0DHy4M1yNYnoFUUDInV3dTyf MgMI4ncS2gJ4Z6rfapATk34bgTXRt8pXP/+606hzs3FI4LIbCakcwkgIdD79r10T HOLc9chV7QcjWo8lu29c62lNqNSjqh/H/VBJf/ZxsI5DTM3Vl/CwpoqXkJvPSGEU 0LMa+eme/CCO64m4LxbmSeZkbKiVK9y80F/E9e3ku8+79oGWyVF68A2wwCqtbine n3d5pVNT8MHsZtxGjmGQViXu3km9CKf+Zn3eTkw7wzzkOU/tw3OlGDgXZ4G3Cz8Q == 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 693BFE4123; Sun, 13 May 2018 19:08:47 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: stable@dpdk.org Date: Mon, 14 May 2018 01:08:46 +0200 Message-ID: <2760320.v27KAInWUA@xps> In-Reply-To: <20180501193550.1224-1-thomas@monjalon.net> References: <20180501193550.1224-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] eal: fix typo in doc of pointer offset macro 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: , X-List-Received-Date: Sun, 13 May 2018 23:08:48 -0000 01/05/2018 21:35, Thomas Monjalon: > Fixes: af75078fece3 ("first public release") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon Applied