From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <xun.ni@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 8EC305AA8
 for <dev@dpdk.org>; Mon, 12 Jan 2015 15:28:25 +0100 (CET)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by orsmga101.jf.intel.com with ESMTP; 12 Jan 2015 06:28:24 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.07,744,1413270000"; 
 d="scan'208,217";a="649833873"
Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86])
 by fmsmga001.fm.intel.com with ESMTP; 12 Jan 2015 06:28:23 -0800
Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by
 KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS)
 id 14.3.195.1; Mon, 12 Jan 2015 22:28:22 +0800
Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.240]) by
 SHSMSX151.ccr.corp.intel.com ([169.254.3.92]) with mapi id 14.03.0195.001;
 Mon, 12 Jan 2015 22:28:21 +0800
From: "Ni, Xun" <xun.ni@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] daemon process problem in DPDK
Thread-Index: AdAucvATXJc3Kwm0RE+vPsza6T8tAg==
Date: Mon, 12 Jan 2015 14:28:20 +0000
Message-ID: <91E2D863603AD4478F101CE81E76E45D01C3839B@SHSMSX103.ccr.corp.intel.com>
Accept-Language: zh-CN, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: [dpdk-dev]  daemon process problem in DPDK
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 12 Jan 2015 14:28:26 -0000

Hello:

   I have basic questions related to dpdk and trying to find help.

   I am about to create a daemon process, is there a way for other process =
to know whether the daemon is already created? I doesn't mean to get the pi=
d, because it changes every time.

   If the daemon is created, how do other process to communicate with this =
daemon? Dpdk seems to have rte ring but it only exists on the Ethernet, whi=
le I am talking about the process within the same computer, and the way lik=
e share-memory, but I didn't find examples about the share memory between p=
rocesses.

Thanks,
Xun