Re: [dpdk-dev] [PATCH v2] net/iavf: fix wrong bandwidth unit in TM capability querying

2021-07-16 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Thursday, July 15, 2021 6:36 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei ; Xu, Ting ; > sta...@dpdk.org > Subject: [PATCH v2] net/iavf: fix wrong bandwidth unit in TM capability > querying > > In IAVF node TM cap

[dpdk-dev] [PATCH v2] net/iavf: fix wrong bandwidth unit in TM capability querying

2021-07-15 Thread Ting Xu
In IAVF node TM capability querying, the unit of bandwidth is Kbps, which is not correct according to TM specification. Change the unit to Byte per second. Refine some unclear comments as well. Fixes: 44d0a720a538 ("net/iavf: query QoS capabilities and set queue TC mapping") Cc: sta...@dpdk.org

[dpdk-dev] [PATCH v2] net/iavf: fix wrong bandwidth unit in TM capability querying

2021-07-15 Thread Ting Xu
In IAVF node TM capability querying, the unit of bandwidth is Kbps, which is not correct according to TM specification. Change the unit to Byte per second. Refine some unclear comments as well. Fixes: 44d0a720a538 ("net/iavf: query QoS capabilities and set queue TC mapping") Cc: sta...@dpdk.org