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 B041A45B44; Wed, 16 Oct 2024 00:56:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4BB3C402B8; Wed, 16 Oct 2024 00:56:21 +0200 (CEST) Received: from mail-pg1-f176.google.com (mail-pg1-f176.google.com [209.85.215.176]) by mails.dpdk.org (Postfix) with ESMTP id 588314026F for ; Wed, 16 Oct 2024 00:56:19 +0200 (CEST) Received: by mail-pg1-f176.google.com with SMTP id 41be03b00d2f7-656d8b346d2so3867863a12.2 for ; Tue, 15 Oct 2024 15:56:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1729032978; x=1729637778; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=5NkA1Fc4BaavCNZsanAdv3Z1/0/11W3tF6rEoLPcf2g=; b=lztDjAARh8FCVIIDwVyR/AxwM68FdHRw0loaTgjmCVNCqzqoNLDIk3Z3hrniyB5GXW nUqUC9q+JsUjPXV92sd1zOA3QktGjbm6j3gH+T6fPtEY/2+UW2NnX0tumfr95sg4iBtF b3jJD5OC0LZ8RSe+tV/tiKnc3Eaj/lxJN0le42vhvXCA45q6yyk5Ra5D7lQU9r4Ic5pk 7fCZ9PzSXJ8PFz3dsypF0OzAPYiL6vpi66oMKa/K1gUO/zQch1ZieyI1ioeovJFYd3vJ MeKMyxJyRvGQX/StSoZo0EqrDDop79SJ6eFLykeHArBaRI/MyXeZo+HPluDqK6Shli85 xGmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729032978; x=1729637778; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5NkA1Fc4BaavCNZsanAdv3Z1/0/11W3tF6rEoLPcf2g=; b=jKAMqon8jSLxuRjqylz3ZZQhd9dAnw3dZFI8CJ8wBlKD5uFMwAmqGHtEehsIpoKINU lSy/9G5c1aiFZCY9MfCxV0z4i+mglk1tnMeWSL2FMcRr7JRnCcHfuJQoZrXX+8Xgw6tF GJbUgPK+0XZtDTgS6SYD0EaC4BWf4pa8hGKSZIxEUjTAl/7kZv16cPu1hkDl7o5dL5Gb 3uBrejJ6aCTc8j7eNvhonT0VWvGUH/hmmaCHOUapKqgPYCPaJPOiKA4NvXnANPvsxruU 1MrP1W4KpvsFQbdKsTTpmR9F2ismgZHfjjnI0LMM5Rn0dDHw3IRuuFSYpnS4qpM9kvup sGfw== X-Gm-Message-State: AOJu0Yz6Lt++BUbo7MppWnIt0bjZ048srsT24MKk3+Ov0IsrMWHo/Ez2 n2qcipKJF/nBJwvIr25DXTU7DLjRoJ5VN5FgzLQz5Ck5hiBQhaAWh9bW9Kb0RQTQKvVcjytNwxQ N X-Google-Smtp-Source: AGHT+IHePDdRKdcQcXqSRKwCX00Z5QVLSnOMaXr7uUkd6la6SrW9nXe96yI0C5DWI2SUIkc1p5Bocg== X-Received: by 2002:a17:90b:4b8b:b0:2e2:9077:a3b4 with SMTP id 98e67ed59e1d1-2e3151b8a44mr17018441a91.7.1729032978459; Tue, 15 Oct 2024 15:56:18 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id 98e67ed59e1d1-2e392ed3b41sm2536857a91.23.2024.10.15.15.56.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Oct 2024 15:56:18 -0700 (PDT) Date: Tue, 15 Oct 2024 15:56:15 -0700 From: Stephen Hemminger To: Weiguo Li Cc: dev@dpdk.org Subject: Re: [PATCH v3 4/4] hash: add define guards to avoid multi-inclusion Message-ID: <20241015155615.03b9d7c9@hermes.local> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Wed, 9 Feb 2022 15:24:08 +0800 Weiguo Li wrote: > Supplement define guards to prevent multiple inclusion. > > Signed-off-by: Weiguo Li > --- > lib/hash/rte_cmp_arm64.h | 5 +++++ > lib/hash/rte_cmp_x86.h | 5 +++++ > 2 files changed, 10 insertions(+) These are internal files not exported by install so not necessary.