Re: [dpdk-dev] BUG BPF examples broken

2020-02-09 Thread Ananyev, Konstantin
> -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

[dpdk-dev] BUG BPF examples broken

2020-02-07 Thread Stephen Hemminger
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