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 CF6F9C04A6A for ; Tue, 1 Aug 2023 11:55:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230301AbjHALzn (ORCPT ); Tue, 1 Aug 2023 07:55:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232486AbjHALzi (ORCPT ); Tue, 1 Aug 2023 07:55:38 -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 9D8E3173A for ; Tue, 1 Aug 2023 04:55:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 330BB6154A for ; Tue, 1 Aug 2023 11:55:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2C2FC433C7; Tue, 1 Aug 2023 11:55:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690890936; bh=75N0AL6nh/GGlaa6WPHq86lW5bcuavySMo6LPe1YdjM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n9BNwV8uaON83bpsaWXkl5J3kleepSr76Zo3nPEpaLvDd5wkwcFl5DyFARH60LZIM Gi2yZVJpMOrIwmIr6V9+lN9QJRzvbG3nKD2UUGJG1BUVSxj6cIQOQ1nmOPNPW61HSu CW6dj53T2o0TJn3Y3oKwz6jfY2xduGcC/OJ3LU6DXn+irSX/xNqjKopyZAVnm1+Nsq apj67YfWyp9XTxjvKAYbRDhucCcTPzLstW5tH0X1q/+LFJrLy4hB8NXjkOJ8DxgHnm gNiWz+zuSTK3fGhmBDvu7t04FZGX5ywTW+WClgskfE6NUqMjlnLxtVKQisH2I2EDTL 6xw8LeeOZG+SQ== Date: Tue, 1 Aug 2023 13:55:31 +0200 From: Simon Horman To: Suman Ghosh Cc: sgoutham@marvell.com, gakula@marvell.com, sbhatta@marvell.com, hkelam@marvell.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, lcherian@marvell.com, jerinj@marvell.com, simon.horman@corigine.com, jesse.brandeburg@intel.com Subject: Re: [net-next PATCH V3 0/2] octeontx2-af: TC flower offload changes Message-ID: References: <20230801053813.2857958-1-sumang@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230801053813.2857958-1-sumang@marvell.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 01, 2023 at 11:08:11AM +0530, Suman Ghosh wrote: > This patchset includes minor code restructuring related to TC > flower offload for outer vlan and adding support for TC inner > vlan offload. > > Patch #1 Code restructure to handle TC flower outer vlan offload > > Patch #2 Add TC flower offload support for inner vlan Hi Suman, unfortunately this does not apply to current net-next. Please considering rebasing and posting as v4. -- pw-bot: changes-requested