Re: [dpdk-dev] [RFC V2 1/2] app/testpmd: fix queue stats mapping configuration

2020-11-17 Thread Min Hu (Connor)
HI, Ferruh, Ok,I will send V3 patches. thanks. 在 2020/11/12 17:52, Ferruh Yigit 写道: On 11/12/2020 2:28 AM, Min Hu (Connor) wrote: Hi Ferruh, any suggestions? 在 2020/11/3 14:30, Min Hu (Connor) 写道: Hi Ferruh, I agree with your proposal. But if we remove record structures, we will not

Re: [dpdk-dev] [RFC V2 1/2] app/testpmd: fix queue stats mapping configuration

2020-11-12 Thread Ferruh Yigit
On 11/12/2020 2:28 AM, Min Hu (Connor) wrote: Hi Ferruh, any suggestions? 在 2020/11/3 14:30, Min Hu (Connor) 写道: Hi Ferruh, I agree with your proposal. But if we remove record structures, we will not be able to query the current queue stats mapping configuration. Or we can provide a query API

Re: [dpdk-dev] [RFC V2 1/2] app/testpmd: fix queue stats mapping configuration

2020-11-11 Thread Min Hu (Connor)
Hi Ferruh, any suggestions? 在 2020/11/3 14:30, Min Hu (Connor) 写道: Hi Ferruh, I agree with your proposal. But if we remove record structures, we will not be able to query the current queue stats mapping configuration. Or we can provide a query API for the PMD driver that uses the set_queue_sta

Re: [dpdk-dev] [RFC V2 1/2] app/testpmd: fix queue stats mapping configuration

2020-11-02 Thread Min Hu (Connor)
Hi Ferruh, I agree with your proposal. But if we remove record structures, we will not be able to query the current queue stats mapping configuration. Or we can provide a query API for the PMD driver that uses the set_queue_stats_mapping API, and driver records these mapping information from user

Re: [dpdk-dev] [RFC V2 1/2] app/testpmd: fix queue stats mapping configuration

2020-10-30 Thread Ferruh Yigit
On 10/20/2020 9:26 AM, Min Hu (Connor) wrote: From: Huisong Li Currently, the queue stats mapping has the following problems: 1) Many PMD drivers don't support queue stats mapping. But there is no failure message after executing the command "set stat_qmap rx 0 2 2". 2) Once queue mapping is set