Message ID | 20200401183118.8334-1-eperezma@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=PGN4=5R=vger.kernel.org=kvm-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9C73B1668 for <patchwork-kvm@patchwork.kernel.org>; Wed, 1 Apr 2020 18:31:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7A9C2206CC for <patchwork-kvm@patchwork.kernel.org>; Wed, 1 Apr 2020 18:31:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="NZ+qupro" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733027AbgDASbe (ORCPT <rfc822;patchwork-kvm@patchwork.kernel.org>); Wed, 1 Apr 2020 14:31:34 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:47499 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732880AbgDASbe (ORCPT <rfc822;kvm@vger.kernel.org>); Wed, 1 Apr 2020 14:31:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585765893; 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: content-transfer-encoding:content-transfer-encoding; bh=XFWPG187HUhkSGxk00FG9TA0iVCphDpDrVtIpYx7KzE=; b=NZ+quproBE+kn77jrrNP2osXJPfthwFAUeKeVeWVt5WxUUwoS4GYAtJm79y7mp9kwFK4La KxrMkDWpbjl0ztddfI1JumIY+oPfeR0Mgu+kY15/dcgSmZ5Vl5MD3sHP3Mt56vBvVOg2Y2 7LzRSCd9b3rXMYAw2+BprMmDTsTKh6k= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-200-o8ufVN_IPVGhpVSDAjVHrw-1; Wed, 01 Apr 2020 14:31:29 -0400 X-MC-Unique: o8ufVN_IPVGhpVSDAjVHrw-1 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9962918C8C19; Wed, 1 Apr 2020 18:31:27 +0000 (UTC) Received: from eperezma.remote.csb (ovpn-113-73.ams2.redhat.com [10.36.113.73]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0887196F83; Wed, 1 Apr 2020 18:31:22 +0000 (UTC) From: =?utf-8?q?Eugenio_P=C3=A9rez?= <eperezma@redhat.com> To: "Michael S. Tsirkin" <mst@redhat.com> Cc: "virtualization@lists.linux-foundation.org" <virtualization@lists.linux-foundation.org>, =?utf-8?q?Eugenio_P=C3=A9rez?= <eperezma@redhat.com>, Linux Next Mailing List <linux-next@vger.kernel.org>, Stephen Rothwell <sfr@canb.auug.org.au>, kvm list <kvm@vger.kernel.org>, Halil Pasic <pasic@linux.ibm.com>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, Cornelia Huck <cohuck@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com> Subject: [PATCH v4 0/7] vhost: Reset batched descriptors on SET_VRING_BASE call Date: Wed, 1 Apr 2020 20:31:11 +0200 Message-Id: <20200401183118.8334-1-eperezma@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Content-Transfer-Encoding: quoted-printable Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
vhost: Reset batched descriptors on SET_VRING_BASE call
|
expand
|