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

support alternative vf representor device naming provided by systemd #352

Open
jtluka opened this issue Nov 28, 2023 · 0 comments
Open

support alternative vf representor device naming provided by systemd #352

jtluka opened this issue Nov 28, 2023 · 0 comments

Comments

@jtluka
Copy link
Collaborator

jtluka commented Nov 28, 2023

For better deterministics of vf/vf_representor device names, systemd added an option for kernel, see redhat-plumbers/systemd-rhel9@ac7fc3f

The expected naming then is:

PF=enp65s0f0np0
VF=enp65s0f0np0v0
REP=enp65s0f0np0r0

instead of:

PF=enp65s0f0np0 # phys_port_name for PF interface is 'p0'
VF=enp65s0f0np0v0 # v0 is appended for VF0 in case of NAMING_SR_IOV_V
REP=enp65s0f0np0pf0vf0 # phys_port_name for VF0 representor is 'pf0vf0'

We should check if the current code in #346 works fine with this naming scheme. If not we should update the code to cope with the naming scheme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant