Re: [ovs-dev] [PATCH v4 2/7] Keepalive: Add initial keepalive support.

2017-09-07 Thread Bodireddy, Bhanuprakash
Hi Aaron, My reply inline. >Hi Bhanu, > >Bhanuprakash Bodireddy writes: > >> This commit introduces the initial keepalive support by adding >> 'keepalive' module and also helper and initialization functions that >> will be invoked by later commits. >> >> This commit adds new ovsdb column "keepal

Re: [ovs-dev] [PATCH v4 2/7] Keepalive: Add initial keepalive support.

2017-09-06 Thread Aaron Conole
Hi Bhanu, Bhanuprakash Bodireddy writes: > This commit introduces the initial keepalive support by adding > 'keepalive' module and also helper and initialization functions > that will be invoked by later commits. > > This commit adds new ovsdb column "keepalive" that shows the status > of the da

Re: [ovs-dev] [PATCH v4 2/7] Keepalive: Add initial keepalive support.

2017-09-05 Thread Fischetti, Antonio
Comments inline. > -Original Message- > From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev-boun...@openvswitch.org] > On Behalf Of Bhanuprakash Bodireddy > Sent: Tuesday, August 22, 2017 10:41 AM > To: d...@openvswitch.org > Cc: i.maxim...@samsung.com > Subject: [o

[ovs-dev] [PATCH v4 2/7] Keepalive: Add initial keepalive support.

2017-08-22 Thread Bhanuprakash Bodireddy
This commit introduces the initial keepalive support by adding 'keepalive' module and also helper and initialization functions that will be invoked by later commits. This commit adds new ovsdb column "keepalive" that shows the status of the datapath threads. This is implemented for DPDK datapath a