On Fri, Jul 30, 2021 at 09:49:58AM +0300, Shai Malin wrote: > From: Prabhakar Kushwaha <pkushwaha@xxxxxxxxxxx> > > Add functions to check get/set dscp priority in qed and these functions > are further used in deciding vlan priority based on dscp state. > > Also update RDMA CM TOS. > > Changes for v2: > - incorporated Leon Romanovsky's comments > > Prabhakar Kushwaha (3): > qed: add get and set support for dscp priority > qedr: Consider dscp priority for vlan priority > qedr: Use grh layer traffic_class as RDMA CM TOS > > drivers/infiniband/hw/qedr/qedr_roce_cm.c | 13 +++- > drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 71 ++++++++++++++++++++++ > drivers/net/ethernet/qlogic/qed/qed_dcbx.h | 10 +++ > drivers/net/ethernet/qlogic/qed/qed_rdma.c | 25 ++++++++ > include/linux/qed/qed_if.h | 6 ++ > include/linux/qed/qed_rdma_if.h | 7 +++ > 6 files changed, 130 insertions(+), 2 deletions(-) Since this is mostly netdev stuff can someone from netdev ack this if you want it to go through the rdma tree? Have you checked that there are no conflicts with things in net-next? Thanks, Jason