On 10/26/2022 11:23 AM, Junfeng Guo wrote:
Meson build may fail on FreeBSD with gcc and clang, due to missing the header file linux/pci_regs.h on non-Linux platform. Thus, in this patch, we removed the file include and added the used Macros derived from linux/pci_regs.h.Fixes: 3047a5ac8e66 ("net/gve: add support for device initialization") Signed-off-by: Junfeng Guo <junfeng....@intel.com>
Squashed into relevant commit in next-net, thanks.