commit | 712cd2987489fe62aedeb24730e730871b1eb627 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Sep 06 14:26:27 2016 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Oct 19 09:01:50 2016 +0200 |
tree | 147f33a36b7d6496ef06bbe72988e08f53b72969 | |
parent | b6575f34e20ddc40baa391c2db0e1e015e942af2 [diff] |
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: Alexander Graf <agraf@suse.de>