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=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 C7919C4741F for ; Thu, 5 Nov 2020 16:57:14 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B734120756 for ; Thu, 5 Nov 2020 16:57:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="fKx4rIt2"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="p0zlCIJS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B734120756 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 171531678; Thu, 5 Nov 2020 17:56:22 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 171531678 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1604595432; bh=rveaLrZ2VekMaBIfhcAvnGUg2fcFO3veOvwCKc6KlV8=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=fKx4rIt2rfcgngnQhCwUCwtO5wTxNpJ4xA2dkcHq/oMsEwMMMY4Zrr5rYi+wj4Gob znmAZYk3GzH41kxmZ0d5xEdnJnjGmhRGmGrp1cWbKPdv0b8NepeO7jmXBNcTQpeYg0 G70no8OrKn/y2L0yhIJHgYvURUUeAfvsh1bSZ44U= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 9BE45F80150; Thu, 5 Nov 2020 17:56:21 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 91A1EF80162; Thu, 5 Nov 2020 17:56:20 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 8B2E8F800BA for ; Thu, 5 Nov 2020 17:56:17 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 8B2E8F800BA Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="p0zlCIJS" Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A773C2073A; Thu, 5 Nov 2020 16:56:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604595375; bh=rveaLrZ2VekMaBIfhcAvnGUg2fcFO3veOvwCKc6KlV8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p0zlCIJSZLU+hIGO/1OT9CsKyGQRT9xRqtuEOEJYahXBjO2R63qCOEBzaoC2jvC/W b3CyZRYfIxq8nHLYW+R8WfeBMZfDYBVEuMJK7rNNLj7g5UvHMQPmTC8sRuIQAKq6bJ KIIuiYd6H/ssEmRFS4YipJuNXx5/cC0UxgvuXAYQ= Date: Thu, 5 Nov 2020 17:57:01 +0100 From: gregkh To: Jason Gunthorpe Subject: Re: [PATCH mlx5-next v1 06/11] vdpa/mlx5: Connect mlx5_vdpa to auxiliary bus Message-ID: <20201105165701.GA1243785@kroah.com> References: <20201101201542.2027568-1-leon@kernel.org> <20201101201542.2027568-7-leon@kernel.org> <20201103154525.GO36674@ziepe.ca> <20201105073302.GA3415673@kroah.com> <20201105164738.GD36674@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201105164738.GD36674@ziepe.ca> Cc: alsa-devel@alsa-project.org, "Michael S. Tsirkin" , Takashi Iwai , Jason Wang , Ranjani Sridharan , Leon Romanovsky , Leon Romanovsky , linux-rdma , Pierre-Louis Bossart , Fred Oh , Doug Ledford , Jakub Kicinski , "Patil, Kiran" , Mark Brown , Parav Pandit , David M Ertman , Roi Dayan , Dan Williams , virtualization@lists.linux-foundation.org, "Saleem, Shiraz" , Netdev , Linux Kernel Mailing List , Saeed Mahameed , "David S . Miller" X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Thu, Nov 05, 2020 at 12:47:38PM -0400, Jason Gunthorpe wrote: > On Thu, Nov 05, 2020 at 08:33:02AM +0100, gregkh wrote: > > > Were there any additional changes you wanted to see happen? I'll go > > > give the final set another once over, but David has been diligently > > > fixing up all the declared major issues so I expect to find at most > > > minor incremental fixups. > > > > This is in my to-review pile, along with a load of other stuff at the > > moment: > > $ ~/bin/mdfrm -c ~/mail/todo/ > > 1709 messages in /home/gregkh/mail/todo/ > > > > So give me a chance. There is no rush on my side for this given the > > huge delays that have happened here on the authorship side many times in > > the past :) > > On the other hand Leon and his team did invest alot of time and > effort, very quickly, to build and QA this large mlx5 series here to > give a better/second example as you requested only a few weeks ago. Leon and his team have done a great job, and I never said otherwise. greg k-h 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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 89DA5C4741F for ; Thu, 5 Nov 2020 16:56:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3B54D20936 for ; Thu, 5 Nov 2020 16:56:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604595377; bh=rveaLrZ2VekMaBIfhcAvnGUg2fcFO3veOvwCKc6KlV8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=BVQoAH4EdFBzyASzLCDPsezeD8LrjadbBT+DPXYxtNDPG1c3gnWIF9gU6PcsIR5J8 qjyMJK69jDlVlAj7x6q5t7HcfUY2KIgbTdDnkxJx2jUovnKjhzvdlfwC9XEerMMyoR kdQ13Ip7dFGB+QolOaST5sRpUFGs365sxQqLw5qU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727275AbgKEQ4Q (ORCPT ); Thu, 5 Nov 2020 11:56:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:51926 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726214AbgKEQ4Q (ORCPT ); Thu, 5 Nov 2020 11:56:16 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A773C2073A; Thu, 5 Nov 2020 16:56:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604595375; bh=rveaLrZ2VekMaBIfhcAvnGUg2fcFO3veOvwCKc6KlV8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p0zlCIJSZLU+hIGO/1OT9CsKyGQRT9xRqtuEOEJYahXBjO2R63qCOEBzaoC2jvC/W b3CyZRYfIxq8nHLYW+R8WfeBMZfDYBVEuMJK7rNNLj7g5UvHMQPmTC8sRuIQAKq6bJ KIIuiYd6H/ssEmRFS4YipJuNXx5/cC0UxgvuXAYQ= Date: Thu, 5 Nov 2020 17:57:01 +0100 From: gregkh To: Jason Gunthorpe Cc: Dan Williams , Leon Romanovsky , Doug Ledford , Leon Romanovsky , Jakub Kicinski , Jason Wang , linux-rdma , "Michael S. Tsirkin" , Netdev , Parav Pandit , Roi Dayan , Saeed Mahameed , virtualization@lists.linux-foundation.org, alsa-devel@alsa-project.org, Takashi Iwai , Mark Brown , "David S . Miller" , Ranjani Sridharan , Pierre-Louis Bossart , Fred Oh , "Saleem, Shiraz" , "Patil, Kiran" , Linux Kernel Mailing List , David M Ertman Subject: Re: [PATCH mlx5-next v1 06/11] vdpa/mlx5: Connect mlx5_vdpa to auxiliary bus Message-ID: <20201105165701.GA1243785@kroah.com> References: <20201101201542.2027568-1-leon@kernel.org> <20201101201542.2027568-7-leon@kernel.org> <20201103154525.GO36674@ziepe.ca> <20201105073302.GA3415673@kroah.com> <20201105164738.GD36674@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201105164738.GD36674@ziepe.ca> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Thu, Nov 05, 2020 at 12:47:38PM -0400, Jason Gunthorpe wrote: > On Thu, Nov 05, 2020 at 08:33:02AM +0100, gregkh wrote: > > > Were there any additional changes you wanted to see happen? I'll go > > > give the final set another once over, but David has been diligently > > > fixing up all the declared major issues so I expect to find at most > > > minor incremental fixups. > > > > This is in my to-review pile, along with a load of other stuff at the > > moment: > > $ ~/bin/mdfrm -c ~/mail/todo/ > > 1709 messages in /home/gregkh/mail/todo/ > > > > So give me a chance. There is no rush on my side for this given the > > huge delays that have happened here on the authorship side many times in > > the past :) > > On the other hand Leon and his team did invest alot of time and > effort, very quickly, to build and QA this large mlx5 series here to > give a better/second example as you requested only a few weeks ago. Leon and his team have done a great job, and I never said otherwise. greg k-h 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=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 174DBC4741F for ; Thu, 5 Nov 2020 16:56:20 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 85E7B206DC for ; Thu, 5 Nov 2020 16:56:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="p0zlCIJS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 85E7B206DC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=virtualization-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B2E628666F; Thu, 5 Nov 2020 16:56:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dy6bZ5yhScxi; Thu, 5 Nov 2020 16:56:17 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id DF7CE86665; Thu, 5 Nov 2020 16:56:17 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id CFD17C0893; Thu, 5 Nov 2020 16:56:17 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 9E4A8C0889 for ; Thu, 5 Nov 2020 16:56:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 95B838666C for ; Thu, 5 Nov 2020 16:56:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sqwSddECOdyB for ; Thu, 5 Nov 2020 16:56:16 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0CEB486665 for ; Thu, 5 Nov 2020 16:56:16 +0000 (UTC) Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A773C2073A; Thu, 5 Nov 2020 16:56:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604595375; bh=rveaLrZ2VekMaBIfhcAvnGUg2fcFO3veOvwCKc6KlV8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p0zlCIJSZLU+hIGO/1OT9CsKyGQRT9xRqtuEOEJYahXBjO2R63qCOEBzaoC2jvC/W b3CyZRYfIxq8nHLYW+R8WfeBMZfDYBVEuMJK7rNNLj7g5UvHMQPmTC8sRuIQAKq6bJ KIIuiYd6H/ssEmRFS4YipJuNXx5/cC0UxgvuXAYQ= Date: Thu, 5 Nov 2020 17:57:01 +0100 From: gregkh To: Jason Gunthorpe Subject: Re: [PATCH mlx5-next v1 06/11] vdpa/mlx5: Connect mlx5_vdpa to auxiliary bus Message-ID: <20201105165701.GA1243785@kroah.com> References: <20201101201542.2027568-1-leon@kernel.org> <20201101201542.2027568-7-leon@kernel.org> <20201103154525.GO36674@ziepe.ca> <20201105073302.GA3415673@kroah.com> <20201105164738.GD36674@ziepe.ca> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201105164738.GD36674@ziepe.ca> Cc: alsa-devel@alsa-project.org, "Michael S. Tsirkin" , Takashi Iwai , Ranjani Sridharan , Leon Romanovsky , Leon Romanovsky , linux-rdma , Pierre-Louis Bossart , Fred Oh , Doug Ledford , Jakub Kicinski , "Patil, Kiran" , Mark Brown , Parav Pandit , David M Ertman , Roi Dayan , Dan Williams , virtualization@lists.linux-foundation.org, "Saleem, Shiraz" , Netdev , Linux Kernel Mailing List , Saeed Mahameed , "David S . Miller" X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" On Thu, Nov 05, 2020 at 12:47:38PM -0400, Jason Gunthorpe wrote: > On Thu, Nov 05, 2020 at 08:33:02AM +0100, gregkh wrote: > > > Were there any additional changes you wanted to see happen? I'll go > > > give the final set another once over, but David has been diligently > > > fixing up all the declared major issues so I expect to find at most > > > minor incremental fixups. > > > > This is in my to-review pile, along with a load of other stuff at the > > moment: > > $ ~/bin/mdfrm -c ~/mail/todo/ > > 1709 messages in /home/gregkh/mail/todo/ > > > > So give me a chance. There is no rush on my side for this given the > > huge delays that have happened here on the authorship side many times in > > the past :) > > On the other hand Leon and his team did invest alot of time and > effort, very quickly, to build and QA this large mlx5 series here to > give a better/second example as you requested only a few weeks ago. Leon and his team have done a great job, and I never said otherwise. greg k-h _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization