Re: [dpdk-dev] [PATCH v2] app/testpmd: fix support of hex string parser for flow API

2019-03-18 Thread Zhao1, Wei
Send on behalf of pengyuan Tested-by: Peng Yuan - Tested Branch: master - Tested Commit: 239912fa798e6e671072ca7ff987afd74c1e506c - OS: 4.13.9-300.fc27.x86_64 - GCC: gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) - CPU: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz - NIC: Intel Corporation Device Fort

[dpdk-dev] [PATCH v2] app/testpmd: fix support of hex string parser for flow API

2019-03-18 Thread Wei Zhao
There is need for users to set configuration of HEX number for RSS key. The key byte should be pass down as hex number not as char string. This patch enable cmdline flow parse HEX number, in order to not using string which pass ASIC number. Fixes: f4d623f96119 ("app/testpmd: fix missing RSS fields