[Bug 264809] net/intel-ixl-kmod: Driver is broken with netmap and FreeBSD-13.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 23 Jun 2022 18:32:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264809

--- Comment #1 from Santiago Martinez <sm@codenetworks.net> ---
This is the error when trying to compile with netmap on.

ixl_txrx.c:70:10: fatal error: 'dev/netmap/if_ixl_netmap.h' file not found
#include <dev/netmap/if_ixl_netmap.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- if_ixl.o ---
if_ixl.c:291:10: fatal error: 'dev/netmap/if_ixl_netmap.h' file not found
#include <dev/netmap/if_ixl_netmap.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- ixl_txrx.o ---
1 error generated.
*** [ixl_txrx.o] Error code 1

make[2]: stopped in /usr/ports/net/intel-ixl-kmod/work/ixl-1.12.2/src
--- if_ixl.o ---
1 error generated.
*** [if_ixl.o] Error code 1

make[2]: stopped in /usr/ports/net/intel-ixl-kmod/work/ixl-1.12.2/src
2 errors

make[2]: stopped in /usr/ports/net/intel-ixl-kmod/work/ixl-1.12.2/src
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/net/intel-ixl-kmod
*** Error code 1

Stop.
make: stopped in /usr/ports/net/intel-ixl-kmod

-- 
You are receiving this mail because:
You are the assignee for the bug.