Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-10-13 Thread Flavio Leitner
f1 > >> > >> > >> > >> OVS_NUM_HUGEPAGES*=*4096 > >> > >> OVS_DATAPATH_TYPE*=*netdev > >> > >> OVS_GIT_TAG*=*master > >> > >> OVS_DPDK_GIT_TAG*=*"v2.0.0" > >> > >> > >> > >

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-26 Thread Na Zhu
y you will have to program the local endpoint ip into the >> physical bridge: >> >> *ip* address add 192.168.50.2 dev br-enp8s0f1 >> >> >> >> Przemek >> >> >> >> *From:* Na Zhu [mailto:zhunat...@gmail.com] >> *Sent:* Thursday,

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-25 Thread Na Zhu
nfigure your > system. > > The devstack plugin networking-ovs-dpdk will execute all the platform > configuration steps for you. > > > > Please follow the GSG: > https://github.com/stackforge/networking-ovs-dpdk/blob/master/doc/source/getstarted.rst > > You should

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-24 Thread Czesnowicz, Przemyslaw
lto:zhunat...@gmail.com] Sent: Thursday, September 24, 2015 3:43 PM To: Czesnowicz, Przemyslaw Cc: dev@openvswitch.org Subject: Re: [ovs-dev] Integrate ovs+dpdk to openstack Hi Przemek, Thanks you again. I see the devstack example local.conf use vlan as the tenant network type, can I use vxlan?

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-24 Thread Na Zhu
t; > You shouldn’t need to anything outside of that. > > > > Przemek > > > > *From:* Na Zhu [mailto:zhunat...@gmail.com] > *Sent:* Thursday, September 24, 2015 2:19 PM > *To:* Czesnowicz, Przemyslaw > *Cc:* dev@openvswitch.org > *Subject:* Re: [ovs-dev] Integrate o

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-24 Thread Czesnowicz, Przemyslaw
/getstarted.rst You shouldn’t need to anything outside of that. Przemek From: Na Zhu [mailto:zhunat...@gmail.com] Sent: Thursday, September 24, 2015 2:19 PM To: Czesnowicz, Przemyslaw Cc: dev@openvswitch.org Subject: Re: [ovs-dev] Integrate ovs+dpdk to openstack Hi Przemek, Really appreciate your

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-24 Thread Na Zhu
> *From:* Na Zhu [mailto:zhunat...@gmail.com] > *Sent:* Wednesday, September 23, 2015 2:23 PM > > *To:* Czesnowicz, Przemyslaw > *Cc:* dev@openvswitch.org > *Subject:* Re: [ovs-dev] Integrate ovs+dpdk to openstack > > > > Hi Przmek, > > > > Can you send me

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-24 Thread Czesnowicz, Przemyslaw
@openvswitch.org Subject: Re: [ovs-dev] Integrate ovs+dpdk to openstack Hi Przmek, Can you send me the nova source tree? BR Juno 2015-09-23 16:46 GMT+08:00 Czesnowicz, Przemyslaw mailto:przemyslaw.czesnow...@intel.com>>: Hi Na Zhu, 1. This is used when the agent is started. 2. Not sur

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-23 Thread Na Zhu
a bug in Launchpad. > > https://bugs.launchpad.net/networking-ovs-dpdk/ > > > > > > Regards > > Przemek > > > > *From:* Na Zhu [mailto:zhunat...@gmail.com] > *Sent:* Wednesday, September 23, 2015 7:00 AM > *To:* Czesnowicz, Przemyslaw > *

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-23 Thread Czesnowicz, Przemyslaw
Subject: Re: [ovs-dev] Integrate ovs+dpdk to openstack Hi Przemek, Thanks your reply. I read the code and find some missing, for example: 1, in file common/config.py, a new parameter of_interface is added "cfg.StrOpt('of_interface', default='ovsdpdk-ofctl'", but

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-22 Thread Na Zhu
lto:dev-boun...@openvswitch.org] On Behalf Of Na Zhu > > Sent: Wednesday, September 16, 2015 10:12 AM > > To: dev@openvswitch.org > > Subject: [ovs-dev] Integrate ovs+dpdk to openstack > > > > Hi all, > > > > Since ovs+dpdk is released, are you plan to

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-16 Thread Na Zhu
lto:dev-boun...@openvswitch.org] On Behalf Of Na Zhu > > Sent: Wednesday, September 16, 2015 10:12 AM > > To: dev@openvswitch.org > > Subject: [ovs-dev] Integrate ovs+dpdk to openstack > > > > Hi all, > > > > Since ovs+dpdk is released, are you plan to

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-09-16 Thread Czesnowicz, Przemyslaw
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Na Zhu > Sent: Wednesday, September 16, 2015 10:12 AM > To: dev@openvswitch.org > Subject: [ovs-dev] Integrate ovs+dpdk to openstack > > Hi all, > > Since ovs+dpdk is released

[ovs-dev] Integrate ovs+dpdk to openstack

2015-09-16 Thread Na Zhu
Hi all, Since ovs+dpdk is released, are you plan to integrate ovs+dpdk to openstack? I find there is a project on openstack stackforge https://github.com/stackforge/networking-ovs-dpdk/, but the project is not finished, and the code is incomplete. Is there any available patch for ovs+dpdk in open