From: Jakub Kicinski <kuba@kernel.org>
To: mkubecek@suse.cz
Cc: netdev@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH ethtool v2 0/2] support tunnel info dumping
Date: Thu, 10 Sep 2020 12:09:13 -0700 [thread overview]
Message-ID: <20200910190915.564904-1-kuba@kernel.org> (raw)
Hi!
This set adds support for ETHTOOL_MSG_TUNNEL_INFO_GET.
Jakub Kicinski (2):
update UAPI header copies
tunnels: implement new --show-tunnels command
Makefile.am | 2 +-
ethtool.8.in | 9 ++
ethtool.c | 5 +
netlink/extapi.h | 2 +
netlink/tunnels.c | 236 +++++++++++++++++++++++++++++++++++
uapi/linux/ethtool.h | 17 +++
uapi/linux/ethtool_netlink.h | 55 ++++++++
uapi/linux/if_link.h | 227 ++++++++++++++++++++++++++++++---
uapi/linux/rtnetlink.h | 46 +++----
9 files changed, 558 insertions(+), 41 deletions(-)
create mode 100644 netlink/tunnels.c
--
2.26.2
next reply other threads:[~2020-09-10 19:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-10 19:09 Jakub Kicinski [this message]
2020-09-10 19:09 ` [PATCH ethtool v2 1/2] update UAPI header copies Jakub Kicinski
2020-09-10 19:09 ` [PATCH ethtool v2 2/2] tunnels: implement new --show-tunnels command 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=20200910190915.564904-1-kuba@kernel.org \
--to=kuba@kernel.org \
--cc=mkubecek@suse.cz \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.