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 C081F43206; Thu, 26 Oct 2023 10:40:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 93118402E9; Thu, 26 Oct 2023 10:40:17 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 0B512402C5 for ; Thu, 26 Oct 2023 10:40:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1698309615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Z+fvcvjaiNE3T7fgdjnPrELWDD1XUWeXvpxwtNLMMr8=; b=eB1ympskWGJTb0bKwDqXdCejgCI/cWPRdq+7A94727jEeOJspiYmuncw0EAQKxwspBp2AD CRFSJ84dZNUHphZ+hPHHg5sWbN/aUFKMSmfYrTkupFdqa/9NrHqsLVLca6ANQw4IvbOAZs /QkWxEmmrCGLdqjLeGeZO/QBEr5eDwY= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-452-ce9gy8-qPEGqJfD5_l6q-w-1; Thu, 26 Oct 2023 04:40:14 -0400 X-MC-Unique: ce9gy8-qPEGqJfD5_l6q-w-1 Received: by mail-lj1-f197.google.com with SMTP id 38308e7fff4ca-2c51a7df557so6883311fa.0 for ; Thu, 26 Oct 2023 01:40:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698309612; x=1698914412; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Z+fvcvjaiNE3T7fgdjnPrELWDD1XUWeXvpxwtNLMMr8=; b=gIFVctSGa1EAwhVIeW79hmA5XnHyQJkrvhXngaD+/P2NO0q3lkCdtYwKXqCSJLLpiy 9HYMrswucetJo67pVwvdQjYVe8tP6C5mJcMwx58kJwFFYwUve3Inmpd5GC6S190r43K6 A4q8XmBt4FgOuQVceasRDqeuzWnvSQrTLc3ayMGemWOy0gEaYnfnOs9Vmj09+XwkBzjb Bwlz/KC5HRNcMMe5DYcb0BYWR05dEFQ728QsSljyZs+5M/MAUaUq6fOPQ5q/G0a+7eHX 8X/T/Vc1Azqj7n7ZXbL458K+i0peVWaOrx8hQ7euPwzVqsyHPGPdnV7twHSZWcUPFuNc P+2A== X-Gm-Message-State: AOJu0YzfuCtyMOFJTwGxI1QIOFVJAPusOTQFSx3iP89/aZY0/z93YjYG JJ96ujY1Mly5CMRq2QgqcUmsPQSZhfxab4TRnFI1eiOHpKaHx98sSum3HEwYiG0qvkOJm8kanh/ wH9wMY5jRIa/T2xZj0Ns= X-Received: by 2002:a2e:b896:0:b0:2c5:1045:71cb with SMTP id r22-20020a2eb896000000b002c5104571cbmr12516812ljp.32.1698309612703; Thu, 26 Oct 2023 01:40:12 -0700 (PDT) X-Google-Smtp-Source: AGHT+IHjmz5d9WWiKHHv31w4gOwsW45uQwuYdNW2PRjtRP56bnLwh/npaKoljB3VhojSJ4MSonLx7qJ8BTAW0lo6Ku8= X-Received: by 2002:a2e:b896:0:b0:2c5:1045:71cb with SMTP id r22-20020a2eb896000000b002c5104571cbmr12516798ljp.32.1698309612424; Thu, 26 Oct 2023 01:40:12 -0700 (PDT) MIME-Version: 1.0 References: <20231018093147.1771888-1-david.marchand@redhat.com> In-Reply-To: <20231018093147.1771888-1-david.marchand@redhat.com> From: David Marchand Date: Thu, 26 Oct 2023 10:40:00 +0200 Message-ID: Subject: Re: [PATCH] hash: fix build with GFNI To: David Marchand Cc: dev@dpdk.org, Yipeng Wang , Sameh Gobriel , Bruce Richardson , Vladimir Medvedkin , Long Li , Tyler Retzlaff X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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, Oct 18, 2023 at 11:32=E2=80=AFAM David Marchand wrote: > > As an external header, rte_thash_x86_gfni.h should be self sufficient. > > Fixes: 3d4e27fd7ff0 ("use abstracted bit count functions") > > Signed-off-by: David Marchand Applied. --=20 David Marchand