From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 05DC5A04F5; Thu, 12 Dec 2019 10:36:46 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D17D9374C; Thu, 12 Dec 2019 10:36:45 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 28A552BC8 for ; Thu, 12 Dec 2019 10:36:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576143404; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+zpVctiEZmMvTzX+6ljtUHF2wXEpf1xyM7cmuAeudOg=; b=gl9dqqK8w7P+qedtDrQoAz3odgYrMlNCkASP9o6VVX8hdXwV6w9LENKG02FeeDKvQXIaLz bVEsqAnCJYu6rCeAEIjJ59mqeS4hY0ncbQzGTZoS47so+PjwzXEUlAozyUyTTdUssCmBTK +ZBxwCuTerEHUpddq2t5I873cly77E8= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-14-5l7tSHsFMBSUIcHkoFBj_A-1; Thu, 12 Dec 2019 04:36:41 -0500 Received: by mail-vk1-f197.google.com with SMTP id y23so317868vkn.7 for ; Thu, 12 Dec 2019 01:36:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KpvtGKXnT8hbX/FXs319wgMQbm9JPDrefix65FOwGLI=; b=sv/zHWMdDJpPL1dgnZrLDJ5mNHwMqyYd2b0r7pHlf9J4dP64M6z87L3au7IzaLVVlm 6ryolkW1Vo+IhRgVpmPaQnDGOAdVBmT3UOrRIr4oB6TYFh5SVV/jJJPzBTTQvasCKbls 34cuf9L/W+7MskwE3Yr4yJVTyk+82Jee2v8nVwFMV36u+9BmLY6EHIt+BS1uJ8wSNY75 cvVJjeP9AVH2X2CLbPgngknYbahow+u9WmC/ssMtkBIbWQrXGka/hCau+rPCzGFkB1dt HsTIfuo/V9k6bxmFH45nVZfOTZoKXyGPJIT0+CLPj0u6HNsX/vyiObDARuEdTrAuyv6F y9ow== X-Gm-Message-State: APjAAAVnytUksfq9MFD5/07i+tiqqCORdEw/BDDuj3h17t3uJkTeS6DS +2T7xqTLF7fJQrWHk6VAjNnCZL8USlMKKCkuL4aF1W0bU8wKfUF1wTxP8Wie5YIh+VwMCuBsyge TQjky4nlWi/wRVI/1Eq4= X-Received: by 2002:a67:f9cb:: with SMTP id c11mr6396177vsq.180.1576143400847; Thu, 12 Dec 2019 01:36:40 -0800 (PST) X-Google-Smtp-Source: APXvYqwSwlIX9uv4K4Aj6tXXpR0ZgO1c8JUY6/7kUBdyrD9uoUccEL09wVV3TGP64okxJcZxYIDc9w04ku8PMk0HtAU= X-Received: by 2002:a67:f9cb:: with SMTP id c11mr6396159vsq.180.1576143400459; Thu, 12 Dec 2019 01:36:40 -0800 (PST) MIME-Version: 1.0 References: <20191129210905.1865-1-kevin.laatz@intel.com> <20191211182147.19355-1-kevin.laatz@intel.com> <20191211182147.19355-2-kevin.laatz@intel.com> <0e73ef91-56d4-8933-0d5a-b98f1a1b5141@redhat.com> In-Reply-To: <0e73ef91-56d4-8933-0d5a-b98f1a1b5141@redhat.com> From: David Marchand Date: Thu, 12 Dec 2019 10:36:29 +0100 Message-ID: To: Kevin Laatz , dev Cc: Thomas Monjalon , Bruce Richardson , "Kinsella, Ray" X-MC-Unique: 5l7tSHsFMBSUIcHkoFBj_A-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v4 1/3] build: add dump files for v20.0 ABI X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Dec 12, 2019 at 9:43 AM David Marchand wrote: > You missed some drivers, which makes my tests fail right away: > > $ for file in $(find lib/ drivers/ -name "*.map") > do > pattern=3D$(basename ${file/_version.map}) > [ $(find lib/ drivers/ -name "*$pattern*.dump" |wc -l) =3D 0 ] || > continue > echo $file > done > > drivers/common/mvep/rte_common_mvep_version.map > drivers/crypto/snow3g/rte_pmd_snow3g_version.map > drivers/crypto/mvsam/rte_pmd_mvsam_version.map > drivers/crypto/kasumi/rte_pmd_kasumi_version.map > drivers/crypto/aesni_gcm/rte_pmd_aesni_gcm_version.map > drivers/crypto/aesni_mb/rte_pmd_aesni_mb_version.map > drivers/crypto/armv8/rte_pmd_armv8_version.map > drivers/crypto/zuc/rte_pmd_zuc_version.map > drivers/compress/isal/rte_pmd_isal_version.map > drivers/raw/ifpga/rte_rawdev_ifpga_version.map > drivers/net/szedata2/rte_pmd_szedata2_version.map > drivers/net/nfb/rte_pmd_nfb_version.map > drivers/net/mlx4/rte_pmd_mlx4_version.map > drivers/net/mvpp2/rte_pmd_mvpp2_version.map > drivers/net/ipn3ke/rte_pmd_ipn3ke_version.map > drivers/net/mlx5/rte_pmd_mlx5_version.map > drivers/net/mvneta/rte_pmd_mvneta_version.map > > > I will try to fix this and test it further later today. Could you have a look at: https://travis-ci.com/david-marchand/dpdk/jobs/266421340 [13/2156] Generating librte_kvargs.abi...hk with a meson_exe.py custom comm= and. FAILED: /usr/local/bin/meson --internal exe --capture lib/librte_kvargs.abi_chk -- /usr/bin/abidiff --no-added-syms --suppr ../buildtools/dpdk.abignore ../lib/.abi/librte_kvargs.dump lib/librte_kvargs.so.20.0.1 /usr/bin/abidiff: unrecognized option: --no-added-syms try the --help option for more information [13/2156] Compiling C object 'lib/76b5...librte_eal_common_eal_common_dev.c= .o'. ninja: build stopped: subcommand failed. Thanks. --=20 David Marchand