Hi, Konstantin
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Thursday, March 21, 2019 10:04 PM
> To: Zhao1, Wei ; dev@dpdk.org
> Cc: sta...@dpdk.org; Zhang, Qi Z ;
> adrien.mazarg...@6wind.com
> Subject: RE: [dpdk-dev] [PATCH] app/testpmd: fix support of he
] [PATCH] app/testpmd: fix support of hex string
> parser for flow API
>
> On Fri, 15 Mar 2019 16:43:55 +0800
> Wei Zhao wrote:
>
> > + /* Check input parameters */
> > + if ((src == NULL) ||
> > + (dst == NULL) ||
> > + (size == NULL
Hi Wei,
> >
> > >
> > > 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.
> > >
> > > F
On Fri, 15 Mar 2019 16:43:55 +0800
Wei Zhao wrote:
> + /* Check input parameters */
> + if ((src == NULL) ||
> + (dst == NULL) ||
> + (size == NULL) ||
> + (*size == 0))
> + return -1;
> + if ((*size & 1) != 0)
> + return -1;
Hi, Konstantin
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Friday, March 15, 2019 5:45 PM
> To: Zhao1, Wei ; dev@dpdk.org
> Cc: sta...@dpdk.org; Zhang, Qi Z ;
> adrien.mazarg...@6wind.com; Zhao1, Wei
> Subject: RE: [dpdk-dev] [PATCH] app/testpmd: fix
Hi, Konstantin
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Friday, March 15, 2019 5:45 PM
> To: Zhao1, Wei ; dev@dpdk.org
> Cc: sta...@dpdk.org; Zhang, Qi Z ;
> adrien.mazarg...@6wind.com; Zhao1, Wei
> Subject: RE: [dpdk-dev] [PATCH] app/testpmd: fix
Hi Wei,
>
> 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
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
8 matches
Mail list logo