RE: [PATCH v2] net/gve: fix meson build failure on non-Linux platforms

2022-10-26 Thread Gao, DaxueX
gt; ; Zhang, Helin ; Guo, Junfeng > > Subject: [PATCH v2] net/gve: fix meson build failure on non-Linux platforms > > 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 > f

Re: [PATCH v2] net/gve: fix meson build failure on non-Linux platforms

2022-10-26 Thread Ferruh Yigit
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 ("ne

[PATCH v2] net/gve: fix meson build failure on non-Linux platforms

2022-10-26 Thread Junfeng Guo
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"