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 297D3C433FE for ; Mon, 21 Nov 2022 11:41:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231424AbiKULlO (ORCPT ); Mon, 21 Nov 2022 06:41:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231168AbiKULkd (ORCPT ); Mon, 21 Nov 2022 06:40:33 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CAF4DE0B3; Mon, 21 Nov 2022 03:40:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8BA98B80ED2; Mon, 21 Nov 2022 11:40:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2886CC4347C; Mon, 21 Nov 2022 11:40:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669030817; bh=YghOUJYQ52Xd0RISjGIJDByNTDYaKlkQluQrntT5wjU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=eMffXQFSCOGQezJS4xRMYbazl+1yFlAik/RWH7pT2Y4/wMYnrbHtfFGr4c4P2l3B0 /Ou49ZIZiCHeRE2WBY282GE3LWFkiMXP+xSX7oyeZ9BVBMrtBIxA/E/LstU1T0nX+1 lLvc6xDEs02slJ2WfnTOSpgdg0kEpOs5pifYQnPXRbKR8ix/SaWBff7B5BDNk8t4cS 62jF7Kh1NcyUhqAkciomIQrZf5RF26Nx0Z64e7kbqzhPFxNMlTi/oEYzCtJ93iNjy3 Yw58LlDjar+loe2NfybQLQEnyR32jRYMGiVgpvBsWcRTYrdChZzipII2GVv7+/JN16 s4XWeDBzZ99hQ== 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 11436C395FF; Mon, 21 Nov 2022 11:40:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 0/8] Add support for VCAP debugFS in Sparx5 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166903081706.14617.12205489004712356542.git-patchwork-notify@kernel.org> Date: Mon, 21 Nov 2022 11:40:17 +0000 References: <20221117213114.699375-1-steen.hegelund@microchip.com> In-Reply-To: <20221117213114.699375-1-steen.hegelund@microchip.com> To: Steen Hegelund Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, UNGLinuxDriver@microchip.com, rdunlap@infradead.org, casper.casan@gmail.com, rmk+kernel@armlinux.org.uk, wanjiabing@vivo.com, nhuck@google.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Steen.Hegelund@microchip.com, daniel.machon@microchip.com, horatiu.vultur@microchip.com, lars.povlsen@microchip.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by David S. Miller : On Thu, 17 Nov 2022 22:31:06 +0100 you wrote: > This provides support for getting VCAP instance, VCAP rule and VCAP port > keyset configuration information via the debug file system. > > It builds on top of the initial IS2 VCAP support found in these series: > > https://lore.kernel.org/all/20221020130904.1215072-1-steen.hegelund@microchip.com/ > https://lore.kernel.org/all/20221109114116.3612477-1-steen.hegelund@microchip.com/ > https://lore.kernel.org/all/20221111130519.1459549-1-steen.hegelund@microchip.com/ > > [...] Here is the summary with links: - [net-next,v2,1/8] net: microchip: sparx5: Ensure L3 protocol has a default value https://git.kernel.org/netdev/net-next/c/bcddc196d481 - [net-next,v2,2/8] net: microchip: sparx5: Ensure VCAP last_used_addr is set back to default https://git.kernel.org/netdev/net-next/c/277e9179efe5 - [net-next,v2,3/8] net: microchip: sparx5: Add VCAP debugFS support https://git.kernel.org/netdev/net-next/c/e0305cc1d125 - [net-next,v2,4/8] net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP API https://git.kernel.org/netdev/net-next/c/d4134d41e3cb - [net-next,v2,5/8] net: microchip: sparx5: Add VCAP rule debugFS support for the VCAP API https://git.kernel.org/netdev/net-next/c/3a7921560d2f - [net-next,v2,6/8] net: microchip: sparx5: Add VCAP debugFS key/action support for the VCAP API https://git.kernel.org/netdev/net-next/c/72d84dd609be - [net-next,v2,7/8] net: microchip: sparx5: Add VCAP locking to protect rules https://git.kernel.org/netdev/net-next/c/71c9de995260 - [net-next,v2,8/8] net: microchip: sparx5: Add VCAP debugfs KUNIT test https://git.kernel.org/netdev/net-next/c/552b7d131aa0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 34FA1C433FE for ; Mon, 21 Nov 2022 11:41:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ALZFbYFSCrNK18UoDy+wPj8GtQfYyH5+hbyaOiAVBHY=; b=Mq54VmQNn7b9gB CHICqYMpu4lOSqy91JQrf1zjU+ZeHDh9YeF/j04TcWrBOsL4NnfTBA2yloLzQCrfpJZLjiLnbQOXH nKSFSRkV7wr3SB14XT/E1bOMAWX+LYmh1A0I68Uj5nHi/diEkRBZjrD1GFCSORYEZdi2yMZZbyP4c oc9x31HpfUeRKQ5yDEBMhCHXytlFP6eZp8BsWmXD2189JqBi/9lXRezXY1Vr8HeKmgY5kOBVC4YuN 2zM+NjmzFUdo8OxNz95ltrmIGwA+aevwiyoG1WfRZ1GltQ4hPpn17WV4jPHXNowlpAYD5sxnsEw7+ cMBvomWVm5rJ2/EWQFKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox5A1-00D0G3-Nw; Mon, 21 Nov 2022 11:40:26 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox59v-00D0DE-V9 for linux-arm-kernel@lists.infradead.org; Mon, 21 Nov 2022 11:40:21 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 74304B80ED5; Mon, 21 Nov 2022 11:40:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2886CC4347C; Mon, 21 Nov 2022 11:40:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669030817; bh=YghOUJYQ52Xd0RISjGIJDByNTDYaKlkQluQrntT5wjU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=eMffXQFSCOGQezJS4xRMYbazl+1yFlAik/RWH7pT2Y4/wMYnrbHtfFGr4c4P2l3B0 /Ou49ZIZiCHeRE2WBY282GE3LWFkiMXP+xSX7oyeZ9BVBMrtBIxA/E/LstU1T0nX+1 lLvc6xDEs02slJ2WfnTOSpgdg0kEpOs5pifYQnPXRbKR8ix/SaWBff7B5BDNk8t4cS 62jF7Kh1NcyUhqAkciomIQrZf5RF26Nx0Z64e7kbqzhPFxNMlTi/oEYzCtJ93iNjy3 Yw58LlDjar+loe2NfybQLQEnyR32jRYMGiVgpvBsWcRTYrdChZzipII2GVv7+/JN16 s4XWeDBzZ99hQ== 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 11436C395FF; Mon, 21 Nov 2022 11:40:17 +0000 (UTC) MIME-Version: 1.0 Subject: Re: [PATCH net-next v2 0/8] Add support for VCAP debugFS in Sparx5 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166903081706.14617.12205489004712356542.git-patchwork-notify@kernel.org> Date: Mon, 21 Nov 2022 11:40:17 +0000 References: <20221117213114.699375-1-steen.hegelund@microchip.com> In-Reply-To: <20221117213114.699375-1-steen.hegelund@microchip.com> To: Steen Hegelund Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, UNGLinuxDriver@microchip.com, rdunlap@infradead.org, casper.casan@gmail.com, rmk+kernel@armlinux.org.uk, wanjiabing@vivo.com, nhuck@google.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Steen.Hegelund@microchip.com, daniel.machon@microchip.com, horatiu.vultur@microchip.com, lars.povlsen@microchip.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221121_034020_324002_0DE24B0A X-CRM114-Status: GOOD ( 12.26 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello: This series was applied to netdev/net-next.git (master) by David S. Miller : On Thu, 17 Nov 2022 22:31:06 +0100 you wrote: > This provides support for getting VCAP instance, VCAP rule and VCAP port > keyset configuration information via the debug file system. > > It builds on top of the initial IS2 VCAP support found in these series: > > https://lore.kernel.org/all/20221020130904.1215072-1-steen.hegelund@microchip.com/ > https://lore.kernel.org/all/20221109114116.3612477-1-steen.hegelund@microchip.com/ > https://lore.kernel.org/all/20221111130519.1459549-1-steen.hegelund@microchip.com/ > > [...] Here is the summary with links: - [net-next,v2,1/8] net: microchip: sparx5: Ensure L3 protocol has a default value https://git.kernel.org/netdev/net-next/c/bcddc196d481 - [net-next,v2,2/8] net: microchip: sparx5: Ensure VCAP last_used_addr is set back to default https://git.kernel.org/netdev/net-next/c/277e9179efe5 - [net-next,v2,3/8] net: microchip: sparx5: Add VCAP debugFS support https://git.kernel.org/netdev/net-next/c/e0305cc1d125 - [net-next,v2,4/8] net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP API https://git.kernel.org/netdev/net-next/c/d4134d41e3cb - [net-next,v2,5/8] net: microchip: sparx5: Add VCAP rule debugFS support for the VCAP API https://git.kernel.org/netdev/net-next/c/3a7921560d2f - [net-next,v2,6/8] net: microchip: sparx5: Add VCAP debugFS key/action support for the VCAP API https://git.kernel.org/netdev/net-next/c/72d84dd609be - [net-next,v2,7/8] net: microchip: sparx5: Add VCAP locking to protect rules https://git.kernel.org/netdev/net-next/c/71c9de995260 - [net-next,v2,8/8] net: microchip: sparx5: Add VCAP debugfs KUNIT test https://git.kernel.org/netdev/net-next/c/552b7d131aa0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel