26 Oct, 2010

1 commit

  • 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
    Signed-off-by: Roland Dreier

    Eli Cohen
     

15 Oct, 2010

1 commit


25 Feb, 2010

1 commit

  • ib_ud_header_init() first clears header and then fills up the various
    fields. Later on, it tests header->immediate_present, which it has
    already cleared, so the condition is always false. Fix this by adding
    an immediate_present parameter and setting header->immediate_present
    as is done with grh_present. Also remove unused calculation of
    header_len.

    Signed-off-by: Eli Cohen
    Signed-off-by: Roland Dreier

    Eli Cohen
     

15 Jul, 2008

1 commit


27 Aug, 2005

1 commit