Home
last modified time | relevance | path

Searched hist:"075572 d4b7aec1fcd6e1bd66ee8e0e06501f719f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmain.cdiff 075572d4b7aec1fcd6e1bd66ee8e0e06501f719f Wed Aug 16 01:33:30 CDT 2017 Boris Pismenny <borisp@mellanox.com> IB/mlx5: Pass mlx5_flow_act struct instead of multiple arguments

Group and pass all function arguments of parse_flow_attr call in one
common struct mlx5_flow_act.

This patch passes all the action arguments of parse_flow_attr in one common
struct mlx5_flow_act. It allows us to scale the number of actions without adding
new arguments to the function.

Signed-off-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Acked-by: Jason Gunthorpe <jgg@mellanox.com>