Re: [dpdk-dev] [PATCH v2 3/4] eal: add directory for DPDK runtime data

2018-05-10 Thread Pattan, Reshma
Hi, > -Original Message- > 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 3/4] eal: add directory for

[dpdk-dev] [PATCH v2 3/4] eal: add directory for DPDK runtime data

2018-04-30 Thread Anatoly Burakov
Currently, during runtime, DPDK will store a bunch of files here and there (in /var/run, /tmp or in $HOME). Fix it by creating a DPDK-specific runtime directory, under which all runtime data will be placed. The template for creating this runtime directory is the following: /dpdk// Where is set