]> git.baikalelectronics.ru Git - kernel.git/commit
ibmvnic: Introduce xmit_more support using batched subCRQ hcalls
authorThomas Falcon <tlfalcon@linux.ibm.com>
Thu, 19 Nov 2020 01:12:19 +0000 (19:12 -0600)
committerJakub Kicinski <kuba@kernel.org>
Sat, 21 Nov 2020 03:50:33 +0000 (19:50 -0800)
commitb99127e786eb9022adda5a797d10b9fa7cb6022e
treea9ecdfeaa5df7c30bd0b94e7789b4b072431ea50
parente8838a4f859cae15b15caa11e080d319eb1818f3
ibmvnic: Introduce xmit_more support using batched subCRQ hcalls

Include support for the xmit_more feature utilizing the
H_SEND_SUB_CRQ_INDIRECT hypervisor call which allows the sending
of multiple subordinate Command Response Queue descriptors in one
hypervisor call via a DMA-mapped buffer. This update reduces hypervisor
calls and thus hypervisor call overhead per TX descriptor.

Signed-off-by: Thomas Falcon <tlfalcon@linux.ibm.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/ibm/ibmvnic.c