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 678B7C433F5 for ; Wed, 11 May 2022 22:30:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348752AbiEKWaR (ORCPT ); Wed, 11 May 2022 18:30:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242945AbiEKWaP (ORCPT ); Wed, 11 May 2022 18:30:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65F7C20CDAE for ; Wed, 11 May 2022 15:30:14 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id F194861D27 for ; Wed, 11 May 2022 22:30:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4FF7AC34119; Wed, 11 May 2022 22:30:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652308213; bh=cYBkqyVlcyuMBAEmu7REbtYSdwXJwD4ffG2Bnf/Gsl4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=dpxbzl26E3bHjdQcuhTF9Fl/7X99xm1qAI/Qpoue8R8vBSnBugm9i+qq70KYlaLyP IRBT0TFB6vyWvhjxH5YPMAD5W6cZTD5ZYm/Mi246byTqSduRnwSWj4ecL/ZJUoZHMe qo0lxf2CSo/TxiYoJbQGhZLuuyEMWbz9WkF5/nrIQjpTsXgEwqTQtKFbJYPI3xkpqR r9SE5IiwX0FBVH5bKPS3ZJUDv41Gz7QXH6nZWjGC8hlitYLcmdfCS/hjZO3UHmvOIL qgC9ZqRnkZbhYEIV9SumbuPUfycvGfQzZw6Okh9vvjPq8QPoiEzf5fR6L/KIPep6Kk KNlVQqOHtnBbg== 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 3A04BF03935; Wed, 11 May 2022 22:30:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] selftests: forwarding: tc_actions: allow mirred egress test to run on non-offloaded h2 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165230821322.9762.15466410391107047291.git-patchwork-notify@kernel.org> Date: Wed, 11 May 2022 22:30:13 +0000 References: <20220510220904.284552-1-vladimir.oltean@nxp.com> In-Reply-To: <20220510220904.284552-1-vladimir.oltean@nxp.com> To: Vladimir Oltean Cc: netdev@vger.kernel.org, kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com, edumazet@google.com, jiri@nvidia.com, idosch@nvidia.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 11 May 2022 01:09:04 +0300 you wrote: > The host interfaces $h1 and $h2 don't have to be switchdev interfaces, > but due to the fact that we pass $tcflags which may have the value of > "skip_sw", we force $h2 to offload a drop rule for dst_ip, something > which it may not be able to do. > > The selftest only wants to verify the hit count of this rule as a means > of figuring out whether the packet was received, so remove the $tcflags > for it and let it be done in software. > > [...] Here is the summary with links: - [net-next] selftests: forwarding: tc_actions: allow mirred egress test to run on non-offloaded h2 https://git.kernel.org/netdev/net-next/c/b57c7e8b76c6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html