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 57EDF423C3; Fri, 13 Jan 2023 14:33:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4EA9D42D53; Fri, 13 Jan 2023 14:33:23 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 194F742D53 for ; Fri, 13 Jan 2023 14:33:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1673616801; 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=RYB30UY/IiojwSMWEDKGGFFCFEwrHr9vAykn+WRR47hjqV6Z49fKkJpzclfdeAq4xCBX5s KGzpNlAfJZ881gIfrG5UCgYnX5U3sZjSrX45aXWU8p8WbjWk/w2yaE+zrXQ90g2My1oFlh wLKlLje7j98o2cp7GOUhlfvIQ1nxkdY= Received: from mail-pj1-f69.google.com (mail-pj1-f69.google.com [209.85.216.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-537-35_C0tjOO6yJBAkoqVQvFw-1; Fri, 13 Jan 2023 08:33:15 -0500 X-MC-Unique: 35_C0tjOO6yJBAkoqVQvFw-1 Received: by mail-pj1-f69.google.com with SMTP id v17-20020a17090abb9100b002239a73bc6eso15271132pjr.1 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=1hxul49NPEyLraODtULR7msEe3aalnJOiiA4iLJSmH3HR6Kt1M34+veHVmhC2Iloth BPdL5+z4y3KFigVaAhIC2ryBmZl2pGUuDed9FmcRgb5HGjyUIYpPCTisWpRHzmB2FBrF 5Kc72S7Ii3hcgHXiC8Tc6xX1T9eOjealBCRJj+QHWUPdac4xUaJIEz7CApJpXRUCT+9A 6FNNclgc4Dhj1UOHNsfwx9H/7MvFmPGgGs8BJ451Hw3qN7dQJ2fIJ02qy0iO62b3C23h OqzcnXclD0qyoU7n7mr7uVal+3i5CSnig9AR/swBwy+jESwA3TMiEAxEYWKBk7gqwhJa e/Dw== X-Gm-Message-State: AFqh2ko6WL6KrQBXVd4LEDZibWGnyjCQyN4Fhh4+riPS5aI+ChIasAe/ pK5iUz2IR2e88WT7vYcLJWuhU3+BWZe/KLIsed1SFNeJUGc3zwUFs2V8oOf4WPVkwObU6vsBbM5 G+iPz4lBT2ar93JCfGx8= X-Received: by 2002:a63:a23:0:b0:484:83e4:4ca1 with SMTP id 35-20020a630a23000000b0048483e44ca1mr3199047pgk.178.1673616793985; 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: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-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