Displaying 1 result from an estimated 1 matches for "macvtap_passthrough".
2014 Jan 19
1
How to configure MacVtap passthrough mode to SR-IOV VF?
...So I want to try.
            My environment:
            Host: Dell R610, OS: RHEL 6.4 ( kernel 2.6.32)
            NIC: intel 82599
            I follow a document from intel guy, it said that I should write xml like below:
============================
<network>
                 <name>macvtap_passthrough’</name>
                 <forward mode=’passthrough>
                          <interface dev=’vf0’ />
                          <interface dev=’vf1’ />
                          .. ..
                </forward>
</network>
============================...