Re: [ovs-dev] [PATCH v2] process: Consolidate process related APIs.

2017-07-13 Thread Ben Pfaff
On Tue, Jun 20, 2017 at 10:29:47AM +0100, Bhanuprakash Bodireddy wrote: > As part of retrieving system statistics, process status APIs along with > helper functions were implemented. Some of them are very generic and can > be reused by other subsystems. > > Move the APIs in system-stats.c to proce

Re: [ovs-dev] [PATCH v2] process: Consolidate process related APIs.

2017-06-29 Thread Bodireddy, Bhanuprakash
Hello Ben, Can you please check if the changes look good and apply this patch to the master. The Keepalive patch series has a dependency on this patch (using few of the below APIs). I can send the first non-RFC version of KA patch series only if this patch is in. Regards, Bhanuprakash. >---

[ovs-dev] [PATCH v2] process: Consolidate process related APIs.

2017-06-20 Thread Bhanuprakash Bodireddy
As part of retrieving system statistics, process status APIs along with helper functions were implemented. Some of them are very generic and can be reused by other subsystems. Move the APIs in system-stats.c to process.c and util.c and make them available. This patch doesn't change any functionali