On Thu, Jun 18, 2015 at 04:03:03PM +0000, Serguei Bezverkhi (sbezverk) wrote:
> I am trying to build OVS with DPDK support and I have everything prepared 
> from DPDK side, CONFIG_RTE_LIBRTE_VHOST_USER=y 
> CONFIG_RTE_BUILD_COMBINE_LIBS=y are set and I do see DPDK generated 
> libintel_dpdk.a combined library. When I run:
> 
> configure --with-dpdk=$DPDK_BUILD CFLAGS="-g -O2 -Wno-cast-align"
> 
> I am getting :
> 
> configure: error:  ----- cannot link with dpdk ------
> 
> I would greatly appreciate some suggestion how to resolve this linking issue. 
>  I am running RHEL 7.1 with 3.10.0-229.4.2.el7.x86_64. Latest DPDK cloned 
> from the master and latest 2.3.90 OVS also cloned from the master.

I'd start by looking at config.log.  It should show the commands that
"configure" used to try to link against DPDK.  Can you figure out why
they did not succeed?
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to