On 12/09/2014 03:02 PM, Venkatesh Vivekanandan wrote:
> Hi All,
> 
> DPDK changed its way of loading the driver from 1.7.0. We can support 
> this change in ODP in two ways.
> 
> 1. Wrap intel_dpdk archive with --whole-archive/--no-whole-archive in 
> all odp applications OR
> 2. Compile DPDK with shared lib option enabled and load intel_dpdk as 
> shared lib with ODP.
> 
> Currently option 1 doesn't look feasible. Looking out for solution.
> 
> For option 2:
> Change given below is needed to pass the dpdk's lib path to all the 
> applications when odp is compiled for linux-dpdk. Is this acceptable?. 
> May be, this is useful for other platforms as well.

Hardcoding a path there is not very nice. I need 'usr/lib' there for
example. Can you use platform Makefile.inc for this?

https://git.linaro.org/people/taras.kondratiuk/odp.git/blob/HEAD:/platform/linux-keystone2/Makefile.inc

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to