Re: [ovs-discuss] conf.db large than 400M, is that a problem?

2017-03-07 Thread Huanglili (lee)
En, found ovsdb_file_commit() function is ovsdb/file.c: /* If it has been at least COMPACT_MIN_MSEC ms since the last time we * compacted (or at least COMPACT_RETRY_MSEC ms since the last time we * tried), and if there are at least 100 transactions in the database, and * if the

Re: [ovs-discuss] conf.db large than 400M, is that a problem?

2017-03-07 Thread Ben Pfaff
On Wed, Mar 08, 2017 at 01:33:48AM +, Huanglili (lee) wrote: > When I do some tests, I found a strange thing that /etc/openvswitch/conf.db > could be 432M. > What I did is: > while(1);do > create a ovs bridge > create a internal port > delete bridge > service openvswitch restart > done > > Bu

[ovs-discuss] conf.db large than 400M, is that a problem?

2017-03-07 Thread Huanglili (lee)
Hi, all When I do some tests, I found a strange thing that /etc/openvswitch/conf.db could be 432M. What I did is: while(1);do create a ovs bridge create a internal port delete bridge service openvswitch restart done But when I do while(1);do create a ovs bridge create a internal port delete brid

Re: [ovs-discuss] Push tunnel and Pop tunnel as action

2017-03-07 Thread Chandran, Sugesh
Regards _Sugesh From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of mrityunjay.kum...@wipro.com Sent: Tuesday, March 7, 2017 12:11 AM To: ovs-discuss@openvswitch.org Cc: holle...@skyportsystems.com; debajit.gh...@wipro.com; karuppusamy.marappago

Re: [ovs-discuss] Open vSwitch and OpenLISP CP

2017-03-07 Thread Lori Jakab
On 3/7/17 5:42 PM, Massimiliano Gualtieri wrote: > Hi everyone, > > i want to add LISP mapping system support for my OVS. > In my bridge i create a lisp port that encapsulate/decapsulate packets. > LISP mapping system is implement in OpenLISP CP. > I have installed OpenLISP CP on a LXC that is con

Re: [ovs-discuss] Queue Scheduler

2017-03-07 Thread Ben Pfaff
On Tue, Mar 07, 2017 at 04:56:32PM +0100, Jannis Ohms wrote: > Are the OpenFlow queues scheduled by OVS or is this the Job of the Kernel > packet dispatcher ? Please read the FAQ. http://docs.openvswitch.org/en/latest/faq/qos/ ___ discuss mailing list di

[ovs-discuss] Queue Scheduler

2017-03-07 Thread Jannis Ohms
Hi Are the OpenFlow queues scheduled by OVS or is this the Job of the Kernel packet dispatcher ? If it is part of OVS can someone throw me a hint for the code -- Ostfalia University of Applied Sciences Research Group IP-based Communication Systems Salzdahlumer Straße 46/48 38302 Wolfenbütte

[ovs-discuss] Request for help

2017-03-07 Thread Jisha S Najeem
Dear Sir, I am M.Tech student specialised in Cybersecurity systems and Networks for Amrita University. I am currently doing a reasrch in Software Defined Networking. I kindly request you regarding the source code of OpenvSwitch openflow protocol. Sir, how to compile and can we add an extra module

[ovs-discuss] Open vSwitch and OpenLISP CP

2017-03-07 Thread Massimiliano Gualtieri
Hi everyone, i want to add LISP mapping system support for my OVS. In my bridge i create a lisp port that encapsulate/decapsulate packets. LISP mapping system is implement in OpenLISP CP. I have installed OpenLISP CP on a LXC that is connected to OVS. I send Lisp control-packets to OpenLisp CP f

[ovs-discuss] dpdk-OvS based time difference measuring for Intel I350 NIC

2017-03-07 Thread Ali Volkan Atli
As I know, Intel I350 NIC supports IEEE 1588 (hardware time stamping). So, can I measure the time difference between a packet enters and exits the DPDK-OvS by using the hardware timestamp? Thanks in advance - Volkan ___ discuss mailing list disc...@o