From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 16EE9220A3; Thu, 20 Dec 2018 09:14:12 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 20 Dec 2018 09:14:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=bglpGoAxIqCbYjZK1MfPi5ZmtP3W6Q60x/5DQ5ldA2E=; b=pFc2Dti0hPIz z6Q9Bmm/HVvX328LzWFSlkH5LInzQrMUn0JnfpAI//VakxC0Yted2Ib7IblgygqT MqQr2kaHP1IsTVh7xmmcgHCReb84O22V/ITQc+bc8zELS6367UkBbqy1afQ2AeUn 1F7u2lZQaZaKTbEDYIvBVdUcP7GT9so= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=bglpGoAxIqCbYjZK1MfPi5ZmtP3W6Q60x/5DQ5ldA 2E=; b=AHE9rcX7lWMSPym/YuNpACkkTS3waX8CyuXX6OVwKk4ShzZwlzf3/+VPo +47WgtAayl5exfbSGJp2lliecoX1GlVIekM4pEGTkI1IxigUAI/uiV7z/AVCMSVm geldfqOP3FZ/4ELm21agtd+PeerqQEsKt3B6mZ/YR6ZU6CIyCH4x7lMtWkVFM9q3 fUmvKWqkIuNgPBOx1ku4zfU7qmRuu3Q5GCbsH7ApUPBFeJ/Rw9qzrL5J5F2g00qO ICnWaPSR7wRPgGXy7UlRkEjhZ+qAwDpX1W1VknB54Me9U7Yjxpj60t0nlNaMEO+f xuRWUxW6FGGmvZMRH6ZzWV2jUgSbw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejfedgieegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B71281026D; Thu, 20 Dec 2018 09:14:10 -0500 (EST) From: Thomas Monjalon To: "Ananyev, Konstantin" Cc: Akhil Goyal , "dev@dpdk.org" , "Awal, Mohammad Abdul" Date: Thu, 20 Dec 2018 15:14:09 +0100 Message-ID: <2815699.xFjeORteTB@xps> In-Reply-To: <2601191342CEEE43887BDE71AB977258010D8BD421@IRSMSX106.ger.corp.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 04/10] lib: introduce ipsec library 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: Thu, 20 Dec 2018 14:14:12 -0000 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_ ?