Re: [ovs-dev] [PATCH monitor_cond V3 01/10] ovsdb: create column index mapping between ovsdb row to monitor row

2016-02-07 Thread Liran Schour
Andy Zhou wrote on 04/02/2016 11:54:06 PM: > On Sun, Jan 31, 2016 at 11:03 PM, Liran Schour wrote: > Columns indexing is different in ovsdb_row then in ovsdb_monitor_row. > We need mapping between the 2 for condition evaluation. > > signed-off-by: Liran Schour > > It may be simpler to and mo

Re: [ovs-dev] [PATCH monitor_cond V3 04/10] ovsdb: generate update notifications for monitor_cond session

2016-02-07 Thread Liran Schour
Andy Zhou wrote on 05/02/2016 10:47:48 AM: > > Only a few small comments in line. > > On Wed, Feb 3, 2016 at 5:53 AM, Liran Schour wrote: > Hold session's conditions in ovsdb_monitor_session_condition. Pass it > to ovsdb_monitor for generating "update2" notifications. > Add functions that can

Re: [ovs-dev] [PATCH monitor_cond V3 06/10] ovsdb: enable jsonrpc-server to service "monitor_cond_update" request

2016-02-07 Thread Liran Schour
Andy Zhou wrote on 05/02/2016 12:00:27 PM: > > On Wed, Feb 3, 2016 at 5:53 AM, Liran Schour wrote: > ovsdb-server now accepts "monitor_cond_update" request. On conditions update > we insert all rows of table in a new changes list - OVSDB_MONITOR_ALL that are > being indexed by the transaction

Re: [ovs-dev] [PATCH monitor_cond V3 07/10] lib: add to ovsdb-idl monitor_id

2016-02-07 Thread Liran Schour
Andy Zhou wrote on 05/02/2016 12:03:58 PM: > On Wed, Feb 3, 2016 at 5:53 AM, Liran Schour wrote: > IDL uses now a uuid to specify a monitoring session that is being > sent to the server on "monitor_cond" request. > This uuid will be used to issue ongoing "monitor_cond_change" requests > for this

Re: [ovs-dev] [PATCH monitor_cond V3 08/10] lib: add monitor_cond_update API to C IDL lib

2016-02-07 Thread Liran Schour
Andy Zhou wrote on 05/02/2016 01:03:17 PM: > On Wed, Feb 3, 2016 at 5:53 AM, Liran Schour wrote: > Add API that allows the user to create condition iteratively > and send condition_update to the server. > > Signed-off-by: Liran Schour > > --- > v2->v3: > * Simplify API to allow iteratively a

Re: [ovs-dev] [PATCH monitor_cond V3 09/10] python: move Python idl to work with monitor_cond

2016-02-07 Thread Liran Schour
Andy Zhou wrote on 05/02/2016 01:46:45 PM: > On Wed, Feb 3, 2016 at 5:53 AM, Liran Schour wrote: > Python idl works now with "monitor_cond" method. Add test > for backward compatibility with old "monitor" method. > > Signed-off-by: Liran Schour > > I glanced through the logic of most of the c

[ovs-dev] Impress, attack all her holes, be her beast!

2016-02-07 Thread Delores
96 Because v-vitamin really helps your desire! p{margin:10px 0;padding:0;} table{border-collapse:collapse;} h1,h2,h3,h4,h5,h6{display:block;margin:0;padding:0;} img,a img{border:0;height:auto;outline:none;text-decoration:none;} body,#bodyTable,#bodyCell{height:100%;margin:0;padding:0;

Re: [ovs-dev] [PATCH v8 0/5] Convert DPDK configuration from command line to DB based

2016-02-07 Thread Aaron Conole
Apologies for the top post on this one. I am going to rebase and resubmit this series in 14 - 18 hours. At that time I am doing the following: Changing Kevin and Panu's Cc: lines to ACKs Adding: Tested-by: RobertX Wojciechowicz The deltas from v8 to v9 are comment changes, and making the -n and

[ovs-dev] OVS PatchWork Update

2016-02-07 Thread alexw
30+ Day Old Patches === ID State Date Name -- - 548008 New2015-11-24 11:19:01 [ovs-dev,v4,2/4] ovn: New flows for DHCP tranffic 548010 New2015-11-24 11:19:02 [ovs-dev,v4,3/4] ovn: Process dhcp packet-ins and

[ovs-dev] Mail System Error - Returned Mail

2016-02-07 Thread Post Office
Message could not be delivered ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] manpages.mk: remove ovs-benchmark.

2016-02-07 Thread Ilya Maximets
Fixes: e75291417990 ("ovs-benchmark: Remove.") Signed-off-by: Ilya Maximets --- manpages.mk | 6 -- 1 file changed, 6 deletions(-) diff --git a/manpages.mk b/manpages.mk index 6141242..bf96e9f 100644 --- a/manpages.mk +++ b/manpages.mk @@ -110,12 +110,6 @@ utilities/ovs-appctl.8: \ utilitie

[ovs-dev] [PATCH v2] dpif-netdev: Add dpif-netdev/pmd-rxq-show appctl command.

2016-02-07 Thread Ilya Maximets
This command can be used to check the port/rxq assignment to pmd threads. For each pmd thread of the datapath shows list of queue-ids with port names. Additionally log message from pmd_thread_main() extended with queue-id, and type of this message changed from INFO to DBG. Signed-off-by: Ilya Max

Re: [ovs-dev] [PATCH] dpif-netdev: Add dpif-netdev/pmd-show-poll-lists appctl command.

2016-02-07 Thread Ilya Maximets
On 05.02.2016 23:18, Flavio Leitner wrote: > If you are demoting an INFO log message, I would ask you tell in the NEWS > file about that and the new command. I am saying this because I know people > watching for that message to make sure it is working. > > Another concern is with the command name.