From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 678635699 for ; Tue, 6 Jun 2017 12:07:06 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 06 Jun 2017 03:07:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,305,1493708400"; d="scan'208";a="111431101" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga006.fm.intel.com with ESMTP; 06 Jun 2017 03:07:01 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.242]) by IRSMSX107.ger.corp.intel.com ([169.254.10.129]) with mapi id 14.03.0319.002; Tue, 6 Jun 2017 11:07:00 +0100 From: "Van Haaren, Harry" To: Jerin Jacob CC: "dev@dpdk.org" , Thomas Monjalon , "Richardson, Bruce" , "Ananyev, Konstantin" , "Wiles, Keith" Thread-Topic: [dpdk-dev] [RFCv2] service core concept Thread-Index: AdLbug0EIDngSYVITLmskNXYmitsLACCiUGAADoQ0JA= Date: Tue, 6 Jun 2017 10:06:59 +0000 Message-ID: References: <20170605072306.GA1280@jerin> In-Reply-To: <20170605072306.GA1280@jerin> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjhiNWVhMzUtZjRiNC00NTBjLTg3NWYtOTFmNjU3YzQ3ZjQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ikp5SHZVRFNPR1o4U3dcL0JLZmcrdktYTFNyWGVvWEFMRm51SDgwRFltOTRJPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [RFCv2] service core concept X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2017 10:07:06 -0000 > -----Original Message----- > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > Sent: Monday, June 5, 2017 8:23 AM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Thomas Monjalon ; Richardson, Bruc= e > ; Ananyev, Konstantin ; Wiles, Keith > > Subject: Re: [dpdk-dev] [RFCv2] service core concept > Looks good to me in general. >=20 > How about an API to query the service function running status? > bool rte_service_is_running(struct rte_service_spec *service); or somethi= ng similar. Good idea - noted and will implement for patchset.