Hi, > -----Original Message----- > From: dev <[email protected]> On Behalf Of Dekel Peled > Sent: Thursday, August 15, 2019 12:27 PM > To: Yongseok Koh <[email protected]>; Slava Ovsiienko > <[email protected]>; Shahaf Shuler <[email protected]> > Cc: Ori Kam <[email protected]>; [email protected]; [email protected] > Subject: [dpdk-dev] [PATCH] net/mlx5: fix validation of drop action > > Function mlx5_flow_validate_action_drop() checks if another fate action is > already present in this flow rule, using defined value > MLX5_FLOW_FATE_ACTIONS. > This patch enhances the check using value (MLX5_FLOW_FATE_ACTIONS | > MLX5_FLOW_FATE_ESWITCH_ACTIONS) to make sure all relevant fate > actions are checked. > > Fixes: 23c1d42c7138 ("net/mlx5: split flow validation to dedicated function") > Cc: [email protected] > > Signed-off-by: Dekel Peled <[email protected]> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

