From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib: librte_ether: fix RTE_PMD_DEBUG_TRACE macro Date: Sun, 06 Dec 2015 16:17:22 +0100 Message-ID: <1729704.lW0kLMIPrn@xps13> References: <1449407609-28177-1-git-send-email-yaacovh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yaacov Hazan Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id A4E459215 for ; Sun, 6 Dec 2015 16:18:33 +0100 (CET) Received: by wmww144 with SMTP id w144so120754859wmw.0 for ; Sun, 06 Dec 2015 07:18:33 -0800 (PST) In-Reply-To: <1449407609-28177-1-git-send-email-yaacovh@mellanox.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" 2015-12-06 15:13, Yaacov Hazan: > RTE_PMD_DEBUG_TRACE was changed also to support pedantic flag, > but not completely. > > the macro changed only under the RTE_LIBRTE_ETHDEV_DEBUG define, > but when RTE_LIBRTE_ETHDEV_DEBUG is not defined the old format > was left. > > fix the macro to support pedantic flag in any case. > > Signed-off-by: Yaacov Hazan Fixes: b974e4a40cb5 ("ethdev: make error checking macros public") Applied, thanks