mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
iavf(4): Include RSS header file when RSS is defined
This should unbreak the kernel build when "options RSS" is
defined in the kernel configuration, and make the feature work.
Signed-off-by: Eric Joyner <erj@FreeBSD.org>
Reported by: adrian@
Sponsored by: Intel Corporation
(cherry picked from commit 5577aa338a)
This commit is contained in:
parent
794a0fa5ad
commit
fe95a05a07
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@
|
|||
#include <sys/malloc.h>
|
||||
#include <machine/stdarg.h>
|
||||
#include <sys/sysctl.h>
|
||||
#ifdef RSS
|
||||
#include <net/rss_config.h>
|
||||
#endif
|
||||
|
||||
#include "iavf_debug.h"
|
||||
#include "iavf_osdep.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue