From: Leon Romanovsky <leonro@xxxxxxxxxxxx> >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. Mark Zhang (6): net/mlx5: Enable SW-defined RoCEv2 UDP source port 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/cm: Set flow label of recv_wc based on primary flow label RDMA/mlx5: Set UDP source port based on the grh.flow_label drivers/infiniband/core/cm.c | 7 +++ drivers/infiniband/core/cma.c | 23 ++++++++++ drivers/infiniband/hw/mlx5/ah.c | 21 ++++++++- drivers/infiniband/hw/mlx5/main.c | 4 +- drivers/infiniband/hw/mlx5/mlx5_ib.h | 4 +- drivers/infiniband/hw/mlx5/qp.c | 30 ++++++++++--- .../net/ethernet/mellanox/mlx5/core/main.c | 39 ++++++++++++++++ include/linux/mlx5/mlx5_ifc.h | 5 ++- include/rdma/ib_verbs.h | 44 +++++++++++++++++++ 9 files changed, 164 insertions(+), 13 deletions(-) -- 2.24.1