lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 13 Jul 2018 17:06:06 -0700
From:   Vinicius Costa Gomes <vinicius.gomes@...el.com>
To:     netdev@...r.kernel.org
Cc:     Vinicius Costa Gomes <vinicius.gomes@...el.com>, jhs@...atatu.com,
        xiyou.wangcong@...il.com, jiri@...nulli.us,
        jesus.sanchez-palencia@...el.com
Subject: [RFC iproute2-next v1 0/5] net/sched: Introduce the taprio scheduler

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ