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=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 F169BC433EF for ; Sun, 12 Sep 2021 20:40:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C270161050 for ; Sun, 12 Sep 2021 20:40:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236180AbhILUlX (ORCPT ); Sun, 12 Sep 2021 16:41:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:51086 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231560AbhILUlV (ORCPT ); Sun, 12 Sep 2021 16:41:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 02BA460EE7; Sun, 12 Sep 2021 20:40:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631479206; bh=n3JpqVSXz8AU9zovjmWDqHMs1PKcjnwuSKxVZC5xKhc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=O5FTMBWqcF6vcLER22in8/jNPxU05BRNsluboAmz8JGkH8UF7MZU9McEh3HhtnO5t 6fFEPn25N1xClWvmMf6XKR4FGLGIB88I9wkSVpXEGof4Sd0feTFbxoR4zxm2Gg2e+u rIkZznjUD2GGyAiUp9WC9Xv/ypO99/HylkxXlBcEVFG3Wk3eKC8VW1sh+fbktC4tp0 iLOpn9L5nsDM22UJoXaxcSsrG4CGMvurAAS3rE7Jo3bbFiM8sWu6Xp4kgfg60AkwOr znNvY/v1V3eS55yaoflT0WgcWT9jj8SbehSNeP01m6Ntk4Rz+YL/D/A8YUCmzUS+3G 8FiXLC47rcZ5w== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH V2 ethtool-next] netlink: settings: add netlink support for coalesce cqe mode parameter From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163147920593.4586.11164318755712068396.git-patchwork-notify@kernel.org> Date: Sun, 12 Sep 2021 20:40:05 +0000 References: <1630290953-52439-1-git-send-email-moyufeng@huawei.com> In-Reply-To: <1630290953-52439-1-git-send-email-moyufeng@huawei.com> To: moyufeng Cc: davem@davemloft.net, kuba@kernel.org, mkubecek@suse.cz, amitc@mellanox.com, idosch@idosch.org, andrew@lunn.ch, o.rempel@pengutronix.de, f.fainelli@gmail.com, jacob.e.keller@intel.com, mlxsw@mellanox.com, netdev@vger.kernel.org, lipeng321@huawei.com, linuxarm@huawei.com, linuxarm@openeuler.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to ethtool/ethtool.git (refs/heads/next): On Mon, 30 Aug 2021 10:35:53 +0800 you wrote: > Add support for "ethtool -C cqe-mode-rx/cqe-mode-tx on/off" > for setting coalesce cqe mode. > > Signed-off-by: Yufeng Mo > --- > ChangeLogs: > V1 -> V2: > 1. update the man page for new paremeters cqe-mode-rx/cqe-mode-tx. > 2. add '\n' in coalesce_reply_cb() after showing new paremeters. > > [...] Here is the summary with links: - [V2,ethtool-next] netlink: settings: add netlink support for coalesce cqe mode parameter https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=ecfb7302cfe6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html