netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] mlx4_en: Adding BQL support
@ 2012-04-23 12:18 Yevgeny Petrilin
  2012-04-24  2:34 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Yevgeny Petrilin @ 2012-04-23 12:18 UTC (permalink / raw)
  To: davem; +Cc: netdev, yevgenyp

Hello Dave,

This patchset adds Byte Queue Limit support to the mlx4_en driver.
As a precondition to this I had to change the mode of TX completion handling
Till now we have handled completions by polling from the xmit context,
once in every 16 packets.
Now moving to interrupts, and also added the set/get coalescing option for TX interrupts.

Thanks,
Yevgeny

---
 en_cq.c      |   14 ++---------
 en_ethtool.c |   19 +++++++++++++--
 en_netdev.c  |   14 +++++++++--
 en_tx.c      |   74 +++++++++--------------------------------------------------
 mlx4_en.h    |    8 ++----
 5 files changed, 47 insertions(+), 82 deletions(-) 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next 0/3] mlx4_en: Adding BQL support
  2012-04-23 12:18 [PATCH net-next 0/3] mlx4_en: Adding BQL support Yevgeny Petrilin
@ 2012-04-24  2:34 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-04-24  2:34 UTC (permalink / raw)
  To: yevgenyp; +Cc: netdev

From: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Date: Mon, 23 Apr 2012 15:18:27 +0300

> This patchset adds Byte Queue Limit support to the mlx4_en driver.
> As a precondition to this I had to change the mode of TX completion handling
> Till now we have handled completions by polling from the xmit context,
> once in every 16 packets.
> Now moving to interrupts, and also added the set/get coalescing option for TX interrupts.

All applied to net-next, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-24  2:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 12:18 [PATCH net-next 0/3] mlx4_en: Adding BQL support Yevgeny Petrilin
2012-04-24  2:34 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).