Re: [ovs-dev] [PATCH v4 5/7] keepalive: Retrieve PMD status periodically.

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 5/7] keepalive: Retrieve PMD status periodically.

2017-08-22 Thread Bhanuprakash Bodireddy
This commit implements APIs to retrieve the PMD thread status and return the status in the below format for each PMD thread. Format: pmdid="status,core id,last_seen_timestamp(epoch)" eg: pmd62="ALIVE,2,150332575" pmd63="GONE,3,150332525" The status is periodically retrie