Messages in this thread |  | | | Subject | Re: [PATCH 1/3] net: lpc_eth: Replace WARN() trace with simple pr_warn() | | From | Eric Dumazet <> | | Date | Mon, 11 Jun 2012 21:18:48 +0200 |
| |
On Mon, 2012-06-11 at 11:26 +0200, Roland Stigge wrote:
> Is it sensible at this point to increase the TX buffers anyway? For > different reasons of course: We have enough SRAM available and TX > buffers (16->32) are still more than RX buffers (48).
I doubt it has any impact on performance for a 100Mbit link ?
One thing that could be done would be to free skbs in lpc_eth_hard_start_xmit() instead of __lpc_handle_xmit()
|  |