commit | d2d194bc60f012569fa95ed54693cb6663beb5ce | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Thu Jul 25 00:10:38 2024 +0100 |
committer | Michael Brown <mcb30@ipxe.org> | Thu Jul 25 00:13:33 2024 +0100 |
tree | 5121f9a48b7724fb7d241ff05abab99570c63cf4 | |
parent | c7b76e3adc3b4365aa3b490f24ae22375901c559 [diff] |
[gve] Increase number of receive buffers to reduce packet loss Experiments suggest that using fewer than 64 receive buffers leads to excessive packet drop rates on some instance types (observed with a c3-standard-4 instance in europe-west4-a). Fix by increasing the number of receive data buffers (and adjusting the length of the registrable queue page address list to match). Signed-off-by: Michael Brown <mcb30@ipxe.org>