aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ixgbe
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2010-03-27 00:21:40 +0000
committerJack F Vogel <jfv@FreeBSD.org>2010-03-27 00:21:40 +0000
commitc00148556a4cbd3d8fd249c1d32968d95dcdfe29 (patch)
tree56ba93eba1abadf72b500969032db51e45f29957 /sys/modules/ixgbe
parent1764e57174705ac12de7a47b55a99706a4a7b999 (diff)
downloadsrc-c00148556a4cbd3d8fd249c1d32968d95dcdfe29.tar.gz
src-c00148556a4cbd3d8fd249c1d32968d95dcdfe29.zip
Update the driver to Intel version 2.1.6
- add some new hardware support for 82599 - Big change to interrupt architecture, it now uses a queue which contains an RX/TX pair as the recipient of the interrupt. This will reduce overall system interrupts/msix usage. - Improved RX mbuf handling: the old get_buf routine is no longer synchronized with rxeof, this allows the elimination of packet discards due to mbuf allocation failure. - Much simplified and improved AIM code, it now happens in the queue interrupt context and takes into account both the traffic on the RX AND TX side. - variety of small tweaks, like ring size, that have been seen as performance improvements. - Thanks to those that provided feedback or suggested changes, I hope I've caught all of them.
Notes
Notes: svn path=/head/; revision=205720
Diffstat (limited to 'sys/modules/ixgbe')
-rw-r--r--sys/modules/ixgbe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile
index 844ac7c5e55d..2de7549a581b 100644
--- a/sys/modules/ixgbe/Makefile
+++ b/sys/modules/ixgbe/Makefile
@@ -6,7 +6,7 @@ SRCS += ixgbe.c
# Shared source
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
SRCS += ixgbe_82599.c ixgbe_82598.c
-CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
+CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR
clean:
rm -f device_if.h bus_if.h pci_if.h setdef* *_StripErr