commit | 65545ea24998bb9aab1ce713a67c693dc7a947ec | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Sat Jun 27 01:45:27 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 29 17:08:28 2020 -0700 |
tree | a879d25ec00a214417e97f39a239d5912a227f71 | |
parent | 3625750f05ecce21a0fce429c1ff85acfffb461b [diff] |
net: sched: sch_red: Split init and change callbacks In the following patches, RED will get two qevents. The implementation will be clearer if the callback for change is not a pure subset of the callback for init. Split the two and promote attribute parsing to the callbacks themselves from the common code, because it will be handy there. Signed-off-by: Petr Machata <petrm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>