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 09CB3A0524 for ; Tue, 1 Jun 2021 13:25:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CDE3740041; Tue, 1 Jun 2021 13:25:15 +0200 (CEST) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by mails.dpdk.org (Postfix) with ESMTP id 7671640041 for ; Tue, 1 Jun 2021 13:25:14 +0200 (CEST) Received: from mail-qv1-f72.google.com ([209.85.219.72]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lo2WI-0006RY-3y for stable@dpdk.org; Tue, 01 Jun 2021 11:25:14 +0000 Received: by mail-qv1-f72.google.com with SMTP id s16-20020a0cdc100000b02902177eec9426so6565308qvk.4 for ; Tue, 01 Jun 2021 04:25: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:from:date:message-id:subject:to:cc; bh=qoXYAk8dUdTs+tQlZP+hRn3CGcnX3ThxHpsNcRgNjdo=; b=rq63Ao9s4uBjxYrjQ31s9IqRqHbi8zhfR8vHEkXICKLx1ZvL6J/tbHvmTuTOlDWtKJ JeCbn3AhuOgRHErY6phIwoCZE9GAZBcw+OlF4FJY0SP6C4FSqXerXc2qJS73eFnFBn9z VyJUEtRawxNaPW+cR4Y0XV+ZmE/NqNhgncWuTSVHMi5gaWEvvvOChQgIhdWc4BlenYb7 slUPSPsenngO3qBios358l1KKjImN2+4/eKPRGLmbl2hSmdtvJCod61TzLpQw6r21B4+ QCwNLfM9JmrsEqIAUnuPGsUTO5vZz3pqREegJr/claenvqmosJl365r3+BeCjvw0mbOB COTQ== X-Gm-Message-State: AOAM533MOz+80RHrVLP4CSXV9ac+QY7FtBWhUTC4NmqfabI5raUUrxsr +OxJkVZSZbMHq+cKA4ipFTwPWOhCA+Wehjk3/Rzmg9wxGhoJRIGc7E/DTrPQTCqKw8/JwcnAiHv DAsU9Z0oKGX3CsEfLknCCjH/pkPK2B2glj208I765 X-Received: by 2002:a05:620a:4515:: with SMTP id t21mr21010166qkp.442.1622546713246; Tue, 01 Jun 2021 04:25:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzj5xbSkfQYVl/nPX4U/1fCDonJPr9n7mB2HoZKClmThjN71Y1reVPK68tV4xykcmEoHcbof7KFp1mr61JTiR0= X-Received: by 2002:a05:620a:4515:: with SMTP id t21mr21010152qkp.442.1622546712988; Tue, 01 Jun 2021 04:25:12 -0700 (PDT) MIME-Version: 1.0 From: Christian Ehrhardt Date: Tue, 1 Jun 2021 13:24:47 +0200 Message-ID: To: Huisong Li , Xiaoyun Li Cc: dpdk stable Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-stable] "app/testpmd: verify DCB config during forward config" is incompatible with the 19.11.x series 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" Hi, this commit was targted at the stable series: commit 43f1f8261136852357057b78aa49d354beaf3931 Author: Huisong Li Date: Wed Apr 28 14:40:44 2021 +0800 app/testpmd: verify DCB config during forward config As part of that it removes pt_id as it was the last user. But this does not work out without the following also in place. commit 08dcd187068666c96e8a16604a1c96160ed310e9 Author: Huisong Li Date: Wed Dec 2 20:48:55 2020 +0800 app/testpmd: fix queue stats mapping configuration Since the latter is rather massive I have for now dropped 43f1f8261 from the queue for 19.11.9. Please consider creating a backport or letting me know that this change isn't meant to be applied to 19.11.x -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd