IB/sa: Add new QoS fields to path record
The QoS annex defines new fields for path records. Add them to the ib_sa for consumers that want to use them. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Reviewed-by: Or Gerlitz <ogerlitz@voltaire.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
committed by
Roland Dreier
parent
81668838c4
commit
733d65fe33
@@ -123,14 +123,10 @@ static u32 tid;
|
||||
.field_name = "sa_path_rec:" #field
|
||||
|
||||
static const struct ib_field path_rec_table[] = {
|
||||
{ RESERVED,
|
||||
{ PATH_REC_FIELD(service_id),
|
||||
.offset_words = 0,
|
||||
.offset_bits = 0,
|
||||
.size_bits = 32 },
|
||||
{ RESERVED,
|
||||
.offset_words = 1,
|
||||
.offset_bits = 0,
|
||||
.size_bits = 32 },
|
||||
.size_bits = 64 },
|
||||
{ PATH_REC_FIELD(dgid),
|
||||
.offset_words = 2,
|
||||
.offset_bits = 0,
|
||||
@@ -179,7 +175,7 @@ static const struct ib_field path_rec_table[] = {
|
||||
.offset_words = 12,
|
||||
.offset_bits = 16,
|
||||
.size_bits = 16 },
|
||||
{ RESERVED,
|
||||
{ PATH_REC_FIELD(qos_class),
|
||||
.offset_words = 13,
|
||||
.offset_bits = 0,
|
||||
.size_bits = 12 },
|
||||
|
Reference in New Issue
Block a user