commit | 7e0245753f1794f17de472dcf4694fa5ed527384 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 29 15:03:59 2020 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Jun 30 15:44:03 2020 +0200 |
tree | 15119a636a1ac9a92e9b8a2ea2a486ad52c0144b | |
parent | 53937ff7bc776aac647d0b3004d7cd21861b0f78 [diff] |
xsk: Use dma_need_sync instead of reimplenting it Use the dma_need_sync helper instead of (not always entirely correctly) poking into the dma-mapping internals. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20200629130359.2690853-5-hch@lst.de