[PATCH 0/4] netlink: decode extended ACK support
JingPiao Chen
chenjingpiao at gmail.com
Mon Jul 17 15:00:05 UTC 2017
Netlink extended ACK support introduced by Linux kernel commit
v4.11-rc5-1382-g2d4bc93
v4.11-rc5-1383-g7ab606d
v4.11-rc5-1384-gba0dc5f
v4.11-rc5-1385-gfceb643
v4.11-rc5-1386-gfe52145
Ack flags and nlmsgerr attributes are added. These patches dedcode
ack flags and nlmsgerr attributes.
JingPiao Chen (4):
netlink: decode netlink message ack flags
netlink: adjust decode_nlmsgerr for extended ACK reporting
netlink: decode nlmsgerr attributes
tests: check decoding of nlmsgerr attributes
netlink.c | 63 ++++++++++++++++++++++++++++++--
netlink.h | 4 ++
tests/.gitignore | 1 +
tests/gen_tests.in | 1 +
tests/netlink_protocol.c | 42 +++++++++++++++++++++
tests/nlattr_nlmsgerr.c | 89 +++++++++++++++++++++++++++++++++++++++++++++
tests/pure_executables.list | 1 +
xlat/netlink_ack_flags.in | 2 +
xlat/nlmsgerr_attrs.in | 4 ++
9 files changed, 204 insertions(+), 3 deletions(-)
create mode 100644 tests/nlattr_nlmsgerr.c
create mode 100644 xlat/netlink_ack_flags.in
create mode 100644 xlat/nlmsgerr_attrs.in
--
2.7.4
More information about the Strace-devel
mailing list