lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 23 Apr 2012 15:18:27 +0300
From:	Yevgeny Petrilin <yevgenyp@...lanox.co.il>
To:	<davem@...emloft.net>
CC:	<netdev@...r.kernel.org>, <yevgenyp@...lanox.co.il>
Subject: [PATCH net-next 0/3] mlx4_en: Adding BQL support

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(-) 


--
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