Damjan, After this change, ‘pkg-rpm’ target on the CentOS host seems to be failing (on master):
$ git clean -xfd $ make bootstrap pkg-rpm ... error: Installed (but unpackaged) file(s) found: /usr/bin/dpdk-pdump /usr/bin/dpdk-pmdinfo /usr/bin/dpdk-procinfo /usr/bin/testpmd ... make[1]: *** [install-rpm] Error 1 make[1]: Leaving directory `/mnt/thesource/git/vpp/build-root' make: *** [pkg-rpm] Error 2 However, running with the additional dpdk-install-dev target succeeds: $ git clean -xfd $ make bootstrap dpdk-install-dev pkg-rpm Also, it looks like for the ‘pkg-deb’ target on the Ubuntu host the extra DPDK binaries (similar to the list above) are added to the vpp.deb package after: $ git clean -xfd $ make bootstrap pkg-deb $ grep testpmd ./build-root/deb/debian/vpp.install .. /install-vpp-native/dpdk/bin/testpmd /usr/bin Regards, Alex From: <vpp-dev-boun...@lists.fd.io> on behalf of Jon Loeliger <j...@netgate.com> Date: Sunday, January 22, 2017 at 9:00 AM To: vpp-dev <vpp-dev@lists.fd.io>, Damjan Marion <dmarion.li...@gmail.com> Subject: [vpp-dev] Add dpdk development packaging Damjan, I saw this go in: author Damjan Marion <damar...@cisco.com> committer Damjan Marion <dmarion.li...@gmail.com> commit 2ce7f9834ab55728520bff0dd15f8d82c10b95a0 Add dpdk development packaging Change-Id: I6aa2a6709241d99ce734c29e47487eb456907351 Signed-off-by: Damjan Marion <damar...@cisco.com> Just wanted to say "Thank you!" and I'll give it a shake-down! Thanks, jdl _______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev