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

2019-04-11 Thread Ferruh Yigit
On 4/9/2019 9:41 AM, Wei Zhao wrote: > 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: f

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

2019-04-09 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