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

Update RDMA Interface Documentation #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/plugins/rdma/rdma_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ underlying VF is configured in trusted mode and spoof-checking is
disabled (of course, be aware of the `security
considerations <#Security%20considerations>`__):

If you are passing a VF into a Virtual Machine, configure your SR-IOV
settings as normal on the host machine. This includes spoof checking
(use ``spoofchk on`` if ``spoof on`` is considered garbage on your
system). Within your VM, bring the interface up inside your OS and
note the MAC Address (or set it manually) using ``ifconfig`` or
``ip link`` and ensure you set the MAC Address of your VPP interface
to match this with ``vpp# set int mac address <rdma-interface> <mac-
address>`` and bring it up as usual.

::

host# ip l set dev enp94s0f0 vf 0 spoof off trust on
Expand Down