Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2016 20:09:54 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r297042 - head/sys/arm/ti/cpsw
Message-ID:  <201603182009.u2IK9s2v069974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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[] = {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603182009.u2IK9s2v069974>