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 78106A04B2 for ; Tue, 1 Sep 2020 15:28:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 521171C0CD; Tue, 1 Sep 2020 15:28:50 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0808D1C0B2; Tue, 1 Sep 2020 15:28:46 +0200 (CEST) IronPort-SDR: It9swnOjfblkB8NKyxY2BsxbxHCNwWd9teE5Qb7iumaXJ7g2LBAm0DWmuHALLizsE8GkjnplUw 1MWYXAjDKYsA== X-IronPort-AV: E=McAfee;i="6000,8403,9730"; a="154671830" X-IronPort-AV: E=Sophos;i="5.76,379,1592895600"; d="scan'208";a="154671830" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2020 06:28:45 -0700 IronPort-SDR: aQQO+zuC8DTnT5KmEIgraY9q+1b9gTU+NAkpgdh27yVpbI3noJv+jKuO07SVOuq/gq6l3NvkyU OPq0nQwyOrLA== X-IronPort-AV: E=Sophos;i="5.76,379,1592895600"; d="scan'208";a="446126540" Received: from bricha3-mobl.ger.corp.intel.com ([10.251.80.162]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 01 Sep 2020 06:28:43 -0700 Date: Tue, 1 Sep 2020 14:28:40 +0100 From: Bruce Richardson To: Luca Boccassi Cc: Christian Ehrhardt , Ian Stokes , stable@dpdk.org, dev , sunil.pai.g@intel.com Message-ID: <20200901132840.GB1051@bricha3-MOBL.ger.corp.intel.com> References: <20200818181222.8462-1-bluca@debian.org> <98c92e1040e24eaee4a6659e81bfd5f940a1926c.camel@debian.org> <20200901130128.GA1051@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200901130128.GA1051@bricha3-MOBL.ger.corp.intel.com> Subject: Re: [dpdk-stable] [dpdk-dev] 19.11.4 patches review and test X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, Sep 01, 2020 at 02:01:28PM +0100, Bruce Richardson wrote: > On Tue, Sep 01, 2020 at 01:49:07PM +0100, Luca Boccassi wrote: > > On Tue, 2020-09-01 at 14:32 +0200, Christian Ehrhardt wrote: > > > On Tue, Sep 1, 2020 at 10:30 AM Luca Boccassi wrote: > > > > On Tue, 2020-08-18 at 19:12 +0100, Luca Boccassi wrote: > > > > > Hi all, > > > > > > > > > > Here is a list of patches targeted for stable release 19.11.4. > > > > > > > > > > The planned date for the final release is August 31st. > > > > > > > > > > Please help with testing and validation of your use cases and report > > > > > any issues/results with reply-all to this mail. For the final release > > > > > the fixes and reported validations will be added to the release notes. > > > > > > > > > > A release candidate tarball can be found at: > > > > > > > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.4-rc1 > > > > > > > > > > These patches are located at branch 19.11 of dpdk-stable repo: > > > > > https://dpdk.org/browse/dpdk-stable/ > > > > > > > > > > Thanks. > > > > > > > > > > Luca Boccassi > > > > > > > > Microsoft's regression tests are still running, delaying until Thursday > > > > the 3rd. Apologies for any inconvenience. > > > > > > Due to report on OVS failing to build I happened to find that 19.11.4 > > > has massively changed linking. > > > => https://paste.ubuntu.com/p/znCRR4gpjP/ > > > > > > This was meant to be helpful for sure and I assume is around: > > > 48f7fd27f6 build/pkg-config: prevent overlinking > > > 2d1535d592 build/pkg-config: improve static linking flags > > > 9fb13a12c1 build/pkg-config: output drivers first for static build > > > 59b108d824 build/pkg-config: move pkg-config file creation > > > aea915e944 devtools: test static linkage with pkg-config > > > > > > But overlinking has effectively become underlinking now > > > https://launchpadlibrarian.net/495845224/buildlog_ubuntu-groovy-amd64.openvswitch_2.13.1-0ubuntu2~ppa1_BUILDING.txt.gz > > > > > > /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/librte_pmd_ring.a(net_ring_rte_eth_ring.c.o): > > > in function `rte_eth_from_rings': > > > (.text+0x91c): undefined reference to `rte_vdev_init' > > > /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/librte_pmd_ring.a(net_ring_rte_eth_ring.c.o): > > > in function `vdrvinitfn_pmd_ring_drv': > > > (.text.startup+0x28): undefined reference to `rte_vdev_register' > > > collect2: error: ld returned 1 exit status > > > > > > Also as you can see in the pastebin above, CFlags and Libs massively > > > shrunk and likely too much so. > > > > > > Given that this should be a stable release I'd ask to back out those > > > changes so that a test build creates the same .pc file as before - > > > would that make sense? > > > > Paging Bruce and Ian - IIRC OVS explicitly asked for that series to be > > backported and took a dependency on it, so removing it might cause > > breakages for them? Ian? > > > > Bruce, have you see the error reported by Christian before? > > > Nope, but I'll look into it... I suspect the error is caused by the presence of "-Wl,--no-whole-archive" immediately after "-Wl,--whole-archive". Now, while the --whole-archive flag comes from the libdpdk.pc file, I don't know where the --no-whole-archive comes from to cancel it out. Perhaps someone familiar with the OVS package build here could suggest a source. Regards, /Bruce