From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42])
 by dpdk.org (Postfix) with ESMTP id 4273BADB7
 for <dev@dpdk.org>; Tue,  7 Jun 2016 22:58:25 +0200 (CEST)
Received: by mail-wm0-f42.google.com with SMTP id m124so130695938wme.1
 for <dev@dpdk.org>; Tue, 07 Jun 2016 13:58:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=Ie4zDy859LBBHfFo/7nslHkmCp/Cf36IJXP/qmHh8lU=;
 b=FyYOJK8/WRYa7Y0SGQoTSUWiLa8PNYNKRTiH/LqkiUHE7ozUxdw1jEgC0exeLRu/67
 FwTmUGHi2U6+xXJ31vlCoGSrWbMfbvnic+h8UukPsLHif42h7YFDRXKc88g+yMR3rotr
 ZOzoK+9scdu4uCfoktri52SWEeCzm6FDXTPnbu4jKKuo5nLjDDozX3nyvZ0RQmSiQV01
 wVUnF0Z0UAjfdDUbqqq8vM69AbEUxtuQ4igTQDEzZNUTZVyQxeeoNeSCTE+BRw8Erk1x
 n8bxINnrzEWX3W5lZ8xbN+0KPPTVhkkrenQqScQuV3KKhoSkOvnCJ/RU+KVckh2tBC4N
 +qxA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=Ie4zDy859LBBHfFo/7nslHkmCp/Cf36IJXP/qmHh8lU=;
 b=JJHCcQVpybvgOGqx6iqUppNJNCMGXlnGc0WmnoJJjwO2daugIRIyK9ZL9d4sfDmCH0
 fzF6yVx6G/OqhOtd21MF5gezgydZ3kDr+FPUPYKFQsuPrJZEkbVNXF2f9tmPJtNR1LFp
 jO47j8Qgm+0Erqjo1FSSrooRj36oNvsBxpq8bSUJYK0+eL74GGJWCw6NS5TH8HFo1UEb
 SZjv8n78nm2cxG/Fl3QJ1rIuQzau8M9GBceej5RqtrvFHM/WXI2WQl6c4tTiIyPNq5lM
 eJwTCDD7n4wJ0AYaisQ1ZHdnfZ79q/CTEqNmYUu/j1u50OrC3i4mioDkPDldYEUpJMM9
 gqAQ==
X-Gm-Message-State: ALyK8tI9yTG5lNfvXJCUzuu8coWLffIJAGFSYIcyCSltj+Mpzsd9aiJ9jUt+xar+MGZTlFbh
X-Received: by 10.28.0.84 with SMTP id 81mr4629569wma.23.1465333090675;
 Tue, 07 Jun 2016 13:58:10 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id dd7sm27207646wjb.22.2016.06.07.13.58.09
 (version=TLSv1/SSLv3 cipher=OTHER);
 Tue, 07 Jun 2016 13:58:09 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jasvinder Singh <jasvinder.singh@intel.com>
Cc: dev@dpdk.org, cristian.dumitrescu@intel.com
Date: Tue, 07 Jun 2016 22:58:09 +0200
Message-ID: <5160300.psmB5FoYW9@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1463668508-23383-1-git-send-email-jasvinder.singh@intel.com>
References: <1463668508-23383-1-git-send-email-jasvinder.singh@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] librte_table: remove unnecessary printf
	messages from acl build
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Tue, 07 Jun 2016 20:58:25 -0000

2016-05-19 15:35, Jasvinder Singh:
> Removes rte_acl_dump() call from rte_table_acl_build () as it invokes
> number of printf messages.
> 
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied, thanks