Hi, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Dekel Peled > Sent: Thursday, August 15, 2019 12:27 PM > To: Yongseok Koh <ys...@mellanox.com>; Slava Ovsiienko > <viachesl...@mellanox.com>; Shahaf Shuler <shah...@mellanox.com> > Cc: Ori Kam <or...@mellanox.com>; dev@dpdk.org; sta...@dpdk.org > 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: sta...@dpdk.org > > Signed-off-by: Dekel Peled <dek...@mellanox.com> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh