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 88E15EB64DD for ; Thu, 13 Jul 2023 05:21:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233803AbjGMFVp (ORCPT ); Thu, 13 Jul 2023 01:21:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233811AbjGMFVl (ORCPT ); Thu, 13 Jul 2023 01:21:41 -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 528BE2116 for ; Wed, 12 Jul 2023 22:21:40 -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 CEB32618CF for ; Thu, 13 Jul 2023 05:21:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6ED5C433C9; Thu, 13 Jul 2023 05:21:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689225699; bh=3lUl6XQkY1VlNWjhof7PyxxMgzH+ocQU21QLbaafvq8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=euIL5EzlXfRfn/FGUKw0SLJMclUku4PWXH8xCJms8Hoa4ikPVGFrIFEZyGx/SChwM nMDD3CMJVmNgRZ0Q8JR6klU2fx4mwyXzXUFaNOS9c7WodJ3UG0qODUlRQVUA0iF3Uj ipzKml5V3uTGQbSFhY4fVKgtZMYdbLKsSdjF7Sj2MzWUUPgjdv4fiydC/DfbfgEGNc t9LWbeha3nBLKYIDaCqwIHj4euGAOucqSBUgf8ybv4KpVHMAJz4Ydc5KZxx3x8+QMT SU1ZWBjfixPtwpGhBdbG+3XUpZgpnX/TDklaeXcfX6TL+MDzCDQU0HHeQYvIkpnoAK UwqSUhyu87CwA== Date: Wed, 12 Jul 2023 22:21:37 -0700 From: Jakub Kicinski To: Suman Ghosh Cc: , , , , , , , , Subject: Re: [net PATCH 0/3] octeontx2-af: Fix issues with NPC field hash extract Message-ID: <20230712222137.5f59c92c@kernel.org> In-Reply-To: <20230712111604.2290974-1-sumang@marvell.com> References: <20230712111604.2290974-1-sumang@marvell.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 Wed, 12 Jul 2023 16:46:01 +0530 Suman Ghosh wrote: > This patchset fixes the issues with NPC field hash extract. This feature is > supported only for CN10KB variant of CN10K series of silicons. All patches look like features / extension. Please describe in the cover letter how user of upstream Linux kernel can take advantage of those features. -- pw-bot: cr