From 7f3aee50c203a50790ef41d8a2aad4a25c1ef64f Mon Sep 17 00:00:00 2001 From: "Serhii (Sergey) Kozlov" Date: Wed, 15 May 2019 15:58:24 +0000 Subject: [PATCH] net/intel-ixl-kmod: Cap netmap support at 12.x Netmap is no longer supported in the port-provided driver since 13.0. Use in-kernel iflib version instead. Sponsored by: Intel Corporation --- net/intel-ixl-kmod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index 6035bad6de92..e58a33ffab70 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -44,7 +44,7 @@ MAKE_ENV+= WERROR="" PLIST_FILES+= man/man4/${link}.4.gz .endfor -MAX_NETMAP_OSVERSION?= 9900000 # Maximum OSVERSION for which NETMAP support works +MAX_NETMAP_OSVERSION?= 1299999 # Maximum OSVERSION for which NETMAP support works .include