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 4DF86C433F5 for ; Tue, 10 May 2022 00:41:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233842AbiEJApu (ORCPT ); Mon, 9 May 2022 20:45:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233847AbiEJApp (ORCPT ); Mon, 9 May 2022 20:45:45 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 207DB50E1A for ; Mon, 9 May 2022 17:41:50 -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 65239CE1BD5 for ; Tue, 10 May 2022 00:41:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E309C385C8; Tue, 10 May 2022 00:41:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652143306; bh=kf8tPHy15lxUYKB15aU/TY9ps3KrIdeER0lzX1N0KtE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Bh871BJj7z6ZdNTDrVUXgk+UjTN74ZFE8FSe5cIjJ0skIJjlujkkXS8gXravsY8d7 ndb9ylUAUEcfpKTW25e26BCIgddHWBDpAJ2K7PUKYyt9CqQ3Y8/lThgjCmXwwYOi1M zARut7wiIHG1qV79iWNW8M7B4gGNtLld5HHbAkP6xk75Wi3PYbNkvC1jwEEGe+vJni fsHu+FXBc/e6aPhFJlcxiFIeLx2GKA9toqQmkoSroLP/iHhNUImQffhXTGdF19G7Kj TppWirUkpdukPqoJyODar4LjtmCOXYr24xY4Dvq/2nZYi+EoEpEckAttAC5hQD0X5F GliZFv9ob0wcg== Date: Mon, 9 May 2022 17:41:45 -0700 From: Jakub Kicinski To: Suman Ghosh Cc: , , , Subject: Re: [PATCH V3] octeontx2-pf: Add support for adaptive interrupt coalescing Message-ID: <20220509174145.629b04df@kernel.org> In-Reply-To: <20220506054519.323295-1-sumang@marvell.com> References: <20220506054519.323295-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: netdev@vger.kernel.org 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?