-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible Extensions: discussion-only, do not merge #61
Open
artpol84
wants to merge
21
commits into
Mellanox:master
Choose a base branch
from
artpol84:dev_helios
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
artpol84
force-pushed
the
dev_helios
branch
from
September 17, 2020 04:16
1f93502
to
6303025
Compare
nested virtualization, very cool |
Yeah |
Conflicts: plugins/do-kvm.py
Conflicts: docker/fc31/support-llvm.sh
Particular scenario: * L1 VM has 4 VFs * To prepare VF0 for L2 VM [root@L1-VM ~]# /plugins/scripts/prepare_vfio.sh * (for out-of-lab setup) need to set the root password to SSH from another terminal For that "passwd" tool is included in the container * Execute the L2 VM from L1: [root@L1-VM ~]# python3 /plugins/do-nest-kvm.py * From another terminal - SSH to the L1 VM: [root@Lo-Host ~]# ssh -p 4444 root@localhost NOTE: If working in-Lab - can just SSH as regular user: All SSH keys are there * Test that port forwarding works: * L2: [root@helios001 ~]# nc -p 24 -l * L1: [root@helios001 ~]# nc localhost 1807 * Run ib_send_lat * L1: [root@L2-VM ~]# ib_send_lat -p 24 * L2: [root@L1-VM ~]# ib_send_lat -p 1807 -d ibp1s0f0v2 localhost
Conflicts: docker/fc33/kvm.Dockerfile
* Fix few URLs by replacing git:// with http:// * Add compilers to the main image for debugging * Copy SimX sources to the main image for gdb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@rleon @jgunthorpe I'm still in process of playing with mkt.
Opening this PR to keep track of my modifications so we can discuss them.
Its not intended to go production as is, but highlights the issues, limitations and proposed functionality.