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 C661EC433F5 for ; Mon, 16 May 2022 18:22:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344712AbiEPSWn (ORCPT ); Mon, 16 May 2022 14:22:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230377AbiEPSWl (ORCPT ); Mon, 16 May 2022 14:22:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D4D392D1E6 for ; Mon, 16 May 2022 11:22:40 -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 6A6E4612FD for ; Mon, 16 May 2022 18:22:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 50672C385AA; Mon, 16 May 2022 18:22:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652725359; bh=+o6GMQuyqS1Zer9MG+e26QDA3qpA6xWk4JR6kEnjG9w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mEfitIUvU+QpJeYZLxCR0gWSqY6gZ6YqO682HF+2T8KWtB4idCdMv5wA4+R3UjoTV hbsI3ED1djYYAbNwKNmQZgZlJaotJeLeGr75K3aBnuxsKu9Uv0ua6+GKidGwC/Z8jx J3b9FDgGySxEQrgnmQ1spnswDtQopzLHysQEa9OP+c4KSeG03ym3fFW4caoA/Tk2Rp by6u3T8NVfUwB8fX6HUXGoJ0x2OAIZwd7LSE0NCEUILgpt2zbjNO8/JHd7cvLzokLe VoChxVXMFI5paC5eB/GIvKUz9iR/XFiUfkHoGlWZsvtEGjIKuNyvVaGTlyxEYpubtM fATpwyCIjo0Ew== Date: Mon, 16 May 2022 11:22:38 -0700 From: Jakub Kicinski To: Suman Ghosh Cc: , , , , , , , , , Subject: Re: [net-next PATCH V2] octeontx2-pf: Add support for adaptive interrupt coalescing Message-ID: <20220516112238.2ca48916@kernel.org> In-Reply-To: <20220516044614.731395-1-sumang@marvell.com> References: <20220516044614.731395-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 Mon, 16 May 2022 10:16:14 +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 Can you share uname -r of the kernel you're testing this on?