]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[gve] Remove separate concept of "packet descriptor"
authorMichael Brown <mcb30@ipxe.org>
Mon, 29 Sep 2025 13:45:32 +0000 (14:45 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 29 Sep 2025 14:12:54 +0000 (15:12 +0100)
commit610089b98e52c26d8590f9ace9bb8fbc3ff5dcff
tree24d0457e3d985748f199d00afa6af4c00a692dcf
parentee9aea7893b7e1e08b591c06f18b24940198e7c5
[gve] Remove separate concept of "packet descriptor"

The Linux driver occasionally uses the terminology "packet descriptor"
to refer to the portion of the descriptor excluding the buffer
address.  This is not a helpful separation, and merely adds
complexity.

Simplify the code by removing this artifical separation.

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