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:   Mon, 19 Nov 2018 15:03:27 -0800
From:   Jakub Kicinski <jakub.kicinski@...ronome.com>
To:     dsahern@...il.com, stephen@...workplumber.org
Cc:     oss-drivers@...ronome.com, netdev@...r.kernel.org,
        Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: [PATCH iproute2-next 0/8] tc: gred: JSON-ify and support per-vq config

Hi!

This set brings GRED support up to date with recent kernel changes.
In particular the new netlink attributes for more fine-grained stats
and per-virtual queue flags.

To make GRED usable in modern deployments the patch set starts with
adding JSON output.

Jakub Kicinski (8):
  tc: gred: remove unclear comment
  json: add %hhu helpers
  tc: move RED flag printing to helper
  tc: gred: jsonify GRED output
  tc: gred: separate out stats printing
  tc: gred: use extended stats if available
  tc: gred: support controlling RED flags
  tc: gred: allow controlling and dumping per-DP RED flags

 bash-completion/tc    |   2 +-
 include/json_print.h  |   1 +
 include/json_writer.h |   2 +
 lib/json_print.c      |   1 +
 lib/json_writer.c     |  11 ++
 tc/q_choke.c          |   3 +-
 tc/q_gred.c           | 250 +++++++++++++++++++++++++++++++++++-------
 tc/q_red.c            |  14 +--
 tc/q_sfq.c            |   3 +-
 tc/tc_red.c           |  20 ++++
 tc/tc_red.h           |   1 +
 11 files changed, 254 insertions(+), 54 deletions(-)

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ