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 A3969C43334 for ; Wed, 20 Jul 2022 10:00:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233747AbiGTKAR (ORCPT ); Wed, 20 Jul 2022 06:00:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232168AbiGTKAQ (ORCPT ); Wed, 20 Jul 2022 06:00:16 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B531812765 for ; Wed, 20 Jul 2022 03:00:15 -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 ams.source.kernel.org (Postfix) with ESMTPS id 756E1B81EC4 for ; Wed, 20 Jul 2022 10:00:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 26973C341C7; Wed, 20 Jul 2022 10:00:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658311213; bh=9qRFtFan6ZZXX+jewtEboxoRsF6I++XJLDv1SIxxboQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=TNZxEBiroV9vPkRpY1GbrFOoKF/S1YdYK8cYtT6RHsdgtipTi1QbnXdsohArLn9b0 J5lx3sNArWq8m4BMEkyRqWExbZ2c+bSnhXS64ubU4A0g0JkkKTBdXOqaHUDsmx3UQ1 qOxHIIt7De8Ir/5ixFnfrnpxS1DheAglWOLBy5Ra1tnZtN2I+LvSzlhUvog5jBzJsW vIRKKBk9fWpsl6rJwFrcLv4DC5JrkeWt8D+BCZclfacYoQQaMFgshqGQtbyCj+m9gU MSuK9XjsSFh0GQ7iv+OtEtOwNfaLGvgw5yJhlNCrIX0+XLzAEJVip2wsEWZlsxCetD aabvadpw4lJiw== 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 0D93EE451B3; Wed, 20 Jul 2022 10:00:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] net/sched: cls_api: Fix flow action initialization From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165831121305.3977.9754621771164820109.git-patchwork-notify@kernel.org> Date: Wed, 20 Jul 2022 10:00:13 +0000 References: <20220719122409.18703-1-ozsh@nvidia.com> In-Reply-To: <20220719122409.18703-1-ozsh@nvidia.com> To: Oz Shlomo Cc: netdev@vger.kernel.org, baowen.zheng@corigine.com, simon.horman@corigine.com, davem@davemloft.net, roid@nvidia.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Tue, 19 Jul 2022 15:24:09 +0300 you wrote: > The cited commit refactored the flow action initialization sequence to > use an interface method when translating tc action instances to flow > offload objects. The refactored version skips the initialization of the > generic flow action attributes for tc actions, such as pedit, that allocate > more than one offload entry. This can cause potential issues for drivers > mapping flow action ids. > > [...] Here is the summary with links: - [net,v2] net/sched: cls_api: Fix flow action initialization https://git.kernel.org/netdev/net/c/c0f47c2822aa You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html