commit | 9d36d9e545dce53c6fff046b277c261d6568c5b9 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Wed May 17 11:07:57 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed May 17 15:22:13 2017 -0400 |
tree | e13507fc16211a3f250a674ee8ea9b80838b1405 | |
parent | fbe9c5b01f97b44b1e4c7d86c092beaf707d4b9d [diff] |
net: sched: replace nprio by a bool to make the function more readable The use of "nprio" variable in tc_ctl_tfilter is a bit cryptic and makes a reader wonder what is going on for a while. So help him to understand this priority allocation dance a litte bit better. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>