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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 DCFA7C433DB for ; Wed, 31 Mar 2021 00:21:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A6038619A7 for ; Wed, 31 Mar 2021 00:21:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232394AbhCaAUj (ORCPT ); Tue, 30 Mar 2021 20:20:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:43872 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231701AbhCaAUK (ORCPT ); Tue, 30 Mar 2021 20:20:10 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 9D8AC619A7; Wed, 31 Mar 2021 00:20:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617150010; bh=6kSL9gs4I6to6gpb9c/w1ktYJp1T1wUwDqb+3use/xg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=FG9m+jXhO1gD3LN3WQHhIRX+K5kZADBfDnsDLUgxNXmZMkaGwDLHM/dZN1yxP503Y P2VfnYvrHhI2By+EoYoJg554kFpCOiQQwhG7s6bSwUBbV5F5zwgY2DJ3e3u3yipcaa si/T6Y/Z5GocFTnIq7MKs7p5hPccqTpoWrWbiaFXcinxMTJCaludLtJkDGGBugC5aM c7F9EKLfQXG9jAEVhg7OUU2aYHEf52pqDDm+TReqP4GPyy0s+uJ0ES5lOBFSV7M9b9 0kAA/GPIszROxZjl3wUhD8sI/PPCgPGqHsIuKASy808IhyjIHf0znWmTn91mNMIWwR vAqNfS38C6/qA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] tc-testing: add simple action change test From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161715001058.3850.13772855808502684032.git-patchwork-notify@kernel.org> Date: Wed, 31 Mar 2021 00:20:10 +0000 References: <20210330104110.25360-1-vladbu@nvidia.com> In-Reply-To: <20210330104110.25360-1-vladbu@nvidia.com> To: Vlad Buslov Cc: memxor@gmail.com, xiyou.wangcong@gmail.com, davem@davemloft.net, jhs@mojatatu.com, jiri@resnulli.us, kuba@kernel.org, toke@redhat.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 30 Mar 2021 13:41:10 +0300 you wrote: > Use act_simple to verify that action created with 'tc actions change' > command exists after command returns. The goal is to verify internal action > API reference counting to ensure that the case when netlink message has > NLM_F_REPLACE flag set but action with specified index doesn't exist is > handled correctly. > > Signed-off-by: Vlad Buslov > > [...] Here is the summary with links: - [net-next] tc-testing: add simple action change test https://git.kernel.org/netdev/net-next/c/e48792a9ec78 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html