diff options
author | Nogah Frankel <nogahf@mellanox.com> | 2017-11-06 07:23:41 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-08 12:23:37 +0900 |
commit | 602f3baf22188aad24b9a58be3209ab774b97d74 (patch) | |
tree | f8cffb1dc6ee8f0cb6695cf886daacab55463707 /drivers/rpmsg | |
parent | aaf151b9e68101b03ba42d581e8a424bdd0110fe (diff) | |
download | linux-602f3baf22188aad24b9a58be3209ab774b97d74.tar.gz linux-602f3baf22188aad24b9a58be3209ab774b97d74.tar.bz2 linux-602f3baf22188aad24b9a58be3209ab774b97d74.zip |
net_sch: red: Add offload ability to RED qdisc
Add the ability to offload RED qdisc by using ndo_setup_tc.
There are four commands for RED offloading:
* TC_RED_SET: handles set and change.
* TC_RED_DESTROY: handle qdisc destroy.
* TC_RED_STATS: update the qdiscs counters (given as reference)
* TC_RED_XSTAT: returns red xstats.
Whether RED is being offloaded is being determined every time dump action
is being called because parent change of this qdisc could change its
offload state but doesn't require any RED function to be called.
Signed-off-by: Nogah Frankel <nogahf@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/rpmsg')
0 files changed, 0 insertions, 0 deletions