From: Shannon Nelson <shannon.nelson@amd.com>
To: Jakub Kicinski <kuba@kernel.org>, davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com
Subject: Re: [PATCH net-next] netlink-specs: add rx-push to ethtool family
Date: Tue, 14 Feb 2023 10:29:07 -0800 [thread overview]
Message-ID: <8db21c13-b1d7-ad8b-08ce-590e1f06743f@amd.com> (raw)
In-Reply-To: <20230214043246.230518-1-kuba@kernel.org>
On 2/13/23 8:32 PM, Jakub Kicinski wrote:
> Commit 5b4e9a7a71ab ("net: ethtool: extend ringparam set/get APIs for rx_push")
> added a new attr for configuring rx-push, right after tx-push.
> Add it to the spec, the ring param operation is covered by
> the otherwise sparse ethtool spec.
Thanks for catching that
Reviewed-by: Shannon Nelson <shannon.nelson@amd.com>
>
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> Cc: Shannon Nelson <shannon.nelson@amd.com>
> ---
> Documentation/netlink/specs/ethtool.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml
> index 82f4e6f8ddd3..08b776908d15 100644
> --- a/Documentation/netlink/specs/ethtool.yaml
> +++ b/Documentation/netlink/specs/ethtool.yaml
> @@ -171,6 +171,9 @@ doc: Partial family for Ethtool Netlink.
> -
> name: tx-push
> type: u8
> + -
> + name: rx-push
> + type: u8
>
> -
> name: mm-stat
> @@ -320,6 +323,7 @@ doc: Partial family for Ethtool Netlink.
> - tcp-data-split
> - cqe-size
> - tx-push
> + - rx-push
> dump: *ring-get-op
> -
> name: rings-set
> @@ -339,6 +343,7 @@ doc: Partial family for Ethtool Netlink.
> - tcp-data-split
> - cqe-size
> - tx-push
> + - rx-push
> -
> name: rings-ntf
> doc: Notification for change in ring params.
> --
> 2.39.1
>
next prev parent reply other threads:[~2023-02-14 18:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-14 4:32 [PATCH net-next] netlink-specs: add rx-push to ethtool family Jakub Kicinski
2023-02-14 18:29 ` Shannon Nelson [this message]
2023-02-15 4:50 ` patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8db21c13-b1d7-ad8b-08ce-590e1f06743f@amd.com \
--to=shannon.nelson@amd.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).