Skip to content
Snippets Groups Projects
Commit 712cd298 authored by Alexander Graf's avatar Alexander Graf
Browse files

efi_loader: Allow bouncing for network


So far bounce buffers were only used for disk I/O, but network I/O
may suffer from the same problem.

On platforms that have problems doing DMA on high addresses, let's
also bounce outgoing network packets. Incoming ones always already
get bounced.

This patch fixes EFI PXE boot on ZynqMP for me.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent b6575f34
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment