Re: [patch 12/14] e1000: Make the copybreak value a module parameter
From: Jeff Garzik <hidden>
Date: 2006-12-15 16:09:39
From: Jeff Garzik <hidden>
Date: 2006-12-15 16:09:39
Arjan van de Ven wrote:
Subject: e1000: Make the copybreak value a module parameter From: Jesse Brandeburg <redacted> Allow the user to vary the size that copybreak works. Currently cb is enabled for packets < 256 bytes, but various tests indicate that this should be configurable for specific use cases. In addition, this parameter allows us to force never/always during testing to get full and predictable coverage of both code paths. Signed-off-by: Jesse Brandeburg <redacted> Signed-off-by: Auke Kok <redacted> Signed-off-by: Arjan van de Ven <redacted>
ACK 8-12