svn commit: r297042 - head/sys/arm/ti/cpsw

Luiz Otavio O Souza loos at FreeBSD.org
Fri Mar 18 20:09:55 UTC 2016


Author: loos
Date: Fri Mar 18 20:09:54 2016
New Revision: 297042
URL: https://svnweb.freebsd.org/changeset/base/297042

Log:
  Increase the arbitrary limit of TX segments.
  
  Sponsored by:	Rubicon Communications (Netgate)

Modified:
  head/sys/arm/ti/cpsw/if_cpsw.c

Modified: head/sys/arm/ti/cpsw/if_cpsw.c
==============================================================================
--- head/sys/arm/ti/cpsw/if_cpsw.c	Fri Mar 18 20:04:34 2016	(r297041)
+++ head/sys/arm/ti/cpsw/if_cpsw.c	Fri Mar 18 20:09:54 2016	(r297042)
@@ -153,7 +153,7 @@ static int cpsw_stats_sysctl(SYSCTL_HAND
  * Packets with more segments than this will be defragmented before
  * they are queued.
  */
-#define	CPSW_TXFRAGS		8
+#define	CPSW_TXFRAGS		16
 
 /* Shared resources. */
 static device_method_t cpsw_methods[] = {


More information about the svn-src-head mailing list