[openstack-dev] [Kuryr] Kuryr IPVlan Code PoC

2016-09-21 Thread Daly, Louise M
Hi everyone, As promised here is a link to the code PoC for the Kuryr-IPVlan proposal. https://github.com/lmdaly/kuryr-libnetwork Link to specific commit https://github.com/lmdaly/kuryr-libnetwork/commit/1dc895a6d8bfaa03c0dd5cfb2d3e23e2e948a67c >From here you can clone the repo and install Kuryr

Re: [openstack-dev] [Kuryr] IPVLAN data path proposal

2016-09-19 Thread Daly, Louise M
Thanks Liping! Yes we are using the kuryr ipam driver in the PoC code, otherwise we have to manage the IP addresses manually. We chose IPVlan mostly due to the hardware limitation of the mac addresses on the NIC (i.e. No. of virtual devices created on a master exceeds the mac capacity and puts

Re: [openstack-dev] [Kuryr] IPVLAN data path proposal

2016-09-19 Thread Daly, Louise M
Hi Liping, I am also on the team working on the ipvlan proposal and I will try and answer your question the best I can. I think from your blog post you understand the proposal correctly. The steps you mentioned are very similar to the code PoC with ipvlan. These are the steps we followed when