Re: [dpdk-dev] [PATCH] eal: allow user to override DPDK runtime path

2021-03-12 Thread Burakov, Anatoly
On 12-Mar-21 12:05 PM, Bruce Richardson wrote: On Fri, Mar 12, 2021 at 10:56:20AM +, Burakov, Anatoly wrote: On 11-Mar-21 12:13 PM, Bruce Richardson wrote: On Wed, Mar 10, 2021 at 10:33:50AM -0800, Stephen Hemminger wrote: On Wed, 10 Mar 2021 17:27:17 + Bruce Richardson wrote: On We

Re: [dpdk-dev] [PATCH] eal: allow user to override DPDK runtime path

2021-03-12 Thread Bruce Richardson
On Fri, Mar 12, 2021 at 10:56:20AM +, Burakov, Anatoly wrote: > On 11-Mar-21 12:13 PM, Bruce Richardson wrote: > > On Wed, Mar 10, 2021 at 10:33:50AM -0800, Stephen Hemminger wrote: > > > On Wed, 10 Mar 2021 17:27:17 + > > > Bruce Richardson wrote: > > > > > > > On Wed, Mar 10, 2021 at 09

Re: [dpdk-dev] [PATCH] eal: allow user to override DPDK runtime path

2021-03-12 Thread Burakov, Anatoly
On 11-Mar-21 12:13 PM, Bruce Richardson wrote: On Wed, Mar 10, 2021 at 10:33:50AM -0800, Stephen Hemminger wrote: On Wed, 10 Mar 2021 17:27:17 + Bruce Richardson wrote: On Wed, Mar 10, 2021 at 09:21:37AM -0800, Stephen Hemminger wrote: There can be cases such as containers or other runti

Re: [dpdk-dev] [PATCH] eal: allow user to override DPDK runtime path

2021-03-11 Thread Bruce Richardson
On Wed, Mar 10, 2021 at 10:33:50AM -0800, Stephen Hemminger wrote: > On Wed, 10 Mar 2021 17:27:17 + > Bruce Richardson wrote: > > > On Wed, Mar 10, 2021 at 09:21:37AM -0800, Stephen Hemminger wrote: > > > There can be cases such as containers or other runtime environments > > > where DPDK may

Re: [dpdk-dev] [PATCH] eal: allow user to override DPDK runtime path

2021-03-10 Thread Stephen Hemminger
On Wed, 10 Mar 2021 17:27:17 + Bruce Richardson wrote: > On Wed, Mar 10, 2021 at 09:21:37AM -0800, Stephen Hemminger wrote: > > There can be cases such as containers or other runtime environments > > where DPDK may not be able to access the default runtime path. > > This patch introduces DPDK

Re: [dpdk-dev] [PATCH] eal: allow user to override DPDK runtime path

2021-03-10 Thread Bruce Richardson
On Wed, Mar 10, 2021 at 09:21:37AM -0800, Stephen Hemminger wrote: > There can be cases such as containers or other runtime environments > where DPDK may not be able to access the default runtime path. > This patch introduces DPDK_RUNTIME_DIR as an environment variable > to allow controlling and ov

[dpdk-dev] [PATCH] eal: allow user to override DPDK runtime path

2021-03-10 Thread Stephen Hemminger
There can be cases such as containers or other runtime environments where DPDK may not be able to access the default runtime path. This patch introduces DPDK_RUNTIME_DIR as an environment variable to allow controlling and overriding the path. The example we have is DPDK application running in an u