forked from sonoble/sonic-buildimage
-
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.
Allow buffer profile apply after init (sonic-net#1099)
* Allow buffer profile application after init (i.e., at run time) Signed-off-by: Wenda Ni <wenni@microsoft.com> * Address comment: Alert when a buffer profile is applied after the physical port is brought up Signed-off-by: Wenda Ni <wenni@microsoft.com> * Remove unnecessary space Signed-off-by: Wenda Ni <wenni@microsoft.com> * Correct logic Signed-off-by: Wenda Ni <wenni@microsoft.com> * Correct compile error Signed-off-by: Wenda Ni <wenni@microsoft.com>
- Loading branch information
Showing
4 changed files
with
38 additions
and
3 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
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 |
---|---|---|
|
@@ -166,7 +166,6 @@ int main(int argc, char **argv) | |
return EXIT_FAILURE; | ||
} | ||
|
||
|
||
return 1; | ||
} | ||
|
||
|