Hi Simon-san,
On 2023/06/03 23:40, Simon Horman wrote:
On Fri, Jun 02, 2023 at 02:52:11PM +0900, Shunsuke Mie wrote:
Introduce a new memory accessor for vringh. It is able to use vringh to
virtio rings located on io-memory region.
Signed-off-by: Shunsuke Mie
...
+/**
+ * vringh_iov_pull_io
s/Shunsuke-Mie/vringh-IOMEM-support/20230602-135351
base: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next
patch link:
https://lore.kernel.org/r/20230602055211.309960-2-mie%40igel.co.jp
patch subject: [PATCH v4 1/1] vringh: IOMEM support
config: alpha-allyesconf
.git linux-next
patch link:
https://lore.kernel.org/r/20230602055211.309960-2-mie%40igel.co.jp
patch subject: [PATCH v4 1/1] vringh: IOMEM support
config: nios2-randconfig-s053-20230531
(https://download.01.org/0day-ci/archive/20230603/202306031019.wwkekrgz-...@intel.com/config)
compiler: nios2
linux-next
patch link:
https://lore.kernel.org/r/20230602055211.309960-2-mie%40igel.co.jp
patch subject: [PATCH v4 1/1] vringh: IOMEM support
config: i386-randconfig-i003-20230531
(https://download.01.org/0day-ci/archive/20230603/202306030216.bpwr6xv0-...@intel.com/config)
compiler: gcc-12 (Debian
.git linux-next
patch link:
https://lore.kernel.org/r/20230602055211.309960-2-mie%40igel.co.jp
patch subject: [PATCH v4 1/1] vringh: IOMEM support
config: hexagon-randconfig-r034-20230531
(https://download.01.org/0day-ci/archive/20230603/202306030119.ng7cqmj8-...@intel.com/config)
compiler: cla
p/linux/commits/Shunsuke-Mie/vringh-IOMEM-support/20230602-135351
> base: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
> linux-next
> patch link:
> https://lore.kernel.org/r/20230602055211.309960-2-mie%40igel.co.jp
> patch subject: [PATCH v4 1/1] vringh: IOMEM
.git linux-next
patch link:
https://lore.kernel.org/r/20230602055211.309960-2-mie%40igel.co.jp
patch subject: [PATCH v4 1/1] vringh: IOMEM support
config: alpha-allyesconfig
(https://download.01.org/0day-ci/archive/20230602/202306021725.3otsfxpf-...@intel.com/config)
compiler: alpha-linux-gcc (G
Introduce a new memory accessor for vringh. It is able to use vringh to
virtio rings located on io-memory region.
Signed-off-by: Shunsuke Mie
---
drivers/vhost/vringh.c | 201 +
include/linux/vringh.h | 32 +++
2 files changed, 233 insertions(+)
diff