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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EFAB5C49ED7 for ; Mon, 16 Sep 2019 20:06:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CA7DD20644 for ; Mon, 16 Sep 2019 20:06:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732810AbfIPUG0 (ORCPT ); Mon, 16 Sep 2019 16:06:26 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:50832 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732710AbfIPUGZ (ORCPT ); Mon, 16 Sep 2019 16:06:25 -0400 Received: from localhost (80-167-222-154-cable.dk.customer.tdc.net [80.167.222.154]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id F24B4153F5148; Mon, 16 Sep 2019 13:06:21 -0700 (PDT) Date: Mon, 16 Sep 2019 22:06:20 +0200 (CEST) Message-Id: <20190916.220620.564607753604799412.davem@davemloft.net> To: akiyano@amazon.com Cc: netdev@vger.kernel.org, dwmw@amazon.com, zorik@amazon.com, matua@amazon.com, saeedb@amazon.com, msw@amazon.com, aliguori@amazon.com, nafea@amazon.com, gtzalik@amazon.com, netanel@amazon.com, alisaidi@amazon.com, benh@amazon.com, sameehj@amazon.com, ndagan@amazon.com Subject: Re: [PATCH V2 net-next 00/11] net: ena: implement adaptive interrupt moderation using dim From: David Miller In-Reply-To: <1568633496-4143-1-git-send-email-akiyano@amazon.com> References: <1568633496-4143-1-git-send-email-akiyano@amazon.com> X-Mailer: Mew version 6.8 on Emacs 26.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 16 Sep 2019 13:06:25 -0700 (PDT) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Date: Mon, 16 Sep 2019 14:31:25 +0300 > From: Arthur Kiyanovski > > In this patchset we replace our adaptive interrupt moderation > implementation with the dim library implementation. > The dim library showed great improvement in throughput, latency > and CPU usage in different scenarios on ARM CPUs. > This patchset also includes a few bug fixes to the parts of the > old implementation of adaptive interrupt moderation that were left. > > Changes from V1 patchset: > Removed stray empty lines from patches 01/11, 09/11. Series applied.