From 0339aea4c50a35b737e7c7b574739885913d7cea Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 28 Oct 2009 15:29:01 -0700 Subject: Add copybreak option to all ether drivers Rest of Bug 4428 --- etc/modprobe.d/vyatta_nocopybreak | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 + -- cgit v1.2.3