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

2023-05-28 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Wednesday, May 17, 2023 11:36 PM > To: Ori Kam ; Suanming Mou ; > Matan Azrad ; Slava Ovsiienko > ; Jiawei(Jonny) Wang > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix drop act

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

2023-05-17 Thread Dariusz Sosnowski
Before this patch, DROP flow action was rejected for all egress flow rules, which was not correct for all cases. When Verbs flow engine is used (dv_flow_en=0) DROP flow action is implemented using IBV_FLOW_SPEC_ACTION_DROP IBV action. This action is supported on ingress only. This patch amends the