Hi, > -----Original Message----- > From: Michael Savisko <[email protected]> > Sent: Wednesday, October 19, 2022 9:40 PM > To: [email protected] > Cc: Michael Savisko <[email protected]>; Ori Kam <[email protected]>; > Slava Ovsiienko <[email protected]>; Asaf Penso > <[email protected]>; Matan Azrad <[email protected]> > Subject: [PATCH v2 2/4] net/mlx5: introduce new mlx5 action flag > > Add new mlx5 action flag MLX5_FLOW_ACTION_SEND_TO_KERNEL. > > Add element MLX5_FLOW_FATE_SEND_TO_KERNEL in enum > mlx5_flow_fate_type. > For that purpose field 'fate_action' in structure mlx5_flow_handle must be > expanded from 3 bits to 4 bits. > > Signed-off-by: Michael Savisko <[email protected]> > Acked-by: Matan Azrad <[email protected]> > --- > drivers/net/mlx5/mlx5_flow.h | 7 +++++-- > drivers/net/mlx5/mlx5_flow_dv.c | 17 +++++++++++++++++
Missing doc update for features list, I'll handle during integration Kindest regards, Raslan Darawsheh

