Re: [dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action conf is NULL

2020-01-08 Thread Raslan Darawsheh
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, January 8, 2020 4:39 PM > To: Raslan Darawsheh ; Tonghao Zhang > ; Suanming Mou > > Cc: Matan Azrad ; Shahaf Shuler > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: avoid crash when

Re: [dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action conf is NULL

2020-01-08 Thread Ferruh Yigit
;>> Cc: Matan Azrad ; Shahaf Shuler >>> ; dev@dpdk.org >>> Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action >>> conf is NULL >>> >>> On Mon, Dec 16, 2019 at 2:50 PM Suanming Mou >>> wrote: >>>> >>>>

Re: [dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action conf is NULL

2020-01-08 Thread Ferruh Yigit
On 1/8/2020 9:17 AM, Raslan Darawsheh wrote: > Hi, > >> -Original Message- >> From: dev On Behalf Of Tonghao Zhang >> Sent: Tuesday, January 7, 2020 8:39 AM >> To: Suanming Mou >> Cc: Matan Azrad ; Shahaf Shuler >> ; dev@dpdk.org >> Su

Re: [dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action conf is NULL

2020-01-08 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Tonghao Zhang > Sent: Tuesday, January 7, 2020 8:39 AM > To: Suanming Mou > Cc: Matan Azrad ; Shahaf Shuler > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action > conf is

Re: [dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action conf is NULL

2020-01-06 Thread Tonghao Zhang
On Mon, Dec 16, 2019 at 2:50 PM Suanming Mou wrote: > > > > -Original Message- > > From: Tonghao Zhang > > Sent: Monday, December 16, 2019 9:29 AM > > To: Matan Azrad ; Shahaf Shuler > > > > Cc: dev@dpdk.org; Suanming Mou > > Subject: Re: [PATCH v2] net/mlx5: avoid crash when meter acti

Re: [dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action conf is NULL

2019-12-15 Thread Suanming Mou
> -Original Message- > From: Tonghao Zhang > Sent: Monday, December 16, 2019 9:29 AM > To: Matan Azrad ; Shahaf Shuler > > Cc: dev@dpdk.org; Suanming Mou > Subject: Re: [PATCH v2] net/mlx5: avoid crash when meter action conf is > NULL > > On Fri, Dec 13, 2019 at 10:21 PM wrote: > > >

Re: [dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action conf is NULL

2019-12-15 Thread Tonghao Zhang
On Fri, Dec 13, 2019 at 10:21 PM wrote: > > From: Tonghao Zhang > > When offloading the meter, should check the action > conf and make sure it is valid. > > Fixes: f46bf7488705 ("net/mlx5: support meter flow action") > Cc: Suanming Mou > > Signed-off-by: Tonghao Zhang > --- > v2: coding style i

[dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action conf is NULL

2019-12-13 Thread xiangxia . m . yue
From: Tonghao Zhang When offloading the meter, should check the action conf and make sure it is valid. Fixes: f46bf7488705 ("net/mlx5: support meter flow action") Cc: Suanming Mou Signed-off-by: Tonghao Zhang --- v2: coding style issues: http://patches.dpdk.org/patch/63849/ --- drivers/net/m