I am trying to get frrouting routing working on bf2/3. I am getting quite a bit of compilation error with the latest version frr with “–enable-dp-dpdk=yes” turned on. If there is a particular version of frrouting that I should sync to instead of latest, please let me know.
Do you have some sample build environment/step for frrouting for BF2 or BF3.
This is the configure argument I am using, setting it as root user.
./configure
–prefix=/home/ubuntu/frr
–includedir=${prefix}/include
–bindir=${prefix}/bin
–sbindir=${prefix}/lib/frr
–libdir=${prefix}/lib/frr
–libexecdir=${prefix}/lib/frr
–localstatedir=/var/run/frr
–sysconfdir=/etc/frr
–with-moduledir=${prefix}/lib/frr/modules
–enable-configfile-mask=0640
–enable-logfile-mask=0640
–enable-snmp=agentx
–enable-multipath=64
–enable-user=root
–enable-group=root
–enable-dp-dpdk=yes
–enable-vty-group=root
–with-pkg-git-version
–with-pkg-extra-version=2