On 9/23/2020 1:59 PM, Min Hu (Connor) wrote:
From: Huisong Li <lihuis...@huawei.com>
This series change data type in TC rxq and TC txq,
fix compiling errors for per-queue statistics.
Huisong Li (4):
dpdk: fix compiling errors for per-queue statistics
ethdev: change data type in TC rxq and TC txq
doc: announce modified field in DCB TC queue mapping
doc: announce modified in queue_stats_mapping api
The change request from previous version seems not addressed, can you
please check:
http://inbox.dpdk.org/dev/93479bbe-7ebe-a400-2805-5debd96a0...@intel.com/
Basically it requires following change:
diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
index 4df42dbc28..23e624f442 100644
--- a/app/test-pmd/cmdline.c
+++ b/app/test-pmd/cmdline.c
@@ -8346,7 +8346,7 @@ cmdline_parse_token_num_t cmd_setqmap_queueid =
queue_id, UINT16);
cmdline_parse_token_num_t cmd_setqmap_mapvalue =
TOKEN_NUM_INITIALIZER(struct cmd_set_qmap_result,
- map_value, UINT8);
+ map_value, UINT16);
cmdline_parse_inst_t cmd_set_qmap = {
.f = cmd_set_qmap_parsed,
Also you can drop deprecation notes as explained here:
http://inbox.dpdk.org/dev/38b50f43-0b31-02a8-87ec-d937d83d0...@intel.com/
Thanks,
ferruh