From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_table: remove unnecessary printf messages from acl build Date: Tue, 07 Jun 2016 22:58:09 +0200 Message-ID: <5160300.psmB5FoYW9@xps13> References: <1463668508-23383-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com To: Jasvinder Singh Return-path: 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 ; Tue, 7 Jun 2016 22:58:25 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id m124so130695938wme.1 for ; Tue, 07 Jun 2016 13:58:25 -0700 (PDT) In-Reply-To: <1463668508-23383-1-git-send-email-jasvinder.singh@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > Acked-by: Cristian Dumitrescu Applied, thanks