On 19/02/15 15:58, chaitu krishna wrote:
> we have included the following in drv-netif-dpdk/
> buildrump.sh/drv-netif-dpdk/buildrump.sh and recompiled the rump_server
> again to load libdpdkif library.
>
> LDFLAGS+=       -L${RTE_SDK}/${RTE_TARGET}/lib -Wl,--no-as-needed
>
> LDADD+=         -Wl,--whole-archive -lrumpnet_dpdkif -lrumpnet_config
> -lrumpdev_bpf -lrumpnet_netinet6 -lrumpnet_netinet -lrumpnet_net -lrumpnet
> -lrump -lrumpuser -lethdev -lrte_eal -lrte_hash -lrte_lpm -lrte_malloc
> -lrte_mbuf -lrte_mempool -lrte_pmd_ixgbe -lrte_pmd_e1000 -lrte_pmd_ring
> -lrte_pmd_virtio_uio -lrte_pmd_vmxnet3_uio -lrte_ring -lrte_timer
> -lrte_kvargs -Wl,--no-whole-archive
>
> But we are facing the unresolved symbols problem as follows.
>
>
> root@tcs-virtual-machine:/home/tcs/drv-netif-dpdk# ./rump/bin/rump_server
> -lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpdev -lrumpdev_bpf
> -lrumpnet_npf -lrumpnet_virtif -lrumpnet_dpdkif ${RUMP_SERVER}
> failed to load -libraries, last error from "rumpnet_dpdkif":
>    /home/tcs/drv-netif-dpdk/rump/lib/librumpnet_dpdkif.so: undefined symbol:
> rte_pktmbuf_init
>
> To create dpdk intefaces using rump utilities, are we supposed load this
> library (librumpnet_dpdkif) to rump_server ?? do we need some makefile
> changes in my enviroment to overcome the above situation.
>
> could you please help us in resolving the above problem.

I am guessing that you are linking rump_server without the 
export-dynamic flag.  However, I do not know for sure without recreating 
a setup where your problem manifests.

One should note that drv-netif-dpdk is not a consumer-level product, 
i.e. one that can be used without technical expertise.  We are happy to 
provide support on the big picture, but it is not anyone's job on this 
list to provide free assistance for every issue, and users are expected 
to be able to work out typical problems pertaining software development 
on Unix systems.

thanks,
   antti

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
rumpkernel-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rumpkernel-users

Reply via email to