aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/amd64.go
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2018-04-13 10:28:05 +0800
committerDmitry Vyukov <dvyukov@google.com>2018-04-13 09:38:31 +0200
commite694ebbaeeb59ccacf0c62b1aed816667a8d4668 (patch)
treec457629ae4bbcb1b61a206f5044965c307d084c4 /sys/linux/amd64.go
parenteb2295de3e1bb30cc943237992e3565742a4cc6d (diff)
sys/linux/rdma_cm: remove RDMA_PS_SDP
RDMA_PS_SDP has been removed since commit 1b90d3002e3ee ("RDMA/CMA: remove RDMA_PS_SDP") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Diffstat (limited to 'sys/linux/amd64.go')
-rw-r--r--sys/linux/amd64.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/linux/amd64.go b/sys/linux/amd64.go
index cb4239fc0..6bc058f6e 100644
--- a/sys/linux/amd64.go
+++ b/sys/linux/amd64.go
@@ -9893,7 +9893,7 @@ var structDescs_amd64 = []*KeyedStruct{
{Key: StructKey{Name: "rdma_ucm_create_id"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "rdma_ucm_create_id", TypeSize: 24}, Fields: []Type{
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int64", FldName: "uid", TypeSize: 8}}, Kind: 2, RangeEnd: 4},
&PtrType{TypeCommon: TypeCommon{TypeName: "ptr64", FldName: "response", TypeSize: 8}, Type: &StructType{Key: StructKey{Name: "rdma_ucm_create_id_resp", Dir: 1}}},
- &FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "rdma_port_space", FldName: "ps", TypeSize: 2}}, Vals: []uint64{1, 2, 319, 262, 273}},
+ &FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "rdma_port_space", FldName: "ps", TypeSize: 2}}, Vals: []uint64{2, 319, 262, 273}},
&FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "ib_qp_type", FldName: "qp_type", TypeSize: 1}}, Vals: []uint64{0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 4096, 4105}},
&ArrayType{TypeCommon: TypeCommon{TypeName: "array", FldName: "reserved", TypeSize: 5}, Type: &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", TypeSize: 1}}}, Kind: 1, RangeBegin: 5, RangeEnd: 5},
}}},
@@ -27422,7 +27422,6 @@ var consts_amd64 = []ConstValue{
{Name: "RDMA_OPTION_ID_TOS"},
{Name: "RDMA_PS_IB", Value: 319},
{Name: "RDMA_PS_IPOIB", Value: 2},
- {Name: "RDMA_PS_SDP", Value: 1},
{Name: "RDMA_PS_TCP", Value: 262},
{Name: "RDMA_PS_UDP", Value: 273},
{Name: "RDMA_UCM_EVENT_RESP_SIZE", Value: 328},
@@ -29124,4 +29123,4 @@ var consts_amd64 = []ConstValue{
{Name: "bpf_insn_load_imm_dw", Value: 24},
}
-const revision_amd64 = "bc156a61819b83aea7bbcca531c2cd6de2978782"
+const revision_amd64 = "a811d9b34c3430ab60df872f603784987e1fa302"