DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] hash: fix build with GFNI
@ 2023-10-18  9:31 David Marchand
  2023-10-26  8:40 ` David Marchand
  0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2023-10-18  9:31 UTC (permalink / raw)
  To: dev
  Cc: Yipeng Wang, Sameh Gobriel, Bruce Richardson, Vladimir Medvedkin,
	Long Li, Tyler Retzlaff

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 <david.marchand@redhat.com>
---
 lib/hash/rte_thash_x86_gfni.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/hash/rte_thash_x86_gfni.h b/lib/hash/rte_thash_x86_gfni.h
index fbec16dde0..b7c5a4ba7d 100644
--- a/lib/hash/rte_thash_x86_gfni.h
+++ b/lib/hash/rte_thash_x86_gfni.h
@@ -12,6 +12,7 @@
  * using Galois Fields New Instructions.
  */
 
+#include <rte_bitops.h>
 #include <rte_compat.h>
 #include <rte_vect.h>
 
-- 
2.41.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] hash: fix build with GFNI
  2023-10-18  9:31 [PATCH] hash: fix build with GFNI David Marchand
@ 2023-10-26  8:40 ` David Marchand
  0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2023-10-26  8:40 UTC (permalink / raw)
  To: David Marchand
  Cc: dev, Yipeng Wang, Sameh Gobriel, Bruce Richardson,
	Vladimir Medvedkin, Long Li, Tyler Retzlaff

On Wed, Oct 18, 2023 at 11:32 AM David Marchand
<david.marchand@redhat.com> 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 <david.marchand@redhat.com>

Applied.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-26  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18  9:31 [PATCH] hash: fix build with GFNI David Marchand
2023-10-26  8:40 ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).