From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F2B7DA0C44 for ; Mon, 12 Apr 2021 11:15:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C8FEB14105C; Mon, 12 Apr 2021 11:15:07 +0200 (CEST) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by mails.dpdk.org (Postfix) with ESMTP id 104EC14105C for ; Mon, 12 Apr 2021 11:15:07 +0200 (CEST) Received: from mail-qk1-f199.google.com ([209.85.222.199]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lVsd8-0005z2-FM for stable@dpdk.org; Mon, 12 Apr 2021 09:13:14 +0000 Received: by mail-qk1-f199.google.com with SMTP id b127so8277684qkf.19 for ; Mon, 12 Apr 2021 02:13:14 -0700 (PDT) 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=xjYY8HniWl8299wlUzpLhYHmGa9cSmT3UiXJNn+DRMw=; b=Kj8nhHggRH/rWZP757/YC2pyBIBwDlQqUTRhJ12Mig0/QkWP0ro+NEnxdSOwT1Popg +GXfyjSwimsiJgV8pK3ZKNw+ttpfYJu3ie0zTOeuU1lHDAA5ke/m/D+kjKZxx/g0TWBl qA8p6Z7W+/XS2AlcyKhfAzxX7ki5gtAYUbciUGUFRi9mwAeJ0YLZ6PNF9tHAIGZkzNN2 zo29JmzZHgqowmkI9p90Rg3OZovnUSyRB7KzUYEg6aIEsMQ6kvHN8I3AMLqpB3ihbyKj oeopU1isF9vUcdPJP2dhDedV2Lp5o1FWTPgK2XyU3kCqSm+jT0ZojX6cRRmozAsLyi3P 0l/Q== X-Gm-Message-State: AOAM5338sWoIpWPYXVnC/dLauJqyMPFdAwtoAMDJn3I0+YSIOK/k5j8e DMYuT1obhtJSR0Sbv5cb6wLUJWh4+SfscN9ifw0SAQXwEC3IvQXAUesLSn1B4jiNcoXKbMKZr9D Ia/TLp/042boADzpEzcHnqY+5o6gdW07hBtpNhRAi X-Received: by 2002:a0c:a404:: with SMTP id w4mr27133777qvw.45.1618218793352; Mon, 12 Apr 2021 02:13:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw1MVnHlKnJOwjemToTS2Ip2jFjcuhSRHbC9Qq4LaLhzwbDCYZqx0nrxuu9+gRLRWcOExKxLdnNiG3pe7kfKf8= X-Received: by 2002:a0c:a404:: with SMTP id w4mr27133767qvw.45.1618218793116; Mon, 12 Apr 2021 02:13:13 -0700 (PDT) MIME-Version: 1.0 References: <20210409074357.2499008-1-christian.ehrhardt@canonical.com> In-Reply-To: <20210409074357.2499008-1-christian.ehrhardt@canonical.com> From: Christian Ehrhardt Date: Mon, 12 Apr 2021 11:12:46 +0200 Message-ID: To: dpdk stable Cc: dev , Abhishek Marathe , Akhil Goyal , Ali Alnubani , "Walker, Benjamin" , David Christensen , "Govindharajan, Hariprasad" , Hemant Agrawal , Ian Stokes , Jerin Jacob , John McNamara , Ju-Hyoung Lee , Kevin Traynor , Luca Boccassi , Pei Zhang , "Yu, PingX" , "Xu, Qian Q" , Raslan Darawsheh , Thomas Monjalon , "Peng, Yuan" , "Chen, Zhaoyan" Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [dpdk-dev] 19.11.8 patches review and test X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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 Fri, Apr 9, 2021 at 9:44 AM Christian Ehrhardt wrote: > > Hi all, > > Here is a list of patches targeted for stable release 19.11.8. > > The planned date for the final release is 16th April. > > 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. > > Note: > This is a special interim release not following the releases of recent > mainline (that was 19.11.7). Instead this addresses issues with >=19.11.6 > identified and discussed in: > http://mails.dpdk.org/archives/stable/2021-March/029418.html > > Testing-Note: > The only changes this release has over the former one are about linking. > We switch back to how it was <=19.11.6 since it regressed some use-cases. > The most known one at the moment is building OVS 2.13 vs a DPDK that was > built with meson. It seems that make-based DPDK builds are unaffected. > Due to that this verification phase should not so much be about the usual > performance, functionality, ... (I'm happy if you run those, but they are > not strictly required). Instead the focus should mostly about buildability > via the various possible combinations that exist. I can confirm that with 19.11.8 the build of OpenVswitch vs a meson-built DPDK works again. Tested on OVS 2.13.3 vs DPDK 19.11.8-rc1 in Ubuntu 20.04 and 20.10 on all supported architectures (amd64,armhf,arm64 and ppc64el - the others s390x/riscv64 don't have DPDK built). > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.8-rc1 > > These patches are located at branch 19.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Christian Ehrhardt > > --- > Christian Ehrhardt (7): > Revert "Revert "Revert "build/pkg-config: prevent overlinking""" > Revert "Revert "Revert "build/pkg-config: improve static linking flags""" > Revert "Revert "Revert "build/pkg-config: output drivers first for static build""" > Revert "Revert "Revert "build/pkg-config: move pkg-config file creation""" > Revert "Revert "Revert "build: always link whole DPDK static libraries""" > Revert "Revert "Revert "devtools: test static linkage with pkg-config""" > Regenerate meson.build changes required due to reverts -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd