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 86941A0524 for ; Tue, 1 Jun 2021 10:06:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4A2E640040; Tue, 1 Jun 2021 10:06:01 +0200 (CEST) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by mails.dpdk.org (Postfix) with ESMTP id 75C1640040 for ; Tue, 1 Jun 2021 10:05:59 +0200 (CEST) Received: from mail-qt1-f200.google.com ([209.85.160.200]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lnzPT-0000Nu-7Z for stable@dpdk.org; Tue, 01 Jun 2021 08:05:59 +0000 Received: by mail-qt1-f200.google.com with SMTP id a12-20020ac8108c0000b029023c90fba3dcso1452806qtj.7 for ; Tue, 01 Jun 2021 01:05:59 -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; bh=3qvt3B3yEgdLhXIQSPfWG/9Gr3zrEKmz3lN4uhEDONo=; b=hSh9olc755j8cU8M9sR3vspRWn6yV7IP0Jwxl3w6ZfTgIqt040q5Am64rdltBCd+Rf 4DGLWCw0FkjFsGC5VCHDiO9wJubrY1D4AgkS8QyL5H1Y0JFTd6fi7Iy3RKEKa4GSfapN j2NQMHgphIxtWF7GQRUfHjJV5+6RGhxsPeW9SviefJcFGAsqSSQTWB/EYdoJpVJtkulk vpff1uyAsUHWh9W1HXdw/tYXS99S/ast4lO8hzt5tqzf2x4ylV/BV2JrElLWDppO68+U HJh9ll59DS6ikn57jKjjKkM+mmkIafv9Kqfq+4wR3KqOvdEeC+8tnHpnqf3xeEeUSJoH pYOQ== X-Gm-Message-State: AOAM531qmw9Ya2sYJ4aKBesxRwOD6aRmoannmU7mWGNHTmK2wqqnLHOz QC1WvTukFr4plAQvi7D4ytGO8SPwRT0nkSnR5n+kWptrIpT8ErSFr/ra1yPEaqn+ccR6awOIxHk kNtxjp4fwgaPNgLYBoNGRBRy5O7zF50BBYcBUAoXD X-Received: by 2002:a05:620a:1667:: with SMTP id d7mr20633264qko.462.1622534758229; Tue, 01 Jun 2021 01:05:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJziy7x4zUHb3lkTesiNohwZ7D82nKu+F2rv46xEBZERb/BuxclrC/B/bDGwNdiGMSd/c3CFtDCj1pR6a2x9RUU= X-Received: by 2002:a05:620a:1667:: with SMTP id d7mr20633246qko.462.1622534758025; Tue, 01 Jun 2021 01:05:58 -0700 (PDT) MIME-Version: 1.0 From: Christian Ehrhardt Date: Tue, 1 Jun 2021 10:05:32 +0200 Message-ID: To: dpdk stable , "Min Hu (Connor)" , Yisen Zhuang , Lijun Ou Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-stable] "net/hns3: fix reporting undefined speed" is incompatible with 19.11.x 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 was targeted for dpdk stable releases. commit b6579e3db794be36637a66e009199a1e7451e995 Author: Huisong Li Date: Tue Mar 23 21:45:51 2021 +0800 net/hns3: fix reporting undefined speed It introduced [ 403s] /home/abuild/rpmbuild/BUILD/dpdk-1622533160.757d17c4c/drivers/net/hns3/hns3_ethdev.c: In function 'hns3_dev_link_update': [ 403s] /home/abuild/rpmbuild/BUILD/dpdk-1622533160.757d17c4c/drivers/net/hns3/hns3_ethdev.c:2618:26: error: 'ETH_SPEED_NUM_UNKNOWN' undeclared (first use in this function) [ 403s] new_link.link_speed = ETH_SPEED_NUM_UNKNOWN; [ 403s] ^ But that requires this change from 20.11: commit 810b17d116f03783843d23ac900a3794675f6616 Author: Thomas Monjalon Date: Tue Aug 11 11:52:20 2020 +0300 ethdev: allow unknown link speed I'm unsure if introducing ETH_SPEED_NUM_UNKNOWN in 19.11 might break other bits not aware of it so for now I have removed that formerly queued patch from 19.11.9. If you want it applied to 19.11.9 or later please have a look and consider providing a backport for it - or alternatively if you think it is not important for 19.11.x let me know about that. -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd