Re: [ovs-dev] [PATCH ovs V6 00/24] Introducing HW offload support for openvswitch

2017-04-02 Thread Marcelo Ricardo Leitner
On Sun, Apr 02, 2017 at 02:36:18PM +0300, Roi Dayan wrote: > > > On 02/04/2017 06:50, Roi Dayan wrote: > > > > > > On 31/03/2017 01:11, Marcelo Ricardo Leitner wrote: > > > On Thu, Mar 30, 2017 at 03:43:36PM -0300, Marcelo Ricardo Leitner wrote: ... > > > > When offloading is enabled, the rules

Re: [ovs-dev] [PATCH 5/7] utils: Introduce xusleep for subsecond granularity.

2017-04-02 Thread Aaron Conole
Bhanuprakash Bodireddy writes: > This will be used by KA framework that needs millisecond granularity. > > Signed-off-by: Bhanuprakash Bodireddy > --- Without this patch, builds starting at 3/7 will fail. That's pretty bad. Please see my earlier comment about including helpers when they are u

Re: [ovs-dev] [PATCH 4/7] process: Retrieve process status.

2017-04-02 Thread Aaron Conole
Bhanuprakash Bodireddy writes: > Implement function to retrieve the process status. This will be used by > Keepalive monitoring thread for detecting false alarms. > > Signed-off-by: Bhanuprakash Bodireddy > --- > lib/process.c | 60 > +++

Re: [ovs-dev] [PATCH 1/7] dpdk: Add helper functions for DPDK keepalive.

2017-04-02 Thread Aaron Conole
Bhanuprakash Bodireddy writes: > Introduce helper functions in 'dpdk' module that are needed for > keepalive functionality. Also add dummy functions in 'dpdk-stub' module > that are needed when DPDK is not available. > > Signed-off-by: Bhanuprakash Bodireddy > --- I think it's better to add hel

Re: [ovs-dev] [PATCH 3/7] netdev-dpdk: Add support for keepalive functionality.

2017-04-02 Thread Aaron Conole
Bhanuprakash Bodireddy writes: > This commit initializes the keepalive subsystem and spawns keepalive > thread that wakes up at regular intervals to update the timestamp and > status of pmd cores in shared memory. > > This patch implements POSIX shared memory object for storing the events > that

Re: [ovs-dev] [PATCH 0/7] Add OVS DPDK keep-alive functionality

2017-04-02 Thread Aaron Conole
Hi Bhanu, Bhanuprakash Bodireddy writes: > This patch is aimed at achieving Fastpath Service Assurance in > OVS-DPDK deployments. This commit adds support for monitoring the packet > processing cores(pmd thread cores) by dispatching heartbeats at regular > intervals. Incase of heartbeat miss the

Re: [ovs-dev] Fwd: In OVS2.6 userspace datapath, ARP handling for non-tunnel packet?

2017-04-02 Thread Darrell Ball
From: Joo Kim Date: Friday, March 31, 2017 at 6:36 PM To: Darrell Ball Cc: "ovs-dev@openvswitch.org" Subject: Re: [ovs-dev] Fwd: In OVS2.6 userspace datapath, ARP handling for non-tunnel packet? While static MAC binding addon is good in the sense that we can avoid expense ARP resolution, b

[ovs-dev] Hi,

2017-04-02 Thread elisa
Hi, I have not heard from you to my previous email,did you receive it or I can send you one times.Waiting to hear from you. Elisa. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH ovs V6 00/24] Introducing HW offload support for openvswitch

2017-04-02 Thread Roi Dayan
On 02/04/2017 06:50, Roi Dayan wrote: On 31/03/2017 01:11, Marcelo Ricardo Leitner wrote: On Thu, Mar 30, 2017 at 03:43:36PM -0300, Marcelo Ricardo Leitner wrote: On Wed, Mar 29, 2017 at 03:43:10PM +0300, Roi Dayan wrote: This patch series introduces rule offload functionality to dpif-netl