linux-stable/drivers/net/ethernet/google
Bailey Forrest 1bfa4d0cb5 gve: DQO: Remove incorrect prefetch
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: 9b8dd5e5ea ("gve: DQO: Add RX path")
Signed-off-by: Bailey Forrest <bcf@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-02 12:06:17 -07:00
..
gve gve: DQO: Remove incorrect prefetch 2021-07-02 12:06:17 -07:00
Kconfig gve: Add dqo descriptors 2021-06-24 12:47:37 -07:00
Makefile