Re: [dpdk-dev] [PATCH v1] net/ice: avoid the parsed devargs value being overwritten

2019-10-14 Thread Wang, Haiyue
> -Original Message- > From: Ye, Xiaolong > Sent: Monday, October 14, 2019 16:25 > To: Wang, Haiyue > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1] net/ice: avoid the parsed devargs value > being overwritten > > On 10/09, Haiyue Wang wrote: > >I

Re: [dpdk-dev] [PATCH v1] net/ice: avoid the parsed devargs value being overwritten

2019-10-14 Thread Ye Xiaolong
On 10/09, Haiyue Wang wrote: >If the default dev args 'proto_xtr' is not in the first position, it >will overwrite the parsed queue map value, so use an new variable to >save the default. > >And enhance the error message printing to show the right information. > >Signed-off-by: Haiyue Wang >--- >

[dpdk-dev] [PATCH v1] net/ice: avoid the parsed devargs value being overwritten

2019-10-09 Thread Haiyue Wang
If the default dev args 'proto_xtr' is not in the first position, it will overwrite the parsed queue map value, so use an new variable to save the default. And enhance the error message printing to show the right information. Signed-off-by: Haiyue Wang --- drivers/net/ice/ice_ethdev.c | 44