From: Michal Kubecek <mkubecek@suse.cz>
To: netdev@vger.kernel.org
Cc: Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH ethtool 0/4] add missing message descriptions
Date: Mon, 19 Oct 2020 23:32:37 +0200 (CEST) [thread overview]
Message-ID: <cover.1603142897.git.mkubecek@suse.cz> (raw)
Add message descriptions needed for pretty printing of netlink messages
related to recently added features: genetlink policy dumps and pause frame
statistics. First two patches extend pretty printing code with features
used by these descriptions: support for 64-bit numeric attributes and
and enumerated types (shown as symbolic names rather than numeric values).
Michal Kubecek (4):
netlink: support u32 enumerated types in pretty printing
netlink: support 64-bit attribute types in pretty printed messages
netlink: add descriptions for genetlink policy dumps
netlink: add message descriptions for pause stats
netlink/desc-ethtool.c | 7 +++++
netlink/desc-genlctrl.c | 57 +++++++++++++++++++++++++++++++++++++++++
netlink/prettymsg.c | 19 ++++++++++++++
netlink/prettymsg.h | 24 +++++++++++++++--
4 files changed, 105 insertions(+), 2 deletions(-)
--
2.28.0
next reply other threads:[~2020-10-19 21:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-19 21:32 Michal Kubecek [this message]
2020-10-19 21:32 ` [PATCH ethtool 1/4] netlink: support u32 enumerated types in pretty printing Michal Kubecek
2020-10-19 21:32 ` [PATCH ethtool 2/4] netlink: support 64-bit attribute types in pretty printed messages Michal Kubecek
2020-10-19 21:32 ` [PATCH ethtool 3/4] netlink: add descriptions for genetlink policy dumps Michal Kubecek
2020-10-19 21:32 ` [PATCH ethtool 4/4] netlink: add message descriptions for pause stats Michal Kubecek
2020-10-20 21:51 ` [PATCH ethtool 0/4] add missing message descriptions Jakub Kicinski
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=cover.1603142897.git.mkubecek@suse.cz \
--to=mkubecek@suse.cz \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
/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).