Re: [PATCH v2] dma-mapping: benchmark: Extract a common header file for map_benchmark definition

2022-03-09 Thread Christoph Hellwig
Thanks, applied to the dma-mapping tree for Linux 5.18. ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu

[PATCH v2] dma-mapping: benchmark: Extract a common header file for map_benchmark definition

2022-03-08 Thread Tian Tao via iommu
kernel/dma/map_benchmark.c and selftests/dma/dma_map_benchmark.c have duplicate map_benchmark definitions, which tends to lead to inconsistent changes to map_benchmark on both sides, extract a common header file to avoid this problem. Signed-off-by: Tian Tao Acked-by: Barry Song Reviewed-by: Shu