commit | 0cf0f6d3d39672c044393aef71ee782430ca8b13 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Mon Aug 07 10:15:22 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 07 09:42:36 2017 -0700 |
tree | 08ac297613a16a3aeab5a233d037354356c8cb05 | |
parent | bc32afdb2b01ae7652cbb829475d270f7d813618 [diff] |
mlx5e: push cls_flower and mqprio setup_tc processing into separate functions Let mlx5e_setup_tc (former mlx5e_ndo_setup_tc) be a splitter for specific setup_tc types and push out cls_flower and mqprio specific codes into separate functions. Also change the return values so they are the same as in the rest of the drivers. 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>