Created attachment 1360975 [details] fix_usertools.patch Description of problem: /usr/share/dpdk/usertools/* is installed by dpdk-devel, but it should be installed by dpdk-tools since that directory is required by dpdk-pmdinfo (symlink of /usr/share/dpdk/usertools/dpdk-pmdinfo.py) Version-Release number of selected component (if applicable): Tested on dpdk 17.11 How reproducible: 100% Steps to Reproduce: 1. Install dpdk-tools without installing dpdk-devel 2. Try to launch dpdk-pmdinfo Actual results: You cannot launch dpdk-pmdinfo, since the symlink is broken Expected results: dpdk-pmdinfo works Additional info: