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 05917C433EF for ; Tue, 10 May 2022 00:42:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231300AbiEJAqh (ORCPT ); Mon, 9 May 2022 20:46:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230517AbiEJAqe (ORCPT ); Mon, 9 May 2022 20:46:34 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E84F3E5DD for ; Mon, 9 May 2022 17:42:39 -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 sin.source.kernel.org (Postfix) with ESMTPS id B5438CE1BDA for ; Tue, 10 May 2022 00:42:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2EE8C385C5; Tue, 10 May 2022 00:42:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652143356; bh=cDwM/7V/mBK5JjtoEgE26zbtnbQghumeTSPVtAnEuPs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=C12rXeSwrNF6LK1buYkAkNDCsgkINMkBnRp9pMdwGpCmWcWTgPd+8udy4s5LBVlWY XNjoaFvDBU3Tf2tiEEuyRRraKtgkZ6BIU9Fjw44LfdkBHMYyZ8AzQ/rOPfasWhL+DD pCmFwWc26lESvI5b+e/C57nPqRuglGFg9sul5r3v2aazh0/cq11zyvT4mtqBDXdMqa FfjTAezrXq2dYz2f/ynii/G6u3Bnhh22Kt2F/QXLlhzhGmKgLAx5edEmHymxPxNPhp IiOV44mBU9K7yc6HA9rdW5OGJ82oWhuBmRO0cs+WxBh5LBV018mTPXdJZAyrRII4VE K3ZxJggNwzGlA== Date: Mon, 9 May 2022 17:42:34 -0700 From: Jakub Kicinski To: Suman Ghosh Cc: , , , Subject: Re: [PATCH V3] octeontx2-pf: Add support for adaptive interrupt coalescing Message-ID: <20220509174234.4a31ff92@kernel.org> In-Reply-To: <20220509174145.629b04df@kernel.org> References: <20220506054519.323295-1-sumang@marvell.com> <20220509174145.629b04df@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 Mon, 9 May 2022 17:41:45 -0700 Jakub Kicinski wrote: > On Fri, 6 May 2022 11:15:19 +0530 Suman Ghosh wrote: > > Added support for adaptive IRQ coalescing. It uses net_dim > > algorithm to find the suitable delay/IRQ count based on the > > current packet rate. > > > > Signed-off-by: Suman Ghosh > > Reviewed-by: Sunil Kovvuri Goutham > > Have you tested this? It doesn't apply to net-next.