Hi, This is iproute2 side of the taprio RFC series.
Please see the kernel side cover letter for more information about how to test this. Cheers, -- Vinicius Jesus Sanchez-Palencia (1): libnetlink: Add helper for getting a __s32 from netlink msgs Vinicius Costa Gomes (4): utils: Implement get_s64() include: Add helper to retrieve a __s64 from a netlink msg include: add definitions for taprio [DO NOT COMMIT] tc: Add support for configuring the taprio scheduler include/libnetlink.h | 14 + include/uapi/linux/pkt_sched.h | 48 ++++ include/utils.h | 1 + lib/utils.c | 21 ++ tc/Makefile | 1 + tc/q_taprio.c | 450 +++++++++++++++++++++++++++++++++ 6 files changed, 535 insertions(+) create mode 100644 tc/q_taprio.c -- 2.18.0