linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] move dma_map_benchmark from selftests to tools/dma
@ 2025-08-14 13:35 Qinxin Xia
  2025-08-14 13:35 ` [PATCH 1/2] tools/dma: " Qinxin Xia
  2025-08-14 13:35 ` [PATCH 2/2] MAINTAINERS: add myself and Barry to dma_map_benchmark maintainers Qinxin Xia
  0 siblings, 2 replies; 17+ messages in thread
From: Qinxin Xia @ 2025-08-14 13:35 UTC (permalink / raw)
  To: 21cnbao, m.szyprowski, robin.murphy, jonathan.cameron
  Cc: prime.zeng, fanghao11, linux-kernel, linuxarm, xiaqinxin,
	yangyicong

Move dma_map_benchmark from selftest/dma to tools/dma directory
and update the maintainer list.

Qinxin Xia (2):
  tools/dma: move dma_map_benchmark from selftests to tools/dma
  MAINTAINERS: add myself and Barry to dma_map_benchmark maintainers

 MAINTAINERS                                     |  5 +++--
 tools/Makefile                                  | 13 +++++++------
 tools/dma/Makefile                              | 17 +++++++++++++++++
 tools/{testing/selftests => }/dma/config        |  0
 .../selftests => }/dma/dma_map_benchmark.c      |  0
 tools/testing/selftests/dma/Makefile            |  7 -------
 6 files changed, 27 insertions(+), 15 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


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/2] dma-mapping: benchmark: modify the dma_map_benchmark directory
@ 2025-07-24  8:55 Qinxin Xia
  2025-07-24  8:55 ` [PATCH 1/2] tools/dma: move dma_map_benchmark from selftests to tools/dma Qinxin Xia
  0 siblings, 1 reply; 17+ messages in thread
From: Qinxin Xia @ 2025-07-24  8:55 UTC (permalink / raw)
  To: 21cnbao, m.szyprowski, robin.murphy, jonathan.cameron
  Cc: prime.zeng, fanghao11, linux-kernel, linuxarm, xiaqinxin

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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-09-02  4:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 13:35 [PATCH 0/2] move dma_map_benchmark from selftests to tools/dma Qinxin Xia
2025-08-14 13:35 ` [PATCH 1/2] tools/dma: " Qinxin Xia
2025-08-15 10:03   ` Barry Song
2025-08-18  2:53     ` Qinxin Xia
2025-08-21  3:39       ` Barry Song
2025-08-21  3:55         ` Qinxin Xia
2025-08-22  1:12           ` Barry Song
2025-08-27 12:07             ` Qinxin Xia
2025-08-28 21:22               ` Barry Song
2025-09-02  4:08                 ` Qinxin Xia
2025-09-02  4:45                   ` Barry Song
2025-08-14 13:35 ` [PATCH 2/2] MAINTAINERS: add myself and Barry to dma_map_benchmark maintainers Qinxin Xia
2025-08-15  9:28   ` Barry Song
2025-08-15  9:37     ` Qinxin Xia
  -- strict thread matches above, loose matches on Subject: below --
2025-07-24  8:55 [PATCH 0/2] dma-mapping: benchmark: modify the dma_map_benchmark directory Qinxin Xia
2025-07-24  8:55 ` [PATCH 1/2] tools/dma: move dma_map_benchmark from selftests to tools/dma Qinxin Xia
2025-07-24  9:25   ` Barry Song
2025-07-24  9:33     ` Qinxin Xia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).