https://bugs.dpdk.org/show_bug.cgi?id=416
Bug ID: 416 Summary: nfb build failed - missing rpms? Product: DPDK Version: 20.02 Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: kevu...@gmail.com Target Milestone: --- Looks like either correct rpms are missing, or there is an issue building with meson (or I missed some step). Docs [1] say to use * for DPDK from 19.05 on the linked site, there is no files referencing v19.05 https://www.netcope.com/en/company/community-support/dpdk-libsze2#NFB Latest files that seem relevant as they are **from** 18.05 - DPDK from 18.05 Downloaded those rpms, installed on Fedora 31: # rpm -qa | grep netcope netcope-common-light-4.4.1-1.x86_64 netcope-common-dpdk-4.4.1-1.x86_64 # cat /etc/redhat-release Fedora release 31 (Thirty One) # uname -a Linux wsfd-netdev14.ntdv.lab.eng.bos.redhat.com 5.5.7-200.fc31.x86_64 #1 SMP Fri Feb 28 17:18:37 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux did not change config in config/common_base meson sees that deps are available: net: af_packet, af_xdp, ark, atlantic, avp, axgbe, bond, bnx2x, bnxt, cxgbe, dpaa, dpaa2, e1000, ena, enetc, enic, failsafe, fm10k, i40e, hinic, hns3, iavf, ice, ifc, ixgbe, kni, liquidio, memif, mlx4, mlx5, netvsc, ***nfb***, compilation fails: In file included from ../drivers/net/nfb/nfb_rx.c:9: ../drivers/net/nfb/nfb_rx.h:10:10: fatal error: nfb/nfb.h: No such file or directory 10 | #include <nfb/nfb.h> | ^~~~~~~~~~~ [1] http://git.dpdk.org/dpdk/tree/doc/guides/nics/nfb.rst#n60 -- You are receiving this mail because: You are the assignee for the bug.