From e694ebbaeeb59ccacf0c62b1aed816667a8d4668 Mon Sep 17 00:00:00 2001 From: Hangbin Liu Date: Fri, 13 Apr 2018 10:28:05 +0800 Subject: 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 --- sys/linux/ppc64le.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/linux/ppc64le.go') diff --git a/sys/linux/ppc64le.go b/sys/linux/ppc64le.go index a1644aa6d..c1ded58a3 100644 --- a/sys/linux/ppc64le.go +++ b/sys/linux/ppc64le.go @@ -9653,7 +9653,7 @@ var structDescs_ppc64le = []*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}, }}}, @@ -26606,7 +26606,6 @@ var consts_ppc64le = []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}, @@ -28268,4 +28267,4 @@ var consts_ppc64le = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_ppc64le = "1df94a2295231c3145823bebd24ff7c6b3503c2c" +const revision_ppc64le = "db704e8ab4315a153e81c9a4b9e194339a85cf6d" -- cgit mrf-deployment