Hi,
I installed 12.0 Release and built a custom kernel (just added options RSS and PCBGROUP in GENERIC) and installed with a different name (INSTKERNNAME).
After booting to the new kernel, I tried to build my network driver which expect opt_rss.h to define RSS. But it doesn't set that.
But, when I checked the GENERIC path for an other inbuilt module, RSS is set.
Any thought, what am i doing wrong?
I installed 12.0 Release and built a custom kernel (just added options RSS and PCBGROUP in GENERIC) and installed with a different name (INSTKERNNAME).
After booting to the new kernel, I tried to build my network driver which expect opt_rss.h to define RSS. But it doesn't set that.
# cat /usr/obj/root/freebsd_12/amd64.amd64/sys/modules/netgbe/opt_rss.h
# << file exists, but doesn't have any lines >>
But, when I checked the GENERIC path for an other inbuilt module, RSS is set.
# cat /usr/obj/root/freebsd_12/amd64.amd64/sys/GENERIC/modules/root/freebsd_12/sys/modules/ix/opt_rss.h
#define RSS 1 << RSS is set>>
#
Any thought, what am i doing wrong?