From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id BBB0C1C00
 for <dev@dpdk.org>; Thu, 11 May 2017 03:04:35 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 34B51207E6;
 Wed, 10 May 2017 21:04:35 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Wed, 10 May 2017 21:04:35 -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:x-sasl-enc; s=mesmtp; bh=WkUFeeIzFgrhFMY
 qmSWsVntB+wk9gWxRaaHG2RrVtpQ=; b=pk3BwyWa0tTs0wGLVBhuEYihFkvvw8N
 0Ja85PpzT7feciG/Nc1mG+QcNaLDCbiORBpuagdHfm/gHYsioQ0p/hZ5FQnz/pZG
 lzGdGmVsPJUMQXlG2Q7n+w2J3LxNFxf+7trc/uwhsB+EACevUr2kBDF7lUxaDtRc
 5eD2x9wRxoHk=
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:x-sasl-enc; s=
 fm1; bh=WkUFeeIzFgrhFMYqmSWsVntB+wk9gWxRaaHG2RrVtpQ=; b=PyYNqZ7K
 DaNqcG/tUM5klxhl90rU29Gkz7Zf912dz5qMfYWliY/UHHh7SmXGBXDI5yIS2pgk
 y49x5MHK2fe9a5/87ae+2lJENCpa4u0k7UTBQxXz0Q0zP86OMEmfDslct7rB1UOf
 KoQFUDQMeazfLutFkZni5FBDFsY8oUetZ1yiNDP+ihMlJ2LJopxBPFfUWyYGJeYk
 pVYEIut75GA0RYwaJwkUkub2PVKNaSg+oeP0XIdMiDWvx3s9gJa1zgyyqE4ubsJJ
 dPAihAsIv98jzx/jynlZIioMen+6lRZGVm1U0soZ+DWCtS23sBY3p7llJKJyxd94
 /sOsNpbWEU6jJQ==
X-ME-Sender: <xms:o7gTWVV1oe5tl4HVX0pudEph92aERpul-0KXNhzNxq0y9niud-nrdg>
X-Sasl-enc: 6LmEtZaQl9kzx4QDV9QPT65eRkpMKY6savat5PaWituJ 1494464674
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id E790D249CD;
 Wed, 10 May 2017 21:04:34 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>
Cc: dev@dpdk.org, "Mcnamara, John" <john.mcnamara@intel.com>
Date: Thu, 11 May 2017 03:04:34 +0200
Message-ID: <9529241.YcOLzDanOj@xps>
In-Reply-To: <B27915DBBA3421428155699D51E4CFE2332CA5F4@IRSMSX103.ger.corp.intel.com>
References: <1493749373-55709-1-git-send-email-cristian.dumitrescu@intel.com>
 <B27915DBBA3421428155699D51E4CFE2332CA5F4@IRSMSX103.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="UTF-8"
Subject: Re: [dpdk-dev] [PATCH] doc: API change notice for librte_table
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 11 May 2017 01:04:36 -0000

> > Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
>=20
> It is best not to use =E2=80=9Csmart quotes=E2=80=9D in the text since th=
e renderers do
> that automatically and these characters might interfere with it.

=46ixed

> Apart from that:
>=20
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks