How to build a out-of-box network module with RSS

Rajesh Kumar rajfbsd at gmail.com
Sun Mar 22 05:21:08 UTC 2020


Hi,

Any thoughts about how to build a out-of-box network module with RSS
enabled?

Thanks,
Rajesh.

On Fri, Mar 20, 2020 at 11:34 AM Rajesh Kumar <rajfbsd at gmail.com> wrote:

> Hi,
>
> I am writing a network driver. I am trying to test with RSS feature. I see
> the default kernel config doesn't have RSS included.  So, I built a custom
> kernel with the following options set and installed the kernel with a
> different name
>
> options PCBGROUP
> options RSS
>
> After booting to the custom kernel, I am trying to build my network module
> with opt_rss.h in my makefile.  But I don't see  "#define RSS 1" in
> opt_rss.h in my module object directory.  But I see it defined the custom
> kernel OBJ directory.
>
> So, should I build my network modules as inbuilt module to have it work
> with RSS? Or anyway I can build my module out-of-box with RSS?
>
> Please let me know if any details needed.
>
> Thanks,
> Rajesh.
>


More information about the freebsd-drivers mailing list