These are some patches that I think needed for RC2. There are other patches needed as discussed on the mailing-list which are not part of this series: - overwritten driver name (reported by Pablo) - pmdinfo.py on FreeBSD (reported by Bruce)
Note: RC2 is planned to be out at the end of this week. v2 changes: - use argv[0] in usage message - drop fix of parameters registration which is better managed in Neil's patch "crypto: normalize cryptodev pmd names with macros" http://dpdk.org/ml/archives/dev/2016-July/043506.html Thomas Monjalon (10): drivers: fix build with new register macro mk: fix build dependency of drivers on pmdinfogen mk: remove traces of hostapp build directory mk: fix driver build with installed SDK mk: fix verbose pmdinfogen run pmdinfogen: fix build warnings pmdinfogen: fix usage message eal: move PCI table macro doc: fix syntax in pmdinfogen guide maintainers: add section for pmdinfo MAINTAINERS | 4 ++ buildtools/pmdinfogen/Makefile | 4 +- buildtools/pmdinfogen/pmdinfogen.c | 61 +++++++++----------------- doc/guides/freebsd_gsg/build_dpdk.rst | 2 +- doc/guides/linux_gsg/build_dpdk.rst | 2 +- doc/guides/prog_guide/dev_kit_build_system.rst | 5 +-- drivers/Makefile | 2 - drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 2 +- drivers/net/mlx4/mlx4.c | 2 +- drivers/net/mlx5/mlx5.c | 2 +- lib/librte_eal/common/include/rte_dev.h | 6 +-- lib/librte_eal/common/include/rte_pci.h | 5 +++ mk/internal/rte.compile-pre.mk | 26 +++++------ mk/rte.sdkbuild.mk | 6 +-- mk/rte.sdkconfig.mk | 2 +- mk/rte.sdkinstall.mk | 8 ++-- 16 files changed, 59 insertions(+), 80 deletions(-) -- 2.7.0