[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250724085600.4101321-1-xiaqinxin@huawei.com>
Date: Thu, 24 Jul 2025 16:55:58 +0800
From: Qinxin Xia <xiaqinxin@...wei.com>
To: <21cnbao@...il.com>, <m.szyprowski@...sung.com>, <robin.murphy@....com>,
<jonathan.cameron@...wei.com>
CC: <prime.zeng@...wei.com>, <fanghao11@...wei.com>,
<linux-kernel@...r.kernel.org>, <linuxarm@...wei.com>, <xiaqinxin@...wei.com>
Subject: [PATCH 0/2] dma-mapping: benchmark: modify the dma_map_benchmark directory
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
Powered by blists - more mailing lists