Re: [dpdk-dev] [PATCH v2 0/4] Clean up EAL runtime data paths

2018-05-14 Thread Burakov, Anatoly
; tho...@monjalon.net Subject: [dpdk-dev] [PATCH v2 0/4] Clean up EAL runtime data paths As has been suggested [1], all DPDK runtime paths should be put into a single place. This patchset accomplishes exactly that. If running as root, all files will be put under /var/run/dpdk/, otherwise they will

Re: [dpdk-dev] [PATCH v2 0/4] Clean up EAL runtime data paths

2018-05-09 Thread Thomas Monjalon
Richardson, Bruce ; tho...@monjalon.net > > > Subject: [dpdk-dev] [PATCH v2 0/4] Clean up EAL runtime data paths > > > > > > As has been suggested [1], all DPDK runtime paths should be put > > > into a single place. This patchset accomplishes exactly that.

Re: [dpdk-dev] [PATCH v2 0/4] Clean up EAL runtime data paths

2018-05-09 Thread Bruce Richardson
On Wed, May 09, 2018 at 04:59:39PM +0100, Van Haaren, Harry wrote: > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anatoly Burakov > > Sent: Monday, April 30, 2018 1:09 PM > > To: dev@dpdk.org > > Cc: Richardson, Bruce ; tho...@monjalon.net > > Subject: [dpd

Re: [dpdk-dev] [PATCH v2 0/4] Clean up EAL runtime data paths

2018-05-09 Thread Van Haaren, Harry
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anatoly Burakov > Sent: Monday, April 30, 2018 1:09 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; tho...@monjalon.net > Subject: [dpdk-dev] [PATCH v2 0/4] Clean up EAL runtime data paths > > As has been suggested [1], a

[dpdk-dev] [PATCH v2 0/4] Clean up EAL runtime data paths

2018-04-30 Thread Anatoly Burakov
As has been suggested [1], all DPDK runtime paths should be put into a single place. This patchset accomplishes exactly that. If running as root, all files will be put under /var/run/dpdk/, otherwise they will be put under $XDG_RUNTIME_PATH/dpdk/, or, if that environment variable is not defined, a