IB/core: Add VLAN support for IBoE
Add 802.1q VLAN support to IBoE. The VLAN tag is encoded within the GID derived from a link local address in the following way: GID[11] GID[12] contain the VLAN ID when the GID contains a VLAN. The 3 bits user priority field of the packets are identical to the 3 bits of the SL. In case of rdma_cm apps, the TOS field is used to generate the SL field by doing a shift right of 5 bits effectively taking to 3 MS bits of the TOS field. Signed-off-by:Eli Cohen <eli@mellanox.co.il> Signed-off-by:
Roland Dreier <rolandd@cisco.com>
Showing
- drivers/infiniband/core/cma.c 12 additions, 8 deletionsdrivers/infiniband/core/cma.c
- drivers/infiniband/core/ucma.c 10 additions, 2 deletionsdrivers/infiniband/core/ucma.c
- drivers/infiniband/core/ud_header.c 23 additions, 0 deletionsdrivers/infiniband/core/ud_header.c
- drivers/infiniband/hw/mlx4/qp.c 1 addition, 1 deletiondrivers/infiniband/hw/mlx4/qp.c
- drivers/infiniband/hw/mthca/mthca_qp.c 1 addition, 1 deletiondrivers/infiniband/hw/mthca/mthca_qp.c
- include/rdma/ib_addr.h 39 additions, 4 deletionsinclude/rdma/ib_addr.h
- include/rdma/ib_pack.h 9 additions, 0 deletionsinclude/rdma/ib_pack.h
Loading
Please register or sign in to comment