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 25CCE423C3 for ; Fri, 13 Jan 2023 14:33:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 22BB042D53; Fri, 13 Jan 2023 14:33:20 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id A1DC440E03 for ; Fri, 13 Jan 2023 14:33:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1673616798; 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: in-reply-to:in-reply-to:references:references; bh=dNoZkMNTyKBO1UwIVO7VOiIXfTFXyejk2KV/7frySIs=; b=L7hYVfMUA4elkYBP6OXvfsIP6EySNhaURkcNk8XmmzkIGvSKVZivZ9ibjfAFpsb5pFMBOB XM8MWqrYJLGrWWxLia/StIw3ovRluBPLm7qI2u1zXgokv/uN33oPagsWHaR9VT/P7TTqqK /t77DN5SlrDe3KiGQGExz2pA4CDx/Dk= Received: from mail-pf1-f198.google.com (mail-pf1-f198.google.com [209.85.210.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-62-j2a5XocVPWaKtTxeB7sDOw-1; Fri, 13 Jan 2023 08:33:15 -0500 X-MC-Unique: j2a5XocVPWaKtTxeB7sDOw-1 Received: by mail-pf1-f198.google.com with SMTP id ay33-20020a056a00302100b00586ad46edf9so8761775pfb.20 for ; Fri, 13 Jan 2023 05:33:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=dNoZkMNTyKBO1UwIVO7VOiIXfTFXyejk2KV/7frySIs=; b=XI8682LXUagyEn+Mnm091gSDx7YOkP40SshGiPyzTdQhoJjjyjHJxz+nduLkXWseLq uwHMtdYehCSUTIl6mE6/fQavTnmNeBfNx23DAnyvgRBALwKJnxWy0USXzAdDnhySH4IF nARwyerIaLrF74hFapMm5YgE+6Gc8e0zYp/m2B4iEPPmiw5yWZCTfIxxK0EV4+pfYWlZ yIDqQexnPHiaZRcmDG4d9V2dPV3Td1U7hU0PbzPYgNl44b7/etEZobqBwnAd4qWKGva+ IVi0PwYXCE6+Gq/O8Y2MkImMDn0awL9M+HZQpqGynTBj5x7gNDBhkw4vvr2BA1kBmyoE j7xg== X-Gm-Message-State: AFqh2kq6YFhlI6YqcNFV5h9b3dyQwcrWM5aB5pYMuhwFjFyX8KbmVRb6 MX38iWn0lzZkAPi1738thZWLq7Glj7Le/O+Fk5wufsXZeEzb0BwBAn0WySSH7EHmDphNYmDudWD HFP5xQk4WWWh7bxL/kKeF3TU= X-Received: by 2002:a63:a23:0:b0:484:83e4:4ca1 with SMTP id 35-20020a630a23000000b0048483e44ca1mr3199049pgk.178.1673616793987; Fri, 13 Jan 2023 05:33:13 -0800 (PST) X-Google-Smtp-Source: AMrXdXtKo8J8ufBEpzOaWVabIx8BGmpaBtZAmy65qLOPfHctVponw81j3rgrSNtbEw0+1ZYhrQ7S9jXI+56Dfb1cdBY= X-Received: by 2002:a63:a23:0:b0:484:83e4:4ca1 with SMTP id 35-20020a630a23000000b0048483e44ca1mr3199041pgk.178.1673616793731; Fri, 13 Jan 2023 05:33:13 -0800 (PST) MIME-Version: 1.0 References: <20221212143715.29649-1-david.marchand@redhat.com> <20221213091837.87953-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Fri, 13 Jan 2023 14:33:02 +0100 Message-ID: Subject: Re: [PATCH v2] net/i40e: don't check link status on device start To: Yuying Zhang , Beilei Xing , "Mcnamara, John" Cc: dev@dpdk.org, stable@dpdk.org, Qi Zhang , Dapeng Yu , Wenxuan Wu X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 Hello i40e maintainers, John, On Mon, Jan 9, 2023 at 10:21 AM David Marchand wrote: > On Tue, Jan 3, 2023 at 3:02 PM David Marchand wrote: > > Hi i40e maintainers, > > > > On Tue, Dec 13, 2022 at 10:19 AM David Marchand > > wrote: > > > > > > The mentioned changes broke existing applications when the link status > > > of i40e ports is down at the time the port is started. > > > Revert those changes, the original issue will need a different fix. > > > > > > Fixes: a4ba77367923 ("net/i40e: enable maximum frame size at port level") > > > Fixes: 2184f7cdeeaa ("net/i40e: fix max frame size config at port level") > > > Fixes: 719469f13b11 ("net/i40e: fix jumbo frame Rx with X722") > > > Cc: stable@dpdk.org > > > > > > Signed-off-by: David Marchand > > > > This issue was reported only by our QE, but I suspect that real > > deployments will get affected. > > Please review. > > Ping. Ping. Note: I removed Jie Wang from Cc list since I get bounces. -- David Marchand