Re: [dpdk-dev] [PATCH v2 1/1] service: Add service lcore attr APIs

2018-07-11 Thread Thomas Monjalon
09/05/2018 18:22, Erik Gabriel Carrillo: > Add APIs that allow an application to query and reset the attributes of > a service lcore. Add one such new attribute, "loops", which is a > counter that tracks the number of times the service core has looped in > the service runner function. This is use

[dpdk-dev] [PATCH v2 1/1] service: Add service lcore attr APIs

2018-05-09 Thread Erik Gabriel Carrillo
Add APIs that allow an application to query and reset the attributes of a service lcore. Add one such new attribute, "loops", which is a counter that tracks the number of times the service core has looped in the service runner function. This is useful to applications that desire a "liveness" chec