summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-10-28 15:29:01 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-10-28 15:29:01 -0700
commit0339aea4c50a35b737e7c7b574739885913d7cea (patch)
tree9b28c997276f4d5f3627929eb54e16a8d063a54c /etc
parenta4a15d2cb93e9fcf56f98472694e064d82c31f94 (diff)
downloadvyatta-cfg-0339aea4c50a35b737e7c7b574739885913d7cea.tar.gz
vyatta-cfg-0339aea4c50a35b737e7c7b574739885913d7cea.zip
Add copybreak option to all ether drivers
Rest of Bug 4428
Diffstat (limited to 'etc')
-rw-r--r--etc/modprobe.d/vyatta_nocopybreak17
1 files changed, 16 insertions, 1 deletions
diff --git a/etc/modprobe.d/vyatta_nocopybreak b/etc/modprobe.d/vyatta_nocopybreak
index 0ac3052..967be53 100644
--- a/etc/modprobe.d/vyatta_nocopybreak
+++ b/etc/modprobe.d/vyatta_nocopybreak
@@ -38,11 +38,26 @@
# in forwarding performance for traffic using these drivers.
#
+options 3c515 rx_copybreak=0
+options 3c59x rx_copybreak=0
+options cxgb copybreak=0
options e1000 copybreak=0
options e1000e copybreak=0
+options epic100 rx_copybreak=0
+options fealnx rx_copybreak=0
+options hamachi rx_copybreak=0
+options ixgb copybreak=0
+options natsemi rx_copybreak=0
+options pcnet32 rx_copybreak=0
+options r8169 rx_copybreak=0
+options sis190 rx_copybreak=0
options sky2 copybreak=0
-
+options starfire rx_copybreak=0
+options sundance rx_copybreak=0
+options typhoon rx_copybreak=0
options via-rhine rx_copybreak=0
options via-velocity rx_copybreak=0
+options yellowfin rx_copybreak=0
+