From: bjorn.topel@gmail.com
To: netdev@vger.kernel.org, stephen@networkplumber.org
Cc: "Björn Töpel" <bjorn.topel@gmail.com>,
magnus.karlsson@intel.com, magnus.karlsson@gmail.com
Subject: [PATCH iproute2-next 0/2] ss: AF_XDP monitoring support
Date: Fri, 25 Jan 2019 08:18:46 +0100 [thread overview]
Message-ID: <20190125071848.25959-1-bjorn.topel@gmail.com> (raw)
From: Björn Töpel <bjorn.topel@gmail.com>
Hi!
This short series teaches ss about AF_XDP monitoring support using the
sock_diag interface.
The AF_XDP monitoring support was merged to kernel in commit
dbbd79ae166f ("Merge branch 'af-xdp-sock-diag'"), via the bpf-next
tree.
Note libc has to know about AF_XDP for iproute2 to build properly
after this series. For glibc, AF_XDP was added in commit 38b0593e9a86
("Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h.")
and for musl AF_XDP was introduced in commit 0a9a5c20c7eb ("add AF_XDP
to sys/socket.h from linux v4.18").
Thanks,
Björn
Björn Töpel (2):
uapi: add xdp_diag.h
ss: add AF_XDP support
include/uapi/linux/xdp_diag.h | 72 +++++++++++++++
man/man8/ss.8 | 9 +-
misc/ss.c | 168 +++++++++++++++++++++++++++++++++-
3 files changed, 244 insertions(+), 5 deletions(-)
create mode 100644 include/uapi/linux/xdp_diag.h
--
2.19.1
next reply other threads:[~2019-01-25 7:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-25 7:18 bjorn.topel [this message]
2019-01-25 7:18 ` [PATCH iproute2-next 1/2] uapi: add xdp_diag.h bjorn.topel
2019-01-25 7:18 ` [PATCH iproute2-next 2/2] ss: add AF_XDP support bjorn.topel
2019-01-30 2:39 ` David Ahern
2019-01-30 6:00 ` Björn Töpel
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=20190125071848.25959-1-bjorn.topel@gmail.com \
--to=bjorn.topel@gmail.com \
--cc=magnus.karlsson@gmail.com \
--cc=magnus.karlsson@intel.com \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.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