[dpdk-dev] daemon process problem in DPDK

2015-01-13 Thread Hiroshi Shimamoto
Hi, > Subject: Re: [dpdk-dev] daemon process problem in DPDK > > Much appericated, Get it now. > > Thanks, > Xun > > -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Tuesday, January 13, 2015 3:14 AM > To:

[dpdk-dev] daemon process problem in DPDK

2015-01-13 Thread Ni, Xun
Much appericated, Get it now. Thanks, Xun -Original Message- From: Stephen Hemminger [mailto:step...@networkplumber.org] Sent: Tuesday, January 13, 2015 3:14 AM To: Neil Horman Cc: Ni, Xun; dev at dpdk.org Subject: Re: [dpdk-dev] daemon process problem in DPDK On Mon, 12 Jan 2015 09:52

[dpdk-dev] daemon process problem in DPDK

2015-01-12 Thread Ni, Xun
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 pid, because it changes every time. If the daemon is created, how do

[dpdk-dev] daemon process problem in DPDK

2015-01-12 Thread Stephen Hemminger
On Mon, 12 Jan 2015 09:52:10 -0500 Neil Horman wrote: > On Mon, Jan 12, 2015 at 02:28:20PM +, Ni, Xun wrote: > > 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

[dpdk-dev] daemon process problem in DPDK

2015-01-12 Thread Neil Horman
On Mon, Jan 12, 2015 at 02:28:20PM +, Ni, Xun wrote: > 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 pid,