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 X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17758C433E0 for ; Tue, 23 Feb 2021 12:55:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C558164E60 for ; Tue, 23 Feb 2021 12:55:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232506AbhBWMzb (ORCPT ); Tue, 23 Feb 2021 07:55:31 -0500 Received: from hqnvemgate25.nvidia.com ([216.228.121.64]:12070 "EHLO hqnvemgate25.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232299AbhBWMz2 (ORCPT ); Tue, 23 Feb 2021 07:55:28 -0500 Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id ; Tue, 23 Feb 2021 04:54:48 -0800 Received: from mtl-vdi-166.wap.labs.mlnx (172.20.145.6) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 23 Feb 2021 12:54:46 +0000 Date: Tue, 23 Feb 2021 14:54:42 +0200 From: Eli Cohen To: "Michael S. Tsirkin" CC: , , , , , Parav Pandit Subject: Re: [PATCH v2] vdpa/mlx5: Enable user to add/delete vdpa device Message-ID: <20210223125442.GA171540@mtl-vdi-166.wap.labs.mlnx> References: <20210218074157.43220-1-elic@nvidia.com> <20210223072847-mutt-send-email-mst@kernel.org> <20210223123304.GA170700@mtl-vdi-166.wap.labs.mlnx> <20210223075211-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20210223075211-mutt-send-email-mst@kernel.org> User-Agent: Mutt/1.9.5 (bf161cf53efb) (2018-04-13) X-Originating-IP: [172.20.145.6] X-ClientProxiedBy: HQMAIL105.nvidia.com (172.20.187.12) To HQMAIL107.nvidia.com (172.20.187.13) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1614084888; bh=d/mmEeDh+bRGUiSQfAh5Z2+I4Rz/blRtVtxbboMGPmU=; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To:User-Agent: X-Originating-IP:X-ClientProxiedBy; b=Bhch7HFzCb3tQ6B3nK9ztsKBKtDSCwKqad3u5v1JYDwKHDHBsgy8yNyvXzCGxnfip vHvjvZ9th9FdrZJJLdvitaxGNung1vc7wnoKMIt1hSNxNcHcoRFA5ZAmrLAVLcQj70 PrNZWhhvxBc6KC9dc/G7xjiD3biog4LdeG72JjfaQRgp2InuNBRMgBLiFuQW+5Z3Hp agoVLRoLFRSv+aQ/w3pgvxztwVaJxbAlPChhK+brqGVP5Zg5C7Jf812KxeCUpHUB1f krz//f/fwDQnDEtcm0bK0tLTq7Vwd4nVSruTktHn13f0zlVob3sDAm3Iur5lDg3oP4 6wUdSkWHwWPRw== Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Feb 23, 2021 at 07:52:34AM -0500, Michael S. Tsirkin wrote: > > I think I have them in the linux next branch, no? > You do.