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 1A811C25B6B for ; Thu, 26 Oct 2023 00:10:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230311AbjJZAK2 (ORCPT ); Wed, 25 Oct 2023 20:10:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229583AbjJZAK0 (ORCPT ); Wed, 25 Oct 2023 20:10:26 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CDD0710A; Wed, 25 Oct 2023 17:10:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 64E30C433C9; Thu, 26 Oct 2023 00:10:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698279024; bh=JS8i/2sc2zs+UZXDO+CAHE2mWcERQZZtKZyVDDf9uo4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=kdU3tOQw/EbJhidwrAQDQwEE8D7HBwIeV/63MtCsL0/L4aSxvS1sKmsxdHZIpqmTA FC3fIIJAziPkRO50mHOGR3ocrzjtllhRVi26nETDFbyvvYjnU6g8gpFwpQ7RzhMkPs q5Va9z9ITR1noN0OXWq8ZcgB3Eh0jaEF+ZHs+8PM2H+1xjMmZOEWpISGf676fDk0wR 7nqlPlfPTb4ulyZSSYdUolNGe3SV/GHyw3Fx3yLS83vMerzdoMQMxmNvU8NremWTLw vRUtQ3Mr+zoJuZVe3BBeoY6D+rGxkbXZ7TGd1GgAHAL+SGRffME8x2LaE17jKZM2kw CugWPH/xYluTA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 4777BE4CC0F; Thu, 26 Oct 2023 00:10:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3 iproute2-next 0/3] Add support to set privileged qkey parameter From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169827902428.6163.13738163996032599729.git-patchwork-notify@kernel.org> Date: Thu, 26 Oct 2023 00:10:24 +0000 References: <20231025123102.27784-1-phaddad@nvidia.com> In-Reply-To: <20231025123102.27784-1-phaddad@nvidia.com> To: Patrisious Haddad Cc: jgg@ziepe.ca, leon@kernel.org, dsahern@gmail.com, stephen@networkplumber.org, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linuxarm@huawei.com, linux-kernel@vger.kernel.org, huangjunxian6@hisilicon.com, michaelgur@nvidia.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to iproute2/iproute2-next.git (main) by David Ahern : On Wed, 25 Oct 2023 15:30:59 +0300 you wrote: > This patchset adds support to enable or disable privileged QKEY. > When enabled, non-privileged users will be allowed to specify a controlled QKEY. > The corresponding kernel commit is 36ce80759f8c > ("RDMA/core: Add support to set privileged qkey parameter") > > All the information regarding the added parameter and its usage are included > in the commits below and the edited man page. > > [...] Here is the summary with links: - [v3,iproute2-next,1/3] rdma: update uapi headers https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=bbcebb2ea76b - [v3,iproute2-next,2/3] rdma: Add an option to set privileged QKEY parameter https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=21180a7ac40a - [v3,iproute2-next,3/3] rdma: Adjust man page for rdma system set privileged-qkey command https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=ecea0c2a7bba You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html