mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
When building ENA as compiled into the kernel, the driver would fail to build. Resolve the problem by introducing the following changes: 1. Add missing `ena_rss.c` entry in `sys/conf/files`. 2. Prevent SYSCTL_ADD_INT from throwing an assert due to an extra CTLTYPE_INT flag. Fixes: |
||
|---|---|---|
| .. | ||
| ena.c | ||
| ena.h | ||
| ena_datapath.c | ||
| ena_datapath.h | ||
| ena_netmap.c | ||
| ena_netmap.h | ||
| ena_rss.c | ||
| ena_rss.h | ||
| ena_sysctl.c | ||
| ena_sysctl.h | ||