Re: [dpdk-dev] [PATCH v3 0/2] Improve service stop support

2018-06-24 Thread Jerin Jacob
-Original Message- > Date: Thu, 21 Jun 2018 09:23:21 -0500 > From: Gage Eads > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com, harry.van.haa...@intel.com, > bruce.richard...@intel.com, nikhil@intel.com, > erik.g.carri...@intel.com, abhinandan.guj...@intel.com, > tho...@monjal

[dpdk-dev] [PATCH v3 0/2] Improve service stop support

2018-06-21 Thread Gage Eads
Existing service functions allow us to stop a service, but doing so doesn't guarantee that the service has finished running on a service core. This patch set introduces a function, rte_service_may_be_active(), to check whether a stopped service is truly stopped. This is needed for flows that modif