"Lam, Tiago" <[email protected]> writes: > On 09/11/2018 14:02, Ian Stokes wrote: >> Add travis builds for DPDK as a shared library. >> >> Currently the DPDK builds in travis only compile DPDK as a static library. >> With static builds in DPDK there is a risk that if a function is not >> exported then it will not be supported when DPDK is used as a shared library. >> This commit adds the option to build DPDK as a shared library. Also two >> build jobs are added to the travis.yml whereby a shared DPDK is built >> with both static and shared OVS libraries. >> >> Signed-off-by: Ian Stokes <[email protected]> >> --- > > Thanks, this is a useful addition. I've looked at the patch and it looks > good to me. > > I haven't triggered a Travis build for this, I can see from the build > history this builds successfully.
In this vein, I've re-run the robot build for this. https://travis-ci.org/ovsrobot/ovs/builds/480403514 Happy hacking! > Acked-by: Tiago Lam <[email protected]> > > > Tiago. > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
