[dpdk-dev] [PATCH 00/11] additions to pmdinfogen

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Jul 7 17:36:19 CEST 2016


These are the 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)

Thomas Monjalon (11):
  drivers: fix build with new register macro
  crypto: fix parameters registration
  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             | 60 ++++++++------------------
 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     |  4 +-
 drivers/crypto/null/null_crypto_pmd.c          |  2 +-
 drivers/crypto/snow3g/rte_snow3g_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 ++--
 18 files changed, 61 insertions(+), 83 deletions(-)

-- 
2.7.0



More information about the dev mailing list