mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-05 00:00:23 +00:00
The prefetch is incorrectly using the dma address instead of the virtual
address.
It's supposed to be:
prefetch((char *)buf_state->page_info.page_address +
buf_state->page_info.page_offset)
However, after correcting this mistake, there is no evidence of
performance improvement.
Fixes:
|
||
|---|---|---|
| .. | ||
| gve_adminq.c | ||
| gve_adminq.h | ||
| gve_desc_dqo.h | ||
| gve_desc.h | ||
| gve_dqo.h | ||
| gve_ethtool.c | ||
| gve_main.c | ||
| gve_register.h | ||
| gve_rx_dqo.c | ||
| gve_rx.c | ||
| gve_tx_dqo.c | ||
| gve_tx.c | ||
| gve_utils.c | ||
| gve_utils.h | ||
| gve.h | ||
| Makefile | ||