Re: [ovs-dev] [PATCH v5 6/9] ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tables

2019-09-09 Thread Yi-Hung Wei
On Wed, Aug 28, 2019 at 3:15 PM Yi-Hung Wei wrote: > > This patch consumes the CT_Zone and CT_Timeout_Policy tables, maintains > the zone-based configuration in the vswitchd. Whenever there is a > database change, vswitchd will read the datapath, CT_Zone, and > CT_Timeout_Policy tables from

Re: [ovs-dev] Global Market infiltration

2019-09-09 Thread Alma Newton
Hi there, Hope You're doing great! I am just trying to follow up on below email and wondering if you would be interested in receiving more information on this. Please let me know. Thanks and I look forward to hear from you. Regards, Alma From: Alma Newton Sent: Friday, September 06,

[ovs-dev] PLEASE GO THROUGH THE ATTACHED DOCUMENTS AND REFERENCES ..

2019-09-09 Thread johnson WILLIAMS via dev
I AM CONTACTING YOU WITH REFERENCES OF CLIENTS I HAVE SHIPPED THEIR ATM CARDS TO AND THEY HAVE RECEIVED THEIR ATM CARD AND THEY ARE USING THE ATM CARDS PERFECTLY AND WITHDRAWING CASH FROM THE ATM CARDS.  I AM REQUESTING THAT YOU REVERT BACK TO ME TO ENABLE US SHIP YOUR ATM CARD TO YOUR ADDRESS.

Re: [ovs-dev] [PATCH] Fix the segfault seen in ovn-controller when running tests

2019-09-09 Thread Numan Siddique
On Mon, Sep 9, 2019 at 8:48 PM Lorenzo Bianconi wrote: > > > > From: Numan Siddique > > > > The test case - "116: ovn -- 2 HVs, 2 lports/HV, localnet ports, DVR N-S > Ping" > > is failing with the segfault in ovn-controller occationally. > > > > Acked-by: Lorenzo Bianconi > Thanks. I pushed

Re: [ovs-dev] [PATCH v2 ovn] northd: add empty_lb controller_event for logical router

2019-09-09 Thread Mark Michelson
On 9/7/19 1:28 PM, Lorenzo Bianconi wrote: Hi Lorenzo, I only have one finding down below On 9/6/19 11:00 AM, Lorenzo Bianconi wrote: Add empty load balancer controller_event support to logical router pipeline. Update northd documentation even for logical switch pipeline Signed-off-by:

Re: [ovs-dev] [PATCH] Fix the segfault seen in ovn-controller when running tests

2019-09-09 Thread Lorenzo Bianconi
> > From: Numan Siddique > > The test case - "116: ovn -- 2 HVs, 2 lports/HV, localnet ports, DVR N-S Ping" > is failing with the segfault in ovn-controller occationally. > Acked-by: Lorenzo Bianconi > This patch fixes it. > > backtrace > -- > Program terminated with signal SIGSEGV,

[ovs-dev] Zahlung bereit

2019-09-09 Thread KPMG administration
Bitte laden Sie die angehangte Datei herunter. Die Datei ist sicher und PDF-Datei gescannt. Sie konnen es sicher herunterladen Sehr geehrter Gewinner Finden Sie im Anhang die Gewinnbenachrichtigung, die angehangte Datei ist sicher und scannen Sie das PDF. Wir wurden beauftragt, Ihnen zu

[ovs-dev] [PATCH v1] netdev-dpdk: Fix flow control configuration.

2019-09-09 Thread Tomasz Konieczny
Currently OVS is unable to change flow control configuration in DPDK because new settings are being overwritten by current settings with rte_eth_dev_flow_ctrl_get(). The fix restores correct order of operations and at the same time does not trigger error on devices without flow control support

Re: [ovs-dev] [PATCH] netdev-dpdk: Track vhost tx contention.

2019-09-09 Thread David Marchand
On Mon, Aug 26, 2019 at 4:36 PM David Marchand wrote: > > Add a coverage counter to help diagnose contention on the vhost txqs. > This is seen as dropped packets on the physical ports for rates that > are usually handled fine by OVS. > > Signed-off-by: David Marchand Hey guys, can somebody look

Re: [ovs-dev] [PATCH] Fix the segfault seen in ovn-controller when running tests

2019-09-09 Thread 0-day Robot
Bleep bloop. Greetings Numan Siddique, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: fatal: sha1 information is lacking or useless (controller/physical.c). Repository lacks

[ovs-dev] [PATCH] Fix the segfault seen in ovn-controller when running tests

2019-09-09 Thread nusiddiq
From: Numan Siddique The test case - "116: ovn -- 2 HVs, 2 lports/HV, localnet ports, DVR N-S Ping" is failing with the segfault in ovn-controller occationally. This patch fixes it. backtrace -- Program terminated with signal SIGSEGV, Segmentation fault. 0x00422414 in

[ovs-dev] Virtio Crypto with OVS-DPDK

2019-09-09 Thread Harish Kumar Ambati
Hi All, I am working on Virtio Crypto and could run DPDK virtio crypto use cases on both x86 and ARM. Now , I am trying to integrate virtio crypto with ovs-dpdk , is there any work done in this direction . Could someone please help with inputs. Below is the DPDK sample application we tried.