Re: [dpdk-dev] [PATCH] eal: fix circular dependency in EAL proc type detection

2018-07-19 Thread Thomas Monjalon
18/07/2018 17:58, Yao, Lei A: > From: Burakov, Anatoly > > > > Currently, we need runtime dir to put all of our runtime info in, > > including the DPDK shared config. However, we use the shared > > config to determine our proc type, and this happens earlier than > > we actually create the config d

Re: [dpdk-dev] [PATCH] eal: fix circular dependency in EAL proc type detection

2018-07-18 Thread Yao, Lei A
> -Original Message- > From: Burakov, Anatoly > Sent: Wednesday, July 18, 2018 11:54 AM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Xu, Qian Q > ; Yao, Lei A ; Lu, PeipeiX > > Subject: [PATCH] eal: fix circular dependency in EAL proc type detection > > Currently, we need runtime dir t

[dpdk-dev] [PATCH] eal: fix circular dependency in EAL proc type detection

2018-07-18 Thread Anatoly Burakov
Currently, we need runtime dir to put all of our runtime info in, including the DPDK shared config. However, we use the shared config to determine our proc type, and this happens earlier than we actually create the config dir and thus can know where to place the config file. Fix this by moving run