On Mon, Apr 13, 2020 at 04:36:57PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Changelog: > v2: Dropped patch "RDMA/cm: Set flow label of recv_wc based on primary > flow label", because it violates IBTA 13.5.4.3/13.5.4.4 sections. > v1: Added extra patch to reduce amount of kzalloc/kfree calls in > the HCA set capability flow. > https://lore.kernel.org/lkml/20200322093031.918447-1-leon@xxxxxxxxxx > v0: https://lore.kernel.org/linux-rdma/20200318095300.45574-1-leon@xxxxxxxxxx > -------------------------------- > > From Mark: > > This series provide flow label and UDP source port definition in RoCE v2. > Those fields are used to create entropy for network routes (ECMP), load > balancers and 802.3ad link aggregation switching that are not aware of > RoCE headers. > > Thanks. > > Leon Romanovsky (1): > net/mlx5: Refactor HCA capability set flow > > Mark Zhang (5): > net/mlx5: Enable SW-defined RoCEv2 UDP source port Those two patches were applied to the mlx5-next, please pull. > RDMA/core: Add hash functions to calculate RoCEv2 flowlabel and UDP > source port > RDMA/mlx5: Define RoCEv2 udp source port when set path > RDMA/cma: Initialize the flow label of CM's route path record > RDMA/mlx5: Set UDP source port based on the grh.flow_label Those patches need to go to the RDMA repo. Thanks