[dpdk-dev] [PATCH] eal: add rte_eal_iopl_init to version map

2015-02-12 Thread Thomas Monjalon
2015-02-12 15:18, Gonzalez Monroy, Sergio: > On 12/02/2015 15:12, Thomas Monjalon wrote: > > 2015-02-11 13:30, Sergio Gonzalez Monroy: > >> Common rte_eal_iopl_init function is missing from eal version map. > > How did you see it? > > Thanks > Building shared libraries and using virtio PMD would re

[dpdk-dev] [PATCH] eal: add rte_eal_iopl_init to version map

2015-02-12 Thread Thomas Monjalon
2015-02-11 13:30, Sergio Gonzalez Monroy: > Common rte_eal_iopl_init function is missing from eal version map. How did you see it? Thanks > rte_eal_hpet_init; > + rte_eal_iopl_init; > rte_eal_init; You missed the alphabetical order, you were not so far ;)

[dpdk-dev] [PATCH] eal: add rte_eal_iopl_init to version map

2015-02-12 Thread Gonzalez Monroy, Sergio
On 12/02/2015 15:39, Sergio Gonzalez Monroy wrote: > Building shared libraries and using virtio PMD results in undefined > reference to 'rte_eal_iopl_init'. > > Add missing function to eal version map. > > Signed-off-by: Sergio Gonzalez Monroy > --- > lib/librte_eal/bsdapp/eal/rte_eal_version.ma

[dpdk-dev] [PATCH] eal: add rte_eal_iopl_init to version map

2015-02-12 Thread Sergio Gonzalez Monroy
Building shared libraries and using virtio PMD results in undefined reference to 'rte_eal_iopl_init'. Add missing function to eal version map. Signed-off-by: Sergio Gonzalez Monroy --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/linuxapp/eal/rte_eal_version.map | 1 +

[dpdk-dev] [PATCH] eal: add rte_eal_iopl_init to version map

2015-02-12 Thread Gonzalez Monroy, Sergio
On 12/02/2015 15:12, Thomas Monjalon wrote: > 2015-02-11 13:30, Sergio Gonzalez Monroy: >> Common rte_eal_iopl_init function is missing from eal version map. > How did you see it? > Thanks Building shared libraries and using virtio PMD would result in undefined reference symbol. Should I add it to

[dpdk-dev] [PATCH] eal: add rte_eal_iopl_init to version map

2015-02-11 Thread Sergio Gonzalez Monroy
Common rte_eal_iopl_init function is missing from eal version map. Signed-off-by: Sergio Gonzalez Monroy --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/linuxapp/eal/rte_eal_version.map | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/librte_eal/bsdapp/eal/rte_