Re: [patch] tsec(4): enable TX interrupt coalescing

2015-12-03 Thread Richard Procter
Refreshed patch against HEAD appears below, best, Richard. PS. Apologies for the quoted-printable encoding...looking now for an email client capable of 7-bit... On 10/11/2015, at 5:18 PM, Richard Procter wrote: > This reduces tsec(4) TX interrupts by over a factor of four per interface, >

[patch] tsec(4): enable TX interrupt coalescing

2015-11-09 Thread Richard Procter
Hi, This reduces tsec(4) TX interrupts by over a factor of four per interface, boosting throughput by a couple of percent for $ dd if=/dev/zero bs=4096 | nc ${host} ${port} It does this by reducing TX interrupts notifications to one per frame, from one per mbuf fragment, and by