Re: [dpdk-dev] [PATCH v2] app/testpmd: fix setting RSS queue rule failure on fedora30

2019-07-03 Thread Iremonger, Bernard
> > Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix setting RSS queue > > rule failure on fedora30 > > > > On 06/25, Haiyue Wang wrote: > > >Declare a local variable 'arg' to hold the pointer to ARGS_ENTRY_ARB, > > >otherwise, the

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix setting RSS queue rule failure on fedora30

2019-07-01 Thread Wang, Haiyue
Hi > -Original Message- > From: Ye, Xiaolong > Sent: Tuesday, July 2, 2019 21:01 > To: Wang, Haiyue > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix setting RSS queue rule > failure on fedora30 > > On 06/25, Haiyue Wan

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix setting RSS queue rule failure on fedora30

2019-07-01 Thread Ye Xiaolong
On 06/25, Haiyue Wang wrote: >Declare a local variable 'arg' to hold the pointer to ARGS_ENTRY_ARB, >otherwise, the pop 'arg' in 'parse_int' holds wrong data like 'arg-> >offset = 5912737, arg->size = 0', this caused the parse failure. > >If calling like 'push_args(ctx, ARGS_ENTRY_ARB..)', the belo

[dpdk-dev] [PATCH v2] app/testpmd: fix setting RSS queue rule failure on fedora30

2019-06-25 Thread Haiyue Wang
Declare a local variable 'arg' to hold the pointer to ARGS_ENTRY_ARB, otherwise, the pop 'arg' in 'parse_int' holds wrong data like 'arg-> offset = 5912737, arg->size = 0', this caused the parse failure. If calling like 'push_args(ctx, ARGS_ENTRY_ARB..)', the below code for assgining 'offset & siz