Re: [dpdk-dev] [PATCH] mk: allow exec-env specific targets

2017-06-06 Thread Thomas Monjalon
06/06/2017 11:05, Jerin Jacob: > From: Jerin Jacob > > From: Thomas Monjalon > > > 06/06/2017 09:02, Jerin Jacob: > > > > From: Thomas Monjalon > > > > > Please explain how it can help with a real example. > > > > > > > > We are evaluating on running DPDK on a nonstandard execution > > > > env

Re: [dpdk-dev] [PATCH] mk: allow exec-env specific targets

2017-06-06 Thread Jerin Jacob
-Original Message- > Date: Tue, 6 Jun 2017 13:20:42 +0530 > From: Jerin Jacob > To: Thomas Monjalon > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk: allow exec-env specific targets > User-Agent: Mutt/1.8.3 (2017-05-23) > > -Original Message- >

Re: [dpdk-dev] [PATCH] mk: allow exec-env specific targets

2017-06-06 Thread Jerin Jacob
-Original Message- > Date: Tue, 06 Jun 2017 09:16:34 +0200 > From: Thomas Monjalon > To: Jerin Jacob > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk: allow exec-env specific targets > > 06/06/2017 09:02, Jerin Jacob: > > From: Thomas Monjalon > >

Re: [dpdk-dev] [PATCH] mk: allow exec-env specific targets

2017-06-06 Thread Thomas Monjalon
06/06/2017 09:02, Jerin Jacob: > From: Thomas Monjalon > > 06/06/2017 08:36, Jerin Jacob: > > > Add a hook in generic rte.sdkbuild.mk file > > > to include exec-env specific targets. > > > > > > Signed-off-by: Jerin Jacob > > > --- > > > Useful in integrating some custom targets in nonstandard e

Re: [dpdk-dev] [PATCH] mk: allow exec-env specific targets

2017-06-06 Thread Jerin Jacob
-Original Message- > Date: Tue, 06 Jun 2017 08:46:12 +0200 > From: Thomas Monjalon > To: Jerin Jacob > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk: allow exec-env specific targets > > 06/06/2017 08:36, Jerin Jacob: > > Add a hook in generic rte.sdkb

Re: [dpdk-dev] [PATCH] mk: allow exec-env specific targets

2017-06-05 Thread Thomas Monjalon
06/06/2017 08:36, Jerin Jacob: > Add a hook in generic rte.sdkbuild.mk file > to include exec-env specific targets. > > Signed-off-by: Jerin Jacob > --- > Useful in integrating some custom targets in nonstandard execution > environments. > For example, a bare-metal-simulator exec execution envir

[dpdk-dev] [PATCH] mk: allow exec-env specific targets

2017-06-05 Thread Jerin Jacob
Add a hook in generic rte.sdkbuild.mk file to include exec-env specific targets. Signed-off-by: Jerin Jacob --- Useful in integrating some custom targets in nonstandard execution environments. For example, a bare-metal-simulator exec execution environment may need a target to run the dpdk applica