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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 A05E3C433E1 for ; Mon, 18 May 2020 06:17:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F9E2207C4 for ; Mon, 18 May 2020 06:17:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589782648; bh=mMVK8O15D2yC9R88JfE4ZWT1oH/SPci4NILiZTUIhyU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=uXokBXChH87Baq+9iz32jEfctbIfX0WmmVHrgJOKmjXad0qY0T9ZKirTTH0rdjY8g ntXChsmaurB5nyNPDTiRpIrk9hRlrBIH2umCYoNrVRBDzOoYjFmcwTyLt2Yug/xQoy 4wijc1Kbl/shMA9g2NyBUPBDd+LuPzGDSMZpssrw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726447AbgERGR1 (ORCPT ); Mon, 18 May 2020 02:17:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:37832 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726180AbgERGR1 (ORCPT ); Mon, 18 May 2020 02:17:27 -0400 Received: from localhost (unknown [213.57.247.131]) (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 744D520657; Mon, 18 May 2020 06:17:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589782647; bh=mMVK8O15D2yC9R88JfE4ZWT1oH/SPci4NILiZTUIhyU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xFsubk8KHe0iZS2oUrWQTQZR2LSm7JmHnXm8/94Y7cNtkbHlVADQhgaABZzF98D4M GhwSFzYuzRyfS7Mt6gSkSMQNDvqmY2Sp/vyjVQ7VuSQI7VcNlXeg5jvzVfo0vB6I1T C/YfLJZxfVFmz4cLfBLGdxNHpCIZfmxd3U4iSq6o= Date: Mon, 18 May 2020 09:17:23 +0300 From: Leon Romanovsky To: Jason Gunthorpe Cc: Doug Ledford , linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, Sagi Grimberg , Yishai Hadas Subject: Re: [PATCH rdma-next v1 00/10] Enable asynchronous event FD per object Message-ID: <20200518061723.GE60005@unreal> References: <20200506082444.14502-1-leon@kernel.org> <20200517233713.GA20969@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200517233713.GA20969@ziepe.ca> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 17, 2020 at 08:37:13PM -0300, Jason Gunthorpe wrote: > On Wed, May 06, 2020 at 11:24:34AM +0300, Leon Romanovsky wrote: > > > RDMA/core: Consolidate ib_create_srq flows > > IB/uverbs: Cleanup wq/srq context usage from uverbs layer > > IB/uverbs: Fix create WQ to use the given user handle > > I took these small fixed to for-next, the others need some minor > adjusting Thanks, I saw your comments and agree with all of them, we will fix. Thanks > > Thanks, > Jason