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 155A2FA3744 for ; Tue, 1 Nov 2022 01:41:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229792AbiKABle (ORCPT ); Mon, 31 Oct 2022 21:41:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229475AbiKABlc (ORCPT ); Mon, 31 Oct 2022 21:41:32 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4582910050; Mon, 31 Oct 2022 18:41:31 -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 D49B2614E1; Tue, 1 Nov 2022 01:41:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99CCAC433D6; Tue, 1 Nov 2022 01:41:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667266890; bh=XJvNcCvYTd4PK+vO4pqCyIW2MQydHQ5BXboQR88RVrI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Ng5IKB72OvrAGnyyDLPsp+VJEDvkimJgEQ5XQs9rLxfH/2OVyZdacii0xI0OlpoGw ROslgGRfdYZZOh9H6G/swxBr9nFGNVSxJyGWLEO4Hz6KVFI9SOnoOTW91fo1091TnF mCKNYHVe9nCllh7xOnQfYedyII7LWbrx07rSr27Yz8qTSiqL/H/6hbV58ZR6jnpyXo Wu+q6tcCHdEcaJ1R9KZLJc545bPCwNlVDBmUAHmZZKVO4hpIy3SoXPS1xhzpwqgfYw kJSPv5NsIga5PV6bxwB2qp7BXnnoiWtu3tuviHu322iBWxuiM0b/MqSo7nteLJJ221 fWaP/FKhuezTg== Date: Mon, 31 Oct 2022 18:41:28 -0700 From: Jakub Kicinski To: Steen Hegelund Cc: Casper Andersson , "David S . Miller" , Eric Dumazet , Paolo Abeni , , Randy Dunlap , Russell King , "Wan Jiabing" , Nathan Huckleberry , , , , Daniel Machon , Horatiu Vultur , Lars Povlsen Subject: Re: [PATCH net-next v2 2/5] net: microchip: sparx5: Adding more tc flower keys for the IS2 VCAP Message-ID: <20221031184128.1143d51e@kernel.org> In-Reply-To: <51622bfd3fe718139cece38493946c2860ebdf77.camel@microchip.com> References: <20221028144540.3344995-1-steen.hegelund@microchip.com> <20221028144540.3344995-3-steen.hegelund@microchip.com> <20221031103747.uk76tudphqdo6uto@wse-c0155> <51622bfd3fe718139cece38493946c2860ebdf77.camel@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 31 Oct 2022 13:14:33 +0100 Steen Hegelund wrote: > > I'm not able to get this working on PCB135. I tested the VLAN tags and > > did not work either (did not test the rest). The example from the > > previous patch series doesn't work either after applying this series. Previous series in this context means previous revision or something that was already merged? > tc filter add dev eth3 ingress chain 8000000 prio 10 handle 10 \ How are you using chains? I thought you need to offload FLOW_ACTION_GOTO to get to a chain, and I get no hits on this driver.