Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2016 09:04:20 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301489 - head/sys/modules/sfxge
Message-ID:  <201606060904.u5694Kmd046631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arybchik
Date: Mon Jun  6 09:04:20 2016
New Revision: 301489
URL: https://svnweb.freebsd.org/changeset/base/301489

Log:
  sfxge(4): prepare sfxge to be RSS API aware
  
  This change is needed because 'opt_rss.h' is included by multiple source
  files and RSS macro is defined as 1 within the file during build process
  if option RSS is enabled in the kernel.
  
  Submitted by:   Ivan Malov <Ivan.Malov at oktetlabs.ru>
  Reviewed by:    gnn
  Sponsored by:   Solarflare Communications, Inc.
  Differential Revision:  https://reviews.freebsd.org/D6718

Modified:
  head/sys/modules/sfxge/Makefile

Modified: head/sys/modules/sfxge/Makefile
==============================================================================
--- head/sys/modules/sfxge/Makefile	Mon Jun  6 07:39:44 2016	(r301488)
+++ head/sys/modules/sfxge/Makefile	Mon Jun  6 09:04:20 2016	(r301489)
@@ -5,7 +5,7 @@ KMOD=	sfxge
 SFXGE= ${.CURDIR}/../../dev/sfxge
 
 SRCS=	device_if.h bus_if.h pci_if.h
-SRCS+=	opt_inet.h opt_inet6.h opt_sched.h
+SRCS+=	opt_inet.h opt_inet6.h opt_sched.h opt_rss.h
 
 .PATH: ${.CURDIR}/../../dev/sfxge
 SRCS+=	sfxge.c sfxge_dma.c sfxge_ev.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606060904.u5694Kmd046631>