From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 55B1F154B3 for ; Tue, 18 Jul 2023 20:38:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 68808C433C8; Tue, 18 Jul 2023 20:38:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689712707; bh=k0PounCfLuAZPM9E0vlfC9GUV2WhU2Rz0BjcWP0QwFQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=u48RxaSeBEEnMV2TkHa8sVNbmPXk70JYdBrDRUKsyCybPeAw/k/0SZrUBZJCDuce9 WrGgXR7H3sHFD8czIqDln14EXzXgMKDEryNMmoc5uCdRM3xJqF7+jiz3kYym3j3LQH ab01MVo2XuasrbgGruTzE4qi6ciBEJ0+uIQS/UWxx8ToRGOhhapTGPFcKRdLqqVcmw 8E8j+3gjN007C3bFE6ATvRoZ1Cxz0jH4PLA5dFiJY84CrgXq3eAkWTnhRNt4yFE7/j sZUSl6KXPJzAjOrBmmtN5wh9fhoncn1io1kKxf78ir/KS9iRPDCyffBVOd2RB+Voaq 1xBLsigoDC52w== Date: Tue, 18 Jul 2023 13:38:26 -0700 From: Jakub Kicinski To: Suman Ghosh Cc: , , , , , , , , Subject: Re: [net PATCH V2 0/3] octeontx2-af: Fix issues with NPC field hash extract Message-ID: <20230718133826.09db812c@kernel.org> In-Reply-To: <20230714071141.2428144-1-sumang@marvell.com> References: <20230714071141.2428144-1-sumang@marvell.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 14 Jul 2023 12:41:38 +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. This features > helps to hash reduce 128 bit IPv6 source/destination address to 32 bit(also > configurable) which can save 96 bit and can be used to store other key information > during packet filtering. For better or worse these patches seem to have already been merged in May. Why are you resending this?