[ovs-dev] hii

2016-03-26 Thread Gen. Natalia Williams Johnson
I am Lt.Gen Natalia. Jordan Williams i will like to have a little discussion with you. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH monitor_cond V5 03/18] ovsdb: allow unmonitored columns in condition evaluation

2016-03-26 Thread Liran Schour
Ben Pfaff wrote on 21/03/2016 10:14:47 PM: > On Fri, Mar 04, 2016 at 08:08:58AM +, Liran Schour wrote: > > This commit allows to add unmonitored columns to a monitored table > > due to condition update. > > It will be used to evaluate conditions on unmonitored columns. > > Update notification

Re: [ovs-dev] [PATCH v2] netdev-dpdk: vhost: Fix txq enabling in the absence of notifications.

2016-03-26 Thread Flavio Leitner
On Fri, Mar 25, 2016 at 09:50:33AM +0300, Ilya Maximets wrote: > According to QEMU documentation (docs/specs/vhost-user.txt) one queue > should be enabled initially. More queues are enabled dynamically, by > sending message VHOST_USER_SET_VRING_ENABLE. > > Currently all queues in OVS disabled by d

Re: [ovs-dev] [PATCH v2] netdev-dpdk: vhost: Fix txq enabling in the absence of notifications.

2016-03-26 Thread Mauricio Vásquez
On Fri, Mar 25, 2016 at 7:50 AM, Ilya Maximets wrote: > According to QEMU documentation (docs/specs/vhost-user.txt) one queue > should be enabled initially. More queues are enabled dynamically, by > sending message VHOST_USER_SET_VRING_ENABLE. > > Currently all queues in OVS disabled by default.