From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 04/10] lib: introduce ipsec library Date: Thu, 20 Dec 2018 15:14:09 +0100 Message-ID: <2815699.xFjeORteTB@xps> References: <1544110714-4514-2-git-send-email-konstantin.ananyev@intel.com> <82f62109-a584-13e9-12ec-c9984a60567a@nxp.com> <2601191342CEEE43887BDE71AB977258010D8BD421@IRSMSX106.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Akhil Goyal , "dev@dpdk.org" , "Awal, Mohammad Abdul" To: "Ananyev, Konstantin" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A45C41BCB3 for ; Thu, 20 Dec 2018 15:14:12 +0100 (CET) In-Reply-To: <2601191342CEEE43887BDE71AB977258010D8BD421@IRSMSX106.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/12/2018 15:06, Ananyev, Konstantin: > > > +enum { > > > + RTE_SATP_LOG_IPV, > > > + RTE_SATP_LOG_PROTO, > > > + RTE_SATP_LOG_DIR, > > > + RTE_SATP_LOG_MODE, > > > + RTE_SATP_LOG_NUM > > > +}; > > what is the significance of LOG here. > > _LOG_ is for logarithm of 2 here. _LOG2_ ?