Re: [PATCH] net/mlx5: fix drop action validation

2022-11-14 Thread Thomas Monjalon
10/11/2022 13:18, Raslan Darawsheh: > From: Shun Hao > > Currently there's limitation for Drop action that can only co-exist with > > Count action. > > > > Sample and Age actions are also able to exist with Drop within the same > > flow, and this patch includes them in the Drop action validation.

RE: [PATCH] net/mlx5: fix drop action validation

2022-11-10 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Shun Hao > Sent: Thursday, November 10, 2022 8:59 AM > To: Slava Ovsiienko ; Matan Azrad > ; Ori Kam > Cc: dev@dpdk.org; Raslan Darawsheh ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix drop action validation > > Cu

[PATCH] net/mlx5: fix drop action validation

2022-11-09 Thread Shun Hao
Currently there's limitation for Drop action that can only co-exist with Count action. Sample and Age actions are also able to exist with Drop within the same flow, and this patch includes them in the Drop action validation. Fixes: acb67cc8 ("net/mlx5: fix action flag data type") Cc: sta...@dpdk.