lkml.org 
[lkml]   [2019]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC PATCH 0/2] virtio: allow per vq DMA domain
Date
We used to have use a single parent for all DMA operations. This tends
to complicate the mdev based hardware virtio datapath offloading which
may not implement the control path over datapath like ctrl vq in the
case of virtio-net.

So this series tries to intorduce per DMA domain by allowing trasnport
to specify the parent device for each virtqueue. Then for the case of
virtio-mdev device, it can hook the DMA ops for control vq back to
itself and then using e.g VA or PA to emulate the control virtqueue
operation.

Vhost-mdev may use similar idea. Note, compiling test only.

Jason Wang (2):
virtio: accept parent as a parameter when allocating virtqueue
virtio: allow query vq parent device

drivers/virtio/virtio_ring.c | 36 +++++++++++++++++++++++++----------
include/linux/virtio_config.h | 2 ++
2 files changed, 28 insertions(+), 10 deletions(-)

--
2.19.1

\
 
 \ /
  Last update: 2019-10-29 11:59    [W:0.180 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site