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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 54DFFC433EF for ; Fri, 17 Sep 2021 13:30:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3779E611C3 for ; Fri, 17 Sep 2021 13:30:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232579AbhIQNbd (ORCPT ); Fri, 17 Sep 2021 09:31:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:58170 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232849AbhIQNb3 (ORCPT ); Fri, 17 Sep 2021 09:31:29 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id EFAF361212; Fri, 17 Sep 2021 13:30:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631885408; bh=zm094aRqy+4vI0QqLOBv0c63n7m2LO0A3/OzaYXXIBk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=rQg6pNcZfQ9rMWib7HmYn+6sECUHQmfdjoJXl0rYW056oz7Eatj6anYnNPdVbSiKu 2a6x+bMs6IO3/+JhZN1H9SzgLXQfcjxCxcD9zBxvsT7fFmnoUJkokvMxrI1jEe100r GN37au1sJFHpGPojVDTX/RKroje4GFp/Z8EGNFzY2H79WWYRwivA8MUAs3HpYSmWZo Xz1JZ3eznEAdKS7rDd0WGMepFavJV2USG4Em0Ydwn26LfoLGxq5Q72ri4np5FF0GW0 lqfgsR4iDAZRZSbazlF0/bzTBPThcjLKFSi/UePp2H+aIHNsl4NbhdXZYKOPGLKqkU j1jLHoe08A+2w== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] devlink: Delete not-used devlink APIs From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163188540795.4005.1956590146571309439.git-patchwork-notify@kernel.org> Date: Fri, 17 Sep 2021 13:30:07 +0000 References: In-Reply-To: To: Leon Romanovsky Cc: davem@davemloft.net, kuba@kernel.org, leonro@nvidia.com, jiri@nvidia.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 16 Sep 2021 13:38:33 +0300 you wrote: > From: Leon Romanovsky > > Devlink core exported generously the functions calls that were used > by netdevsim tests or not used at all. > > Delete such APIs with one exception - devlink_alloc_ns(). That function > should be spared from deleting because it is a special form of devlink_alloc() > needed for the netdevsim. > > [...] Here is the summary with links: - [net-next] devlink: Delete not-used devlink APIs https://git.kernel.org/netdev/net-next/c/6db9350a9db3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html