-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'zcrx/next' of https://github.com/isilence/liburing into…
… zcrx * 'zcrx/next' of https://github.com/isilence/liburing: zcrx: add unit test zcrx: add zero copy rx support zcrx: add sh script for setting up flow steering Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information
Showing
6 changed files
with
1,004 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
ethtool -N eth0 delete 0 | ||
ethtool -X eth0 context 1 delete | ||
|
||
ethtool -L eth0 combined 64 | ||
ethtool -X eth0 equal 12 | ||
|
||
ethtool -X eth0 context new start 12 equal 1 | ||
ethtool -N eth0 flow-type tcp6 dst-port 9999 context 1 |
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
Oops, something went wrong.