Re: [dpdk-dev] [PATCH v2] net/i40e: fix device arguments parsing error

2018-07-25 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Thursday, July 26, 2018 10:19 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Stillwell Jr, Paul M ; > sta...@dpdk.org > Subject: [PATCH v2] net/i40e: fix device arguments parsing error > > There's parsing error when using device argument supp

[dpdk-dev] [PATCH v2] net/i40e: fix device arguments parsing error

2018-07-25 Thread Beilei Xing
There's parsing error when using device argument support-multi-driver or queue-num-per-vf or both. Error log is "PMD: Error parsing device, invalid key " and "PMD: Error parsing device, invalid key ". The root cause is that device argument will be parsed in different parsing functions with local va