Re: [ovs-discuss] Limit Number of Flows

2017-05-29 Thread Ben Pfaff
On Mon, May 29, 2017 at 09:42:55AM +, Asha P wrote: > I am using OpenvSwitch as one of the VNF ( Virtual Network > Function). I wanted to know if there any way where we can limit the > number of flows in switch, So that it can be used in my usecase. For > Example, I must be able to

Re: [ovs-discuss] Debian install dep

2017-05-29 Thread Ben Pfaff
Sure, although it's better to email the patch to the dev list. On Mon, May 29, 2017 at 09:10:23PM +0100, Mircea Ulinic wrote: > Thanks, Ben. > For future reference, if I notice anything else that can be > improved/adjusted etc., can I just send a pull request directly to >

Re: [ovs-discuss] Debian install dep

2017-05-29 Thread Mircea Ulinic
Thanks, Ben. For future reference, if I notice anything else that can be improved/adjusted etc., can I just send a pull request directly to https://github.com/openvswitch/ovs? On 29 May 2017 at 19:41, Ben Pfaff wrote: > On Mon, May 29, 2017 at 12:39:15AM +0100, Mircea Ulinic

Re: [ovs-discuss] OpenFlow stack protocol written in Java fro the switch

2017-05-29 Thread Ben Pfaff
On Mon, May 29, 2017 at 04:47:26PM +0200, Simone Aglianò wrote: > I would like to find the openflow stack of the switch implemented in Java > in order to use it like an interface with the Floodlight controller. > I was looking on the code of Floodlight controller regarding the >

Re: [ovs-discuss] Debian install dep

2017-05-29 Thread Ben Pfaff
On Mon, May 29, 2017 at 12:39:15AM +0100, Mircea Ulinic wrote: > Hi, > > I just installed ovs on a fresh Debian, following the instructions from > http://docs.openvswitch.org/en/latest/intro/install/debian/ > > After the build, it complained: > > admin@ip-172-31-5-175:~$ sudo dpkg -i

[ovs-discuss] OpenFlow stack protocol written in Java fro the switch

2017-05-29 Thread Simone Aglianò
Hello, I would like to find the openflow stack of the switch implemented in Java in order to use it like an interface with the Floodlight controller. I was looking on the code of Floodlight controller regarding the *OFSwitchHandshakeHandler.java* file, but I have checked that it doesn t support

Re: [ovs-discuss] Unable to configure OVS with DPDK in CentOS 7.2.1511

2017-05-29 Thread Stokes, Ian
Hi Mohan, OVS 2.5.2 is not compatible with DPDK 16.11.1. OVS 2.5 can be used with DPDK 2.2. The mapping of supported OVS and DPDK versions are available in the releases document for OVS (see link below). http://docs.openvswitch.org/en/latest/faq/releases/ If DPDK 16.11.1 is a requirement I

[ovs-discuss] Unable to configure OVS with DPDK in CentOS 7.2.1511

2017-05-29 Thread Mohanraj Venkat
Hi, I tried to configure OVS 2.5.2 with DPDK 16.11.1, but I am getting error as given below. I set the build path properly and started "./configure --with-dpdk=$DPDK_BUILD", But I am getting this error *configure: error: cannot link with dpdk* Please help me to resolve this issue. Thanks,