* VM guest bridging issue with i40e
@ 2015-04-21 14:14 Stefan Assmann
0 siblings, 0 replies; only message in thread
From: Stefan Assmann @ 2015-04-21 14:14 UTC (permalink / raw)
To: intel-wired-lan; +Cc: netdev, anjali.singhai, Williams, Mitch A
There's some trouble with a kvm guest that is bridged to the host
networks i40e (X710) NIC. The guest no longer receives DHCP replies and
probably other traffic as well.
I bisected this back to the following commit.
commit 79c21a827e98081895a8b9650f1b0a8b37b16125
Author: Anjali Singhai Jain <anjali.singhai@intel.com>
Date: Thu Nov 13 03:06:14 2014 +0000
i40e: Add new update VSI flow to accommodate FW fix with VSI Loopback mode
All VSIs on a VEB should either have loopback enabled or disabled, a
mixed mode is not supported for a VEB. Since our driver supports multiple
VSIs per PF that need to talk to each other make sure to enable Loopback
for the PF and FDIR VSI as well.
Also, we now have to explicitly enable Loopback mode otherwise we fail
VSI creation for VMDq and VF VSIs.
Reproducer:
Adding bridge on the host
# brctl addbr br0
# brctl addif br0 eth6
virt XML for bridging
<interface type='bridge'>
<source bridge='br0'/>
</interface>
Now request IP via DHCP from the kvm guest.
The problem appears as soon as loopback gets enabled on the main VSI.
>From the XL710 spec:
7.4.9.5.4.1.1 Add VSI Settings Recommendations
Table 7-86. Add VSI Recommended settings
Allow Loopback 0 for PF
Is it correct that the main VSI represents the PF? If so shouldn't
loopback stay disabled for the main VSI?
Stefan
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-21 14:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21 14:14 VM guest bridging issue with i40e Stefan Assmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).