Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp5991339ybe; Tue, 10 Sep 2019 11:51:11 -0700 (PDT) X-Google-Smtp-Source: APXvYqyXh+yoqhJOUIkYYhxpsmH4/5vRZ6e7mDCXJvGjUvfXkdS/AjorERiO2x+JLQ0THOg8D/P0 X-Received: by 2002:a17:906:f96:: with SMTP id q22mr4093128ejj.80.1568141471630; Tue, 10 Sep 2019 11:51:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568141471; cv=none; d=google.com; s=arc-20160816; b=QN1QcsspJMAZC0JxlxdDX1yRaZeHmLY+Smi0CQJi2u9aR+j2/v3HDTZJEJWjcRuwZj f+Vf5gxqM+isoXWxRdi10325zX7u/OHfamqScBlgLjjOBc68ucIGth8D9i03vVfjgdxp NoHSXf8QM7rGWpq9tExSJ7TGZsHzVjdKLkLvEuQ6xtiX5hkBoQI04c6TICJh9QXk/k29 wKafCcVyfXHPA2E3q+VajUEbOf+U7ZpJpr0s9xOTXIPVpOqGzWJ1qLVB0D5mcyPxKSd2 vd3OmLHK7vx7eH0F7+v9h0/QFCzT6TdFzmxDn/kUTGWxAa5u107lPGYQLIPspPiO0Qq/ mTpA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=zVNAglUvp5Z5hz4rDJuLeQJkKb90oJOAzuMyK6tqHcM=; b=NxQXKDl9KdLiGjedF7kmuTTwQfFDWOI6HZ7t749VL3iEjL5jMm0+rz3bzt0Q3wsKPw xosWVhUUl8Eclz83zCYnSl9MgKuo0dtsl09wN0u1S2F2gmspn8f13jg04tDDrPMuX/Me lGsGdM07SPAnndFdA/D8XVPklxeFjINznQqrZupTAiEa0RrqMzXrNoJ2FpMcrr8sRJcU t7MIxjSPRbUyobcjNXVRw0jWsyubMOKK4JhbuUFAiQDfRTutBpCI3Gb7Wg1F5dvUE80J brriSPDBJnTnmkTyjAtsahenaIkSTNuxrGiKvyt2Gftxwed9aHHnGZSYEfThvhzR5vLg QT3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b50si11258372ede.28.2019.09.10.11.50.47; Tue, 10 Sep 2019 11:51:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406792AbfIJIUZ (ORCPT + 99 others); Tue, 10 Sep 2019 04:20:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41348 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731531AbfIJIUZ (ORCPT ); Tue, 10 Sep 2019 04:20:25 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 00549309BF15; Tue, 10 Sep 2019 08:20:25 +0000 (UTC) Received: from jason-ThinkPad-X1-Carbon-6th.redhat.com (ovpn-12-188.pek2.redhat.com [10.72.12.188]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7DD7560A35; Tue, 10 Sep 2019 08:20:11 +0000 (UTC) From: Jason Wang To: mst@redhat.com, jasowang@redhat.com, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, kwankhede@nvidia.com, alex.williamson@redhat.com, cohuck@redhat.com, tiwei.bie@intel.com, maxime.coquelin@redhat.com, cunming.liang@intel.com, zhihong.wang@intel.com, rob.miller@broadcom.com, idos@mellanox.com, xiao.w.wang@intel.com, haotian.wang@sifive.com Subject: [RFC PATCH 2/4] mdev: introduce helper to set per device dma ops Date: Tue, 10 Sep 2019 16:19:33 +0800 Message-Id: <20190910081935.30516-3-jasowang@redhat.com> In-Reply-To: <20190910081935.30516-1-jasowang@redhat.com> References: <20190910081935.30516-1-jasowang@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Tue, 10 Sep 2019 08:20:25 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch introduces mdev_set_dma_ops() which allows parent to set per device DMA ops. This help for the kernel driver to setup a correct DMA mappings. Signed-off-by: Jason Wang --- drivers/vfio/mdev/mdev_core.c | 7 +++++++ include/linux/mdev.h | 2 ++ 2 files changed, 9 insertions(+) diff --git a/drivers/vfio/mdev/mdev_core.c b/drivers/vfio/mdev/mdev_core.c index b558d4cfd082..eb28552082d7 100644 --- a/drivers/vfio/mdev/mdev_core.c +++ b/drivers/vfio/mdev/mdev_core.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "mdev_private.h" @@ -27,6 +28,12 @@ static struct class_compat *mdev_bus_compat_class; static LIST_HEAD(mdev_list); static DEFINE_MUTEX(mdev_list_lock); +void mdev_set_dma_ops(struct mdev_device *mdev, struct dma_map_ops *ops) +{ + set_dma_ops(&mdev->dev, ops); +} +EXPORT_SYMBOL(mdev_set_dma_ops); + struct device *mdev_parent_dev(struct mdev_device *mdev) { return mdev->parent->dev; diff --git a/include/linux/mdev.h b/include/linux/mdev.h index 0ce30ca78db0..7195f40bf8bf 100644 --- a/include/linux/mdev.h +++ b/include/linux/mdev.h @@ -145,4 +145,6 @@ struct device *mdev_parent_dev(struct mdev_device *mdev); struct device *mdev_dev(struct mdev_device *mdev); struct mdev_device *mdev_from_dev(struct device *dev); +void mdev_set_dma_ops(struct mdev_device *mdev, struct dma_map_ops *ops); + #endif /* MDEV_H */ -- 2.19.1