Skip to content
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

Migrate Fedora based distros to use the standard udev scripts #835

Merged
merged 5 commits into from Oct 13, 2020

Conversation

Honggang-LI
Copy link
Contributor

No description provided.

It is unlikely someone still use RDMA with those ancient AMD chipsets.

Signed-off-by: Honggang Li <honli@redhat.com>
The issue here is that when we first added SRIOV support, which is
used pretty much exclusively for either virtualization or containers,
none of the infrastructure knew anything about SRIOV.  So, we tried
to set it up ourselves so that they could work.  Turns out our
scripts will only work on mlx4 based devices anyway, because all the
mlx5 based devices require that the GID be set by the SM, not by us.
So, our solution is at best a partial solution, and one that should
be handled by libvirt and not us (our static SRIOV settings don't
allow for migration for instance).

CC: Doug Ledford <dledford@redhat.com>
Signed-off-by: Honggang Li <honli@redhat.com>
Migrate Fedora based distros to use the standard udev scripts
provided in kernel-boot/ directory.

Signed-off-by: Honggang Li <honli@redhat.com>
In the old module load configuration file, ib_srpt and ib_isert
modules are loaded by default.

Signed-off-by: Honggang Li <honli@redhat.com>
Signed-off-by: Honggang Li <honli@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants