[ovs-dev] Returned mail: Data format error

2016-02-20 Thread gillis
The original message was received at Sun, 1 Jan 2006 02:21:04 +0530 from cgocable.ca [123.186.220.110] - The following addresses had permanent fatal errors - dev@openvswitch.org ___ dev mailing list dev@openvswitch.org http://openvswitch.org/

[ovs-dev] [PATCH RFC v3] netdev-dpdk: vhost-user: Fix sending packets to queues not enabled by guest.

2016-02-20 Thread Ilya Maximets
Currently virtio driver in guest operating system have to be configured to use exactly same number of queues. If number of queues will be less, some packets will get stuck in queues unused by guest and will not be received. Fix that by using new 'vring_state_changed' callback, which is available f

[ovs-dev] [PATCH 2/2] ovsdb: Return NULL if prev_txn == next_txn

2016-02-20 Thread Liran Schour
In case that we flushed everything already, we can immeidately return NULL. Signed-off-by: Liran Schour --- ovsdb/monitor.c | 4 1 file changed, 4 insertions(+) diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c index 5ae9cdb..1a07f19 100644 --- a/ovsdb/monitor.c +++ b/ovsdb/monitor.c @@ -733,

[ovs-dev] [PATCH 1/2] tests: Fix inconsistency tests in monitor

2016-02-20 Thread Liran Schour
In case of delete only: !initial,!insert,!modify. We can not be sure that we will see X if we have: insert X, delete X. In case of modify only: !initial,!insert,!delete. We can not be sure that we will see X modified if we have: insert X, modify X, delete X. Signed-off-by: Liran Schour --- tests

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

2016-02-20 Thread Aaron Conole
Aaron Conole writes: > Daniele Di Proietto writes: > >> On 09/02/2016 09:48, "Traynor, Kevin" wrote: >> >>> >>> -Original Message- From: Aaron Conole [mailto:acon...@redhat.com] Sent: Friday, January 29, 2016 5:57 PM To: dev@openvswitch.org Cc: Flavio Leitner ;