[dpdk-dev] dpdk shared lib build

2013-11-02 Thread Thomas Monjalon
Hi, 02/11/2013 07:24, Jose Gavine Cueto : > Building dpdk app. as a shared library (.so) I believe is supported but I > can't find any documentation for it. I tried doing the same Makefile > format as building an app, and that is placed the following: > > rte.vars.mk -> before everythi

[dpdk-dev] dpdk shared lib build

2013-11-02 Thread Jose Gavine Cueto
Hi, Building dpdk app. as a shared library (.so) I believe is supported but I can't find any documentation for it. I tried doing the same Makefile format as building an app, and that is placed the following: rte.vars.mk -> before everything rte.extshared.mk ---> after everythin