OSDN Git Service

mlxsw: spectrum: Support general qdisc stats
authorNogah Frankel <nogahf@mellanox.com>
Mon, 6 Nov 2017 06:23:49 +0000 (07:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Nov 2017 03:23:38 +0000 (12:23 +0900)
commit3670756fe6f370c0748b0c9227f3807fddf0e1ac
tree704f24584da538712a13b001add39514a5749f1c
parent861fb8294d83ad950dfaa62b0bf8384c66e2cd5e
mlxsw: spectrum: Support general qdisc stats

Add support for ndo_setup_tc with enum tc_setup_type value of
TC_SETUP_QDISC_STATS. This call updates the generic qdisc stats from the
cache if the handle ID that is asked for matching the root qdisc ID and
fails otherwise.
Currently doesn't support qlen and rqueues.

Signed-off-by: Nogah Frankel <nogahf@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c