I was following instructions on this page: https://wiki.linaro.org/LNG/Engineering/OVSDPDKOnUbuntu (last edited 2014-07-17) about "Openvswitch over DPDK on Ubuntu" and didn't notice the repository link is different. Anyway, I'm using the correct one when trying to build ovs with dpdk support:
/opt/ovs# cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = https://github.com/openvswitch/ovs.git [branch "master"] remote = origin merge = refs/heads/master --Daniel -----Original Message----- From: Justin Pettit [mailto:jpet...@nicira.com] Sent: Thursday, September 25, 2014 11:57 PM To: discuss@openvswitch.org; Daniel Badea Subject: Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port On September 25, 2014 at 10:47:57 AM, Daniel Badea (daniel.ba...@windriver.com) wrote: > Building ovs with dpdk support is not straightforward because: > > - ovs doest not build with the latest dpdk version 1.7.1 > > - the document here > http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_pla > in;f=I NSTALL.DPDK;hb=HEAD refers to dpdk 1.6.0r2 but that doesn't > work either. Hi, Daniel. As Deniele mentioned, that's a pointer to our old repo. We're now hosting at github: https://github.com/openvswitch/ovs We should probably bring down that old repo, but I'm curious where you came across "git.openvswitch.org". I just want to make sure that we don't have dangling references somewhere. You'll also want to make sure that you're pulling code from github.com instead of "git.openvswitch.org" to get the most current code. --Justin _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss