]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ibmvnic-performance-improvements-and-other-updates'
authorJakub Kicinski <kuba@kernel.org>
Sat, 21 Nov 2020 03:51:44 +0000 (19:51 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 21 Nov 2020 03:51:44 +0000 (19:51 -0800)
commitd88b6364244a72293469d5681e097d96c194d745
tree977893544fd7907aceaba48c4e8f7daec4536c97
parent9aa45c13fee61e0ddd4b8debb5b49ecc24fd8d71
parent5b79a2098149ac31cc6f477339e1676991e75a4f
Merge branch 'ibmvnic-performance-improvements-and-other-updates'

Thomas Falcon says:

====================
ibmvnic: Performance improvements and other updates

The first three patches utilize a hypervisor call allowing multiple
TX and RX buffer replenishment descriptors to be sent in one operation,
which significantly reduces hypervisor call overhead. The xmit_more
and Byte Queue Limit API's are leveraged to provide this support
for TX descriptors.

The subsequent two patches remove superfluous code and members in
TX completion handling function and TX buffer structure, respectively,
and remove unused routines.

Finally, four patches which ensure that device queue memory is
cache-line aligned, resolving slowdowns observed in PCI traces,
as well as optimize the driver's NAPI polling function and
to RX buffer replenishment are provided by Dwip Banerjee.

This series provides significant performance improvements, allowing
the driver to fully utilize 100Gb NIC's.
====================

Link: https://lore.kernel.org/r/1605748345-32062-1-git-send-email-tlfalcon@linux.ibm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>