From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v2 00/10] additions to pmdinfogen Date: Fri, 8 Jul 2016 12:14:05 +0200 Message-ID: <1467972855-21873-1-git-send-email-thomas.monjalon@6wind.com> References: <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-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 4D26F5A06 for ; Fri, 8 Jul 2016 12:14:18 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id f126so10186727wma.1 for ; Fri, 08 Jul 2016 03:14:18 -0700 (PDT) In-Reply-To: <1467905790-10597-1-git-send-email-thomas.monjalon@6wind.com> 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 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(-) --=20 2.7.0