-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make qos field in the RoceOptimized sections optional
If not specified, trust will be set to dscp and pfc to 0,0,0,1,0,0,0,0 Signed-off-by: Alexander Maslennikov <[email protected]>
- Loading branch information
1 parent
de1a58e
commit 670917d
Showing
5 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,7 +164,6 @@ spec: | |
type: object | ||
required: | ||
- enabled | ||
- qos | ||
type: object | ||
required: | ||
- linkType | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,7 +143,6 @@ spec: | |
type: object | ||
required: | ||
- enabled | ||
- qos | ||
type: object | ||
required: | ||
- linkType | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,7 +164,6 @@ spec: | |
type: object | ||
required: | ||
- enabled | ||
- qos | ||
type: object | ||
required: | ||
- linkType | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,7 +143,6 @@ spec: | |
type: object | ||
required: | ||
- enabled | ||
- qos | ||
type: object | ||
required: | ||
- linkType | ||
|