Re: [PATCH, v2] ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter struct

2020-07-09 Thread David Miller
From: Cristobal Forno Date: Thu, 9 Jul 2020 14:37:56 -0500 > Currently the driver reads RX and TX subCRQ handle array directly from > a DMA-mapped buffer address when it needs to make a H_SEND_SUBCRQ > hcall. This patch stores that information in the ibmvnic_sub_crq_queue > structure instead of

[PATCH, v2] ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter struct

2020-07-09 Thread Cristobal Forno
Currently the driver reads RX and TX subCRQ handle array directly from a DMA-mapped buffer address when it needs to make a H_SEND_SUBCRQ hcall. This patch stores that information in the ibmvnic_sub_crq_queue structure instead of reading from the buffer received at login. Signed-off-by: Cristobal F