]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[intelxl] Reuse admin command descriptor and buffer for VF responses
authorMichael Brown <mcb30@ipxe.org>
Mon, 8 Aug 2022 13:48:25 +0000 (14:48 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 11 Aug 2022 13:53:57 +0000 (14:53 +0100)
commitc220b93f3145b10cf9b2a10a52bac4ee1252992f
tree047eec14f34296a4e0c67037ede92ca50da6c4a8
parent67f8878e102accdff5f82130c0c0dd85ebc698d0
[intelxl] Reuse admin command descriptor and buffer for VF responses

Remove the large static admin data buffer structure embedded within
struct intelxl_nic, and instead copy the response received via the
"send to VF" admin queue event to the (already consumed and completed)
admin command descriptor and data buffer.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intelxl.h
src/drivers/net/intelxlvf.c