On Thu, Sep 06, 2018 at 05:27:00PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > It is based on > https://patchwork.kernel.org/project/linux-rdma/list/?series=14195 > ------------------------------------------------------------------------ > > >From Mark, > > mlx5 create flow is an alternate path to the creation of steering rules > via verbs API. Just like attaching flow action via verbs API was added, > add the same support to mlx5 create flow. > > This patch series doesn't add any new features it's more of a feature > alignment against the verbs API and features. > > Thanks > > Guy Levi (1): > IB/uverbs: Add IDRs array attribute type to ioctl() interface > > Mark Bloch (7): > RDMA/uverbs: Move flow resources initialization > RDMA/mlx5: Refactor flow action parsing to be more generic > RDMA/mlx5: Don't overwrite action if already set > RDMA/mlx5: Refactor raw flow creation > RDMA/mlx5: Add flow actions support to raw create flow > RDMA/mlx5: Add NIC TX namespace when getting a flow table > RDMA/mlx5: Allow creating a matcher for a NIC TX flow table Applied to for-next, thanks Jason