diff options
author | Jian Shen <[email protected]> | 2021-09-29 17:35:52 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-09-29 11:03:54 +0100 |
commit | 0472e95ffeac8e61259eec17ab61608c6b35599d (patch) | |
tree | 9ea634a33f771b9aeda653c20c0c043fa09ab8aa /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | d82650be60ee92e7486f755f5387023278aa933f (diff) |
net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLE
HCLGE_FLAG_MQPRIO_ENABLE is supposed to set when enable
multiple TCs with tc mqprio, and HCLGE_FLAG_DCB_ENABLE is
supposed to set when enable multiple TCs with ets. But
the driver mixed the flags when updating the tm configuration.
Furtherly, PFC should be available when HCLGE_FLAG_MQPRIO_ENABLE
too, so remove the unnecessary limitation.
Fixes: 5a5c90917467 ("net: hns3: add support for tc mqprio offload")
Signed-off-by: Jian Shen <[email protected]>
Signed-off-by: Guangbin Huang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions