> From: Junfeng Guo <[email protected]> > Sent: 2022年10月26日 18:23 > To: Zhang, Qi Z <[email protected]>; Wu, Jingjing <[email protected]>; > [email protected]; Xing, Beilei <[email protected]> > Cc: [email protected]; Li, Xiaoyun <[email protected]>; > [email protected]; Richardson, Bruce <[email protected]>; > [email protected]; [email protected]; Xia, Chenbo > <[email protected]>; Zhang, Helin <[email protected]>; Guo, Junfeng > <[email protected]> > 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 > 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 <[email protected]>
Tested-by: Daxue Gao <[email protected]>

