From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E47631B528 for ; Tue, 26 Jun 2018 14:25:15 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4649021A99; Tue, 26 Jun 2018 08:25:15 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 26 Jun 2018 08:25:15 -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; s=mesmtp; bh=jnfrvO2RYVSz2uO/5q0uhyUYjI wTs8aTW8LeF4nLED0=; b=VtmP27QmB2rj++2eQ3g++aV7UShxy2UHjYtCcssHCt 6YKBgIOk3OjeBp7jvSILPrWqKCXYi1cg8igC6MprT/VxftuCt+V50L8JIOdQItlS eNM9KZVUapQrbQgmZ3URvszTSaT0xJRg6+603h6YNVASNrgRRFbaG3567zi6uepJ k= 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; s=fm3; bh=jnfrvO 2RYVSz2uO/5q0uhyUYjIwTs8aTW8LeF4nLED0=; b=IgudnJa6MYEMtunE5Zijlx ilOgo/n/LyuV7OU00hiSQA6DWP5m8RLhywF5MeDpbtp0zdvDckZyjyb4hBMas68U Y22JD8tN4efj+bB5TTvta/T+31HG4sH9CYrnVOj0xMNvkXUrsGFBDiSoliEvz+XE wKHyy33f2/++xrEmmv3rmHTmpn8giUwJ2VOpWxbKFluL4sJtjexB4PBYSg7kDGxf f6hET5ep+Ygn07I2kHUnsP5ndun0BATuT5AkEe3dZk9NYwBbUrs7jlnw5qdbQ78Z f1r8fOHL2qPQmiCLm/q3qCrj4l0dsz4GgS8JsQaqf+RQxhcacgQmzMzIZFDejmnQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 89F1510291; Tue, 26 Jun 2018 08:25:14 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Shahaf Shuler , arybchenko@solarflare.com Date: Tue, 26 Jun 2018 14:25:13 +0200 Message-ID: <2680393.bhHiRM8kdl@xps> In-Reply-To: References: <20180514155648.81149-1-ferruh.yigit@intel.com> <20180619010457.61490-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 1/3] ethdev: move log macro to header 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: Tue, 26 Jun 2018 12:25:16 -0000 26/06/2018 13:41, Shahaf Shuler: > Tuesday, June 19, 2018 4:05 AM, Ferruh Yigit: > > Subject: [dpdk-dev] [PATCH v4 1/3] ethdev: move log macro to header > > > > Macro moved to header to be able to convert logging usage in header. > > And since it has been moved to public header changed naming and added > > RTE prefix, ethdev_log -> RTE_ETHDEV_LOG > > > > Also need to add logtype variable to map file since logging macro used from > > other libraries. > > > > Signed-off-by: Ferruh Yigit > > For the series, > Acked-by: Shahaf Shuler Series Acked-by: Thomas Monjalon