commit | c5795c5308af81568d1573598716091120c85a38 | [log] [tgz] |
---|---|---|
author | Yunsheng Lin <linyunsheng@huawei.com> | Wed Sep 20 18:52:58 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 20 16:15:40 2017 -0700 |
tree | 339c6e81acd81f3dd57be00d43a7fe3a870c36c7 | |
parent | 68ece54efd417d415462adbaa2700cba50de3ff6 [diff] |
net: hns3: Fix for pri to tc mapping in TM Current mapping between pri and tc is one to one, so user can't map multi priorities to the same tc. This patch changes the mapping to many to one. Fixes: 848440544b41f ("net: hns3: Add support of TX Scheduler & Shaper to HNS3 driver") Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>