From patchwork Mon Aug 3 21:00:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 1340502 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=gHZeL5Hd; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BL9JQ6pXqz9sTK for ; Tue, 4 Aug 2020 07:00:22 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729212AbgHCVAV (ORCPT ); Mon, 3 Aug 2020 17:00:21 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:44912 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729184AbgHCVAV (ORCPT ); Mon, 3 Aug 2020 17:00:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596488419; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=f1A99Kan+ToYvUmOMuODkd0BFkRSjBNq3WkT2nA5570=; b=gHZeL5Hd2nw63XyNbqVuj3wvp94DTv0yXfraT1V05dja0i9ySzXBcRlCAJz3KABgH9iX5U WA/HB/kfRMRPKcsGRC4XmhChd+/axvMcCrSoIWccsfXhO7g5kdWV2F2zrcyNjz9G0edTLG IS49eP4HodBQ48CKtI0vc3/S76tkUY4= Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-105-eschLyXoNRe91Mn_i66ARw-1; Mon, 03 Aug 2020 17:00:16 -0400 X-MC-Unique: eschLyXoNRe91Mn_i66ARw-1 Received: by mail-qv1-f69.google.com with SMTP id d9so17703778qvl.10 for ; Mon, 03 Aug 2020 14:00:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=f1A99Kan+ToYvUmOMuODkd0BFkRSjBNq3WkT2nA5570=; b=a9aTjOBSNl+NZ7xmknNJj2ehWZN81ekqoNMoANywOhZbtiU9TMg515acB822+bOBly fWhylUpWWn7oB81CMJSY0Tk4rGEArQ9rkLsf3PMqGpRvIuBhYnmF0SRx/E/GSbDa/l0a assFwRffWHSHmbiRIh2Zu3XplpLVxrn0jOGVcXG9/rBfVQP4M/2kwEFn11UYsHRH/FxT HTUfrBf9mA9SIktPsUodo50FbzzMWWLv6RqbcwOFDDwQIE7GHcbnMqoOLLGOAfGTfepH 4QaHYsU5dSfq2iWi7sFOfkNTHaM+eiA45/NgrhZ9LCOqxWHJdzQpqjn9q0Z1snvDkpfI 1pbQ== X-Gm-Message-State: AOAM530aPWSjBK5GtcC++POuP7m5ARGcFKxY3rBeOD/RqzdAyf2r8GlG ygywzisMIOcgHiEx0hPcjSRYkUidqfFjoxIOhTO1+JlPNA5XcQA7psA7Qk1k1hZ2707tRRWHcIj r6vbrcyw44u4+7ljI X-Received: by 2002:ae9:f409:: with SMTP id y9mr17081843qkl.383.1596488415783; Mon, 03 Aug 2020 14:00:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyOLsF2kRKHhVMrVuK1ExTkYEV3u00bvHZC77i72ooYLjKbjM4TmW/w7ndizuS2cvXbLFA8ag== X-Received: by 2002:ae9:f409:: with SMTP id y9mr17081819qkl.383.1596488415580; Mon, 03 Aug 2020 14:00:15 -0700 (PDT) Received: from redhat.com (bzq-79-177-102-128.red.bezeqint.net. [79.177.102.128]) by smtp.gmail.com with ESMTPSA id x137sm20654324qkb.47.2020.08.03.14.00.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Aug 2020 14:00:15 -0700 (PDT) Date: Mon, 3 Aug 2020 17:00:11 -0400 From: "Michael S. Tsirkin" To: linux-kernel@vger.kernel.org Cc: virtualization@lists.linux-foundation.org, Jason Wang , kvm@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH v2 20/24] vhost/vdpa: switch to new helpers Message-ID: <20200803205814.540410-21-mst@redhat.com> References: <20200803205814.540410-1-mst@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200803205814.540410-1-mst@redhat.com> X-Mailer: git-send-email 2.27.0.106.g8ac3dc51b1 X-Mutt-Fcc: =sent Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org For new helpers handling legacy features to be effective, vhost needs to invoke them. Tie them in. Signed-off-by: Michael S. Tsirkin --- drivers/vhost/vdpa.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/vhost/vdpa.c b/drivers/vhost/vdpa.c index 18869a35d408..3674404688f5 100644 --- a/drivers/vhost/vdpa.c +++ b/drivers/vhost/vdpa.c @@ -118,9 +118,8 @@ static irqreturn_t vhost_vdpa_config_cb(void *private) static void vhost_vdpa_reset(struct vhost_vdpa *v) { struct vdpa_device *vdpa = v->vdpa; - const struct vdpa_config_ops *ops = vdpa->config; - ops->set_status(vdpa, 0); + vdpa_reset(vdpa); } static long vhost_vdpa_get_device_id(struct vhost_vdpa *v, u8 __user *argp) @@ -196,7 +195,6 @@ static long vhost_vdpa_get_config(struct vhost_vdpa *v, struct vhost_vdpa_config __user *c) { struct vdpa_device *vdpa = v->vdpa; - const struct vdpa_config_ops *ops = vdpa->config; struct vhost_vdpa_config config; unsigned long size = offsetof(struct vhost_vdpa_config, buf); u8 *buf; @@ -209,7 +207,7 @@ static long vhost_vdpa_get_config(struct vhost_vdpa *v, if (!buf) return -ENOMEM; - ops->get_config(vdpa, config.off, buf, config.len); + vdpa_get_config(vdpa, config.off, buf, config.len); if (copy_to_user(c->buf, buf, config.len)) { kvfree(buf); @@ -282,7 +280,7 @@ static long vhost_vdpa_set_features(struct vhost_vdpa *v, u64 __user *featurep) if (features & ~vhost_vdpa_features[v->virtio_id]) return -EINVAL; - if (ops->set_features(vdpa, features)) + if (vdpa_set_features(vdpa, features)) return -EINVAL; return 0;