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 34BE3C43334 for ; Tue, 5 Jul 2022 03:03:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233846AbiGEDDy (ORCPT ); Mon, 4 Jul 2022 23:03:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231731AbiGEDDx (ORCPT ); Mon, 4 Jul 2022 23:03:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 436DF2AEE for ; Mon, 4 Jul 2022 20:03:52 -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 D5387618B6 for ; Tue, 5 Jul 2022 03:03:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BD872C3411E; Tue, 5 Jul 2022 03:03:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656990231; bh=yrxezKofmK3kLzgGjsvDv3mNL3rZs16OTBiJu7fzt0s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jA4nf5PtWxp6wZJ2THg/flgwoj1n0Q/nwhk1ealNFZR157QuhZ2eBq+GuuXQ6iEDG Gj6MDeLfS3RPYDaR4xpO2eaCQhE5/p0mlP564RMDspPfMO2z3CmoMsMnMcr1fTbNtB aYR0gLNOKEvwGW07D3ca28YjUFaawVZqXT4ZscMsxGLPDbJ/wrGJon3rzGiBhLAsRF xQgwjQ17ULj1xsRlvY1RAqfPDi5tM7iTWgxKCo5loFKJhuZFiBiWGsVLcs9vgUBfAV H5reY5lvSd0bs9I68k+4o5CZgyh50q8bm0jXYrm4NnSHFZF1Cv9ju1Ff8wCGbNsxQ3 lTrjKFNVez8HQ== Date: Mon, 4 Jul 2022 20:03:49 -0700 From: Jakub Kicinski To: Saeed Mahameed Cc: "David S. Miller" , Paolo Abeni , Eric Dumazet , Saeed Mahameed , netdev@vger.kernel.org, Jianbo Liu , Roi Dayan , Ariel Levkovich Subject: Re: [net-next v2 10/15] net/mlx5e: Add support to modify hardware flow meter parameters Message-ID: <20220704200349.7a6073d3@kernel.org> In-Reply-To: <20220702190213.80858-11-saeed@kernel.org> References: <20220702190213.80858-1-saeed@kernel.org> <20220702190213.80858-11-saeed@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, 2 Jul 2022 12:02:08 -0700 Saeed Mahameed wrote: > The policing rate and burst from user are converted to flow meter > parameters in hardware. These parameters are set or modified by > ACCESS_ASO WQE, add function to support it. This broke 32 bit build, please fix ASAP.