Increase the arbitrary limit of TX segments.

Sponsored by:	Rubicon Communications (Netgate)
This commit is contained in:
Luiz Otavio O Souza 2016-03-18 20:09:54 +00:00
parent 3419d34598
commit 7996fcdcc3

View File

@ -153,7 +153,7 @@ static int cpsw_stats_sysctl(SYSCTL_HANDLER_ARGS);
* 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[] = {