[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAHrpEqT5+ruCkZx_iFk1JwC1vL_mWyyKHiNY2B8N-rAKRGr_Kg@mail.gmail.com>
Date: Tue, 5 Mar 2013 09:47:19 +0800
From: Frank Li <lznuaa@...il.com>
To: netdev@...r.kernel.org
Subject: How to reduce Ethernet TX irq number
All:
Recently, I send some patches about put TX handle to NAPI
for freescale FEC.
But Irq number still huge because we enable irq at each BD.
Hardware always issue TX irq and irq handle always be called.
I do test by enable BD irq every 64 packages.
TX performance can improve huge from 360M to 470M.
What's correct method to do that?
Actually, xmit function have return SEND, stack should
think package already sent when call xmit.
TX irq handler just free some resource.
best regards
Frank Li
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists