On Wed, Apr 15, 2015 at 12:57:21AM +0000, Adrian Chadd wrote: A> Author: adrian A> Date: Wed Apr 15 00:57:21 2015 A> New Revision: 281541 A> URL: https://svnweb.freebsd.org/changeset/base/281541 A> A> Log: A> Fix RSS build - netisr input / NETISR_IP_DIRECT is used here. A> A> Modified: A> head/sys/netinet/ip_reass.c A> A> Modified: head/sys/netinet/ip_reass.c A> ============================================================================== A> --- head/sys/netinet/ip_reass.c Wed Apr 15 00:07:21 2015 (r281540) A> +++ head/sys/netinet/ip_reass.c Wed Apr 15 00:57:21 2015 (r281541) A> @@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$"); A> #include <sys/sysctl.h> A> A> #include <net/rss_config.h> A> +#include <net/netisr.h> A> #include <net/vnet.h> A> A> #include <netinet/in.h>
The include should go under #ifdef RSS then. Why do we actually have RSS a non default option? -- Totus tuus, Glebius. _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"