> -Original Message-
> From: Stephen Hemminger
> Sent: Saturday, February 8, 2020 4:05 AM
> To: Ananyev, Konstantin
> Cc: dev@dpdk.org
> Subject: BUG BPF examples broken
>
> The BPF examples do not compile on Debian.
>
> The issue is that ret_mbuf_core.h includes rte_atomic which inc
The BPF examples do not compile on Debian.
The issue is that ret_mbuf_core.h includes rte_atomic which include rte_common
which pulls in errno.h and bits/errno.h. And then asm/errno.h
/usr/include/linux/errno.h:1:10: fatal error: 'asm/errno.h' file not found
#include
^
1 err
2 matches
Mail list logo