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

2017-06-07 Thread Aaron Conole
"Bodireddy, Bhanuprakash" writes: > Hi Darrel, Aaron Hi Bhanu, >>There two ways to go with the design. >> >>1) Make it generic, so that it is not so PMD specific, as it is now. >>2) If it stays PMD specific, make it stronger; right now, the health check is

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

2017-05-01 Thread Ben Pfaff
On Mon, May 01, 2017 at 10:55:55PM +, Bodireddy, Bhanuprakash wrote: > >> > 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 > >> >

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

2017-05-01 Thread Bodireddy, Bhanuprakash
>There two ways to go with the design. > >1) Make it generic, so that it is not so PMD specific, as it is now. >2) If it stays PMD specific, make it stronger; right now, the health check is >limited – it detects that a PMD thread is proceeding or not. >For something like DPDK, I don’t think that

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

2017-05-01 Thread Bodireddy, Bhanuprakash
>> > 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 failure shall be >> > detected

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

2017-05-01 Thread Ben Pfaff
On Thu, Apr 27, 2017 at 05:18:04PM -0400, Aaron Conole wrote: > 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

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

2017-04-28 Thread Darrell Ball
There two ways to go with the design. 1) Make it generic, so that it is not so PMD specific, as it is now. 2) If it stays PMD specific, make it stronger; right now, the health check is limited – it detects that a PMD thread is proceeding or not. For something like DPDK, I don’t think that

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

2017-04-28 Thread Bodireddy, Bhanuprakash
>> 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 failure shall be >> detected &

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

2017-04-27 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 >

[ovs-dev] [PATCH v2 0/6] Add OVS DPDK keep-alive functionality

2017-04-26 Thread Bhanuprakash Bodireddy
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 failure shall be detected & reported to higher