From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8112C10F04 for ; Mon, 4 Dec 2023 13:11:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233662AbjLDNLd (ORCPT ); Mon, 4 Dec 2023 08:11:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235553AbjLDNKl (ORCPT ); Mon, 4 Dec 2023 08:10:41 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A667D10E5 for ; Mon, 4 Dec 2023 05:10:41 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C485BC433C8; Mon, 4 Dec 2023 13:10:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701695441; bh=mH6UFinR2jS1kpwOBQ++DpQNO6L7gqAEnFvCgBuoLGY=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=b5w/c0SRgBX7jvWNhtbcglu86+s3q51ywjLP3jI4BbPueqnGvCE4mRLSYh6CwMJep BQ5wOt7tbnK0reMAMwxSJ5mYyrqf+bKyB1BO1Vo73kYNZw5DRm8gGYaQmihn/r7sjV QUQUN1nl+cK0kz6oI4jh9CaKFBla9wc/xnlBYah61rwfHR40DEbTS7VhCYYgQtRXHA X9+y24Pxug1KsnjC54SQ76+l/aScZcROHdhQxFJWg53/u3ppa0I0k3k8Rp067G9lz4 iqmdJ0zJyHBgZ0pAzXMoAVq/e4qAsqhes2p+voBMI5trJm7ePTYCFpyAUWZDcAfrJz Abc3YWhRCACxg== From: Leon Romanovsky To: "Michael S . Tsirkin" , Jason Wang , Eugenio Perez Martin , Si-Wei Liu , Saeed Mahameed , virtualization@lists.linux-foundation.org, Dragos Tatulea Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Gal Pressman , Parav Pandit , Xuan Zhuo In-Reply-To: <20231201104857.665737-1-dtatulea@nvidia.com> References: <20231201104857.665737-1-dtatulea@nvidia.com> Subject: Re: (subset) [PATCH vhost 0/7] vdpa/mlx5: Add support for resumable vqs Message-Id: <170169543706.44375.3181832396401755311.b4-ty@kernel.org> Date: Mon, 04 Dec 2023 15:10:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.12-dev-a055d Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 01 Dec 2023 12:48:50 +0200, Dragos Tatulea wrote: > Add support for resumable vqs in the driver. This is a firmware feature > that can be used for the following benefits: > - Full device .suspend/.resume. > - .set_map doesn't need to destroy and create new vqs anymore just to > update the map. When resumable vqs are supported it is enough to > suspend the vqs, set the new maps, and then resume the vqs. > > [...] Applied, thanks! [1/7] vdpa/mlx5: Expose resumable vq capability https://git.kernel.org/rdma/rdma/c/b24910e1be0e76 Best regards, -- Leon Romanovsky