Skip to content

Commit

Permalink
Changes based on review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamsinghKey committed Dec 16, 2024
1 parent d2af6fb commit fc452b2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
16 changes: 11 additions & 5 deletions device/rocev2/rocev2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ components:
description: >-
Option to select peers.
type: string
format: hex
x-field-uid: 2
ib_mtu:
description: >-
Expand All @@ -48,9 +47,16 @@ components:
minimum: 0
maximum: 14000
x-field-uid: 3
flow_settings:
$ref: './flowsettings.yaml#/components/schemas/RoCEv2.FlowSettings'
x-field-uid: 4
name:
x-include: ../../common/common.yaml#/components/schemas/Named.Object/properties/name
description: >-
The name of RoCEv2 Peer
type: string
x-field-uid: 4
flow_settings:
type: array
items:
$ref: './flowsettings.yaml#/components/schemas/RoCEv2.FlowSettings'
x-field-uid: 5
# name:
# x-include: ../../common/common.yaml#/components/schemas/Named.Object/properties/name
# x-field-uid: 6
5 changes: 4 additions & 1 deletion device/rocev2/rocev2ipv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ components:
ib_mtu:
x-include: ./rocev2.yaml#/components/schemas/Device.RoCEv2/properties/ib_mtu
x-field-uid: 3
name:
x-include: ./rocev2.yaml#/components/schemas/Device.RoCEv2/properties/name
x-field-uid: 4
flow_settings:
x-include: ./rocev2.yaml#/components/schemas/Device.RoCEv2/properties/flow_settings
x-field-uid: 4
x-field-uid: 5
# name:
# x-include: ./rocev2.yaml#/components/schemas/Device.ROCEv2/properties/name
# x-field-uid: 5
Expand Down
5 changes: 4 additions & 1 deletion device/rocev2/rocev2ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ components:
ib_mtu:
x-include: ./rocev2.yaml#/components/schemas/Device.RoCEv2/properties/ib_mtu
x-field-uid: 3
name:
x-include: ./rocev2.yaml#/components/schemas/Device.RoCEv2/properties/name
x-field-uid: 4
flow_settings:
x-include: ./rocev2.yaml#/components/schemas/Device.RoCEv2/properties/flow_settings
x-field-uid: 4
x-field-uid: 5
# name:
# x-include: ./rocev2.yaml#/components/schemas/Device.ROCEv2/properties/name
# x-field-uid: 5
Expand Down

0 comments on commit fc452b2

Please sign in to comment.