Re: [Openstack] SRIOV and BOND

2016-07-11 Thread Brent Troge
Thanks for your response. In the meantime, I created an additional throw-away subnet(192.168/16) on each network. So on the 'main' neutron port, I call the 'production' subnet. On the other neutron port(s) in the bond group, I call the "throw-away" subnet. So now only one IP is allocated out of my

Re: [Openstack] SRIOV and BOND

2016-07-10 Thread Sam Stoelinga
If you're using PCI passhtrough with direct passthrough you shouldn't be hit by ARP spoofing protection so even though it assigns an IP you could in theory use any IP. If you need to allow a single IP to be allowed on multiple ports you can use allowed address pairs functionality. From what I under