From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E4EA0A0352; Tue, 8 Feb 2022 17:27:09 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6AD2441143; Tue, 8 Feb 2022 17:27:09 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 646C6410FD for ; Tue, 8 Feb 2022 17:27:08 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0E1AB5C00CB; Tue, 8 Feb 2022 11:27:08 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 08 Feb 2022 11:27:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm3; bh=mrG2jjmq2Mrf7l a/ipnrv4RE/MXsOSKqoWvCKAX+edg=; b=L+iRRonv7AFmk2PRjM9szln868glgG k3uLZBKcsiBi3yo/rW/BfQ9GNARBvORVsErLsRyAd11B0tG/V68F2e1q1YsQrefh f4JCbgqBrutHuvceuF17QKhL0u5CnaMsL4A7gNVmRUcg7fjaxTuzra8OxyHbiBtc 2VfkAZVf0vthkxD+//G4J5b5eDTDuEygXO8Twstl+fmFHICZg5FmOJEwRsZp/D9m h++oOirRbUWXrG9tnuv5sshInY2QI227gb2Z9/i5Yv0UjHCd/zTgluW7H16UvEaR WL564Dc88el1aFtcHOpirDc3aOQxomNhV5O44F0ov2794rmXI6joH1hQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=mrG2jjmq2Mrf7la/ipnrv4RE/MXsOSKqoWvCKAX+e dg=; b=Pi+OMEGX8C04uJCZ5NUXeZr0LzVyJ7pVmaQYgTkALl/4Kz6JuCJksksqi dHyLvv8ROLqxuYpv2b81dSojc4ZTKY1qcUe3xkmUJVfQajNGXU/5HpnbC8RlC45R qUA4TUpVjDHjKz3QfPGu7ZpLOA7OS5671176ZdEBWyCoErTUB9/83KB1ZUAH2kuh cq1F5BuwSD2Of6dGvX8nx1cJoCP3nDmK69Elfl2o8tL+VDUrtXT2sUEjtbM0SJX3 WXrtuy+mNriGu6SiMyiYyiZ47KZc64kbej1aO7IS2GixZcd5J3sJzMi2Gb9yPhxM lLMFNXCt3vExIdh1dvbSrKoxgFl6g== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrheejgdekgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecuggftrfgrthhtvghrnhepudeggfdvfeduffdtfeegle fghfeukefgfffhueejtdetuedtjeeuieeivdffgeehnecuvehluhhsthgvrhfuihiivgep tdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnh gvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 8 Feb 2022 11:27:07 -0500 (EST) From: Thomas Monjalon To: Weiguo Li Cc: dev@dpdk.org Subject: Re: [PATCH 02/16] event/octeontx: add define guards to avoid multi-inclusion Date: Tue, 08 Feb 2022 17:27:05 +0100 Message-ID: <22527224.6Emhk5qWAg@thomas> In-Reply-To: References: <20220206035846.2840462-1-liwg06@foxmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 06/02/2022 04:58, Weiguo Li: > Supplement define guards to prevent multiple inclusion. > > Signed-off-by: Weiguo Li > --- > --- a/drivers/event/octeontx/timvf_worker.h > +++ b/drivers/event/octeontx/timvf_worker.h > +#ifndef __TIMVF_WORKER_H__ > +#define __TIMVF_WORKER_H__ Why these underscores? It could be simply #ifndef TIMVF_WORKER_H