From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 00/11] additions to pmdinfogen Date: Thu, 7 Jul 2016 17:36:19 +0200 Message-ID: <1467905790-10597-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Neil Horman Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 085D411D4 for ; Thu, 7 Jul 2016 17:36:35 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id n127so21200167wme.1 for ; Thu, 07 Jul 2016 08:36:35 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) --=20 2.7.0