From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by dpdk.org (Postfix) with ESMTP id 91FA71B53A for ; Mon, 26 Nov 2018 18:27:16 +0100 (CET) Received: from ALA-HCB.corp.ad.wrs.com ([147.11.189.41]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id wAQHR1oX012535 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 26 Nov 2018 09:27:01 -0800 (PST) Received: from ALA-MBD.corp.ad.wrs.com ([169.254.3.35]) by ALA-HCB.corp.ad.wrs.com ([147.11.189.41]) with mapi id 14.03.0415.000; Mon, 26 Nov 2018 09:27:01 -0800 From: "Legacy, Allain" To: Thomas Monjalon , "Peters, Matt" , Ravi Kumar , Declan Doherty , Chas Williams , "Cristian Dumitrescu" , Fiona Trahe , Pablo de Lara , Ashish Gupta , Konstantin Ananyev , David Hunt CC: "dev@dpdk.org" Thread-Topic: [PATCH] fix indentation in symbol maps Thread-Index: AQHUhaub6LcYV+QduE2biYRfMur676ViTvMQ Date: Mon, 26 Nov 2018 17:27:00 +0000 Message-ID: <70A7408C6E1BFB41B192A929744D8523BAC3B78D@ALA-MBD.corp.ad.wrs.com> References: <20181126171049.17027-1-thomas@monjalon.net> In-Reply-To: <20181126171049.17027-1-thomas@monjalon.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [128.224.140.227] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] fix indentation in symbol maps 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: , X-List-Received-Date: Mon, 26 Nov 2018 17:27:17 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Monday, November 26, 2018 12:11 PM > To: Legacy, Allain; Peters, Matt; Ravi Kumar; Declan Doherty; Chas Willia= ms; > Cristian Dumitrescu; Fiona Trahe; Pablo de Lara; Ashish Gupta; Konstantin > Ananyev; David Hunt > Cc: dev@dpdk.org > Subject: [PATCH] fix indentation in symbol maps >=20 > Signed-off-by: Thomas Monjalon > --- > drivers/net/avp/rte_pmd_avp_version.map | 3 +-- > drivers/net/axgbe/rte_pmd_axgbe_version.map | 3 +-- > drivers/net/bonding/rte_pmd_bond_version.map | 9 ++++----- > lib/librte_cfgfile/rte_cfgfile_version.map | 4 ++-- > .../rte_compressdev_version.map | 4 ++-- > lib/librte_cryptodev/rte_cryptodev_version.map | 2 +- > lib/librte_ip_frag/rte_ip_frag_version.map | 4 ++-- > lib/librte_power/rte_power_version.map | 17 ++++++++--------- > 8 files changed, 21 insertions(+), 25 deletions(-) >=20 For drivers/net/avp: Acked-by: Allain Legacy