[PATCH 0/2] dma-mapping: benchmark: modify the dma_map_benchmark directory

Qinxin Xia posted 2 patches 2 months, 1 week ago
include/linux/map_benchmark.h                     |  1 +
tools/Makefile                                    | 13 +++++++------
tools/dma/Makefile                                | 15 +++++++++++++++
tools/{testing/selftests => }/dma/config          |  0
.../selftests => }/dma/dma_map_benchmark.c        |  0
tools/testing/selftests/dma/Makefile              |  7 -------
6 files changed, 23 insertions(+), 13 deletions(-)
create mode 100644 tools/dma/Makefile
rename tools/{testing/selftests => }/dma/config (100%)
rename tools/{testing/selftests => }/dma/dma_map_benchmark.c (100%)
delete mode 100644 tools/testing/selftests/dma/Makefile
[PATCH 0/2] dma-mapping: benchmark: modify the dma_map_benchmark directory
Posted by Qinxin Xia 2 months, 1 week ago
This series moves the dma_map_benchmark utility out of the selftests
directory and fixes an ABI regression introduced in an earlier change.
No functional behaviour of the benchmark itself is changed.

Qinxin Xia (2):
  tools/dma: move dma_map_benchmark from selftests to tools/dma
  dma-mapping: benchmark: Add padding to ensure uABI remained consistent

 include/linux/map_benchmark.h                     |  1 +
 tools/Makefile                                    | 13 +++++++------
 tools/dma/Makefile                                | 15 +++++++++++++++
 tools/{testing/selftests => }/dma/config          |  0
 .../selftests => }/dma/dma_map_benchmark.c        |  0
 tools/testing/selftests/dma/Makefile              |  7 -------
 6 files changed, 23 insertions(+), 13 deletions(-)
 create mode 100644 tools/dma/Makefile
 rename tools/{testing/selftests => }/dma/config (100%)
 rename tools/{testing/selftests => }/dma/dma_map_benchmark.c (100%)
 delete mode 100644 tools/testing/selftests/dma/Makefile

-- 
2.33.0