forked from avocado-framework-tests/avocado-misc-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch enables the following: - tune vnic adapter queue to max supported values - Remove dmesg level=5 for dmesg check Signed-off-by: Vaishnavi Bhat <[email protected]>
- Loading branch information
1 parent
dd43b29
commit 487bcb2
Showing
2 changed files
with
24 additions
and
10 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 |
---|---|---|
|
@@ -25,3 +25,5 @@ host_password: "" | |
peer_user: "" | ||
peer_password: "" | ||
is_mlx_driver: True | ||
transmit_tx: 10 | ||
receive_rx: 10 |