Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118409
b: refs/heads/master
c: 1d19ecf
h: refs/heads/master
i:
  118407: d2248c6
v: v3
  • Loading branch information
Jeff Kirsher authored and Jeff Garzik committed Nov 3, 2008
1 parent d6459a5 commit 2a70ec5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7385d595751874854a6729fbaaa7f793480bbb67
refs/heads/master: 1d19ecfc65ed01bac7a58f83004057ad704ee7cc
18 changes: 15 additions & 3 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2010,9 +2010,13 @@ config IGB_LRO
If in doubt, say N.

config IGB_DCA
bool "Enable DCA"
bool "Direct Cache Access (DCA) Support"
default y
depends on IGB && DCA && !(IGB=y && DCA=m)
---help---
Say Y here if you want to use Direct Cache Access (DCA) in the
driver. DCA is a method for warming the CPU cache before data
is used, with the intent of lessening the impact of cache misses.

source "drivers/net/ixp2000/Kconfig"

Expand Down Expand Up @@ -2437,9 +2441,13 @@ config IXGBE
will be called ixgbe.

config IXGBE_DCA
bool
bool "Direct Cache Access (DCA) Support"
default y
depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
---help---
Say Y here if you want to use Direct Cache Access (DCA) in the
driver. DCA is a method for warming the CPU cache before data
is used, with the intent of lessening the impact of cache misses.

config IXGB
tristate "Intel(R) PRO/10GbE support"
Expand Down Expand Up @@ -2489,9 +2497,13 @@ config MYRI10GE
will be called myri10ge.

config MYRI10GE_DCA
bool
bool "Direct Cache Access (DCA) Support"
default y
depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m)
---help---
Say Y here if you want to use Direct Cache Access (DCA) in the
driver. DCA is a method for warming the CPU cache before data
is used, with the intent of lessening the impact of cache misses.

config NETXEN_NIC
tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
Expand Down

0 comments on commit 2a70ec5

Please sign in to comment.