diff options
author | Xuan Zhuo <[email protected]> | 2023-08-10 20:30:47 +0800 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2023-09-03 18:10:22 -0400 |
commit | 0e27fa6ddeb0e070398692e369ce52fa91f9442d (patch) | |
tree | bfba47a872b64f84ff1235ebe1602e2e01f4274f /scripts/generate_rust_analyzer.py | |
parent | 610c708bf872fa575f33f74a1650a7011055b7aa (diff) |
virtio_ring: put mapping error check in vring_map_one_sg
This patch put the dma addr error check in vring_map_one_sg().
The benefits of doing this:
1. reduce one judgment of vq->use_dma_api.
2. make vring_map_one_sg more simple, without calling
vring_mapping_error to check the return value. simplifies subsequent
code
Signed-off-by: Xuan Zhuo <[email protected]>
Acked-by: Jason Wang <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions