From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 876E2A00BE; Wed, 30 Oct 2019 12:26:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 891071BFFB; Wed, 30 Oct 2019 12:26:02 +0100 (CET) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by dpdk.org (Postfix) with ESMTP id 42A091BFFA for ; Wed, 30 Oct 2019 12:26:01 +0100 (CET) Received: by mail-io1-f68.google.com with SMTP id 1so2102198iou.4 for ; Wed, 30 Oct 2019 04:26:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+rK26NzwnEt8SkZM4A9pMjvYwbRwCM3ntAapypZdnFM=; b=Czcrr1B/2cnXGpw5ALxcR0yuXGDOysgJFDsIbTQGmU+H4VYV6scvxz5+/X1+2n0C7O ArKffMuA7SCt0r5rvH+C8D+lW4fkdddpx6uZNVLAIaPHNWlSynjHleXVFTOC+y6hT5xZ rPCL9OlrzH4PD2wrol2aE5aWJ0HNFlTG+gLApXGn93P8P8Oh8HD9JeP4Kz6n+Xt59xGK 7TPsp/P9cJfxRLFAYqZeD/DJi9uHCkgCL3Bng5NJPWz05/CJIwknlPFU2A86aEjly6+y O4N2LLn2xezafnCcbLRosF2+1/X3nogzBgEuRBVBqYVShU4MjVFVNQhcvtX88XxSTpFV AKKw== 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=+rK26NzwnEt8SkZM4A9pMjvYwbRwCM3ntAapypZdnFM=; b=GdmwbK3nOvE4nRH6/so83skb+7WxoYz7D9zm52VCA6oarkjGETsFUeO7FwSC4PCWsa ymO0gUrZZ7hatvqiCjt4kDun9RA0jrVy08aHPW4ghXBmN/TIhB0u491BfcksObVG2GCH MkZ38ixeYmPYyhmJ1YuZlLklziinuZy9yrFvvI1KWjw7/in8BlXnzJtq+JdmU7h8phPF 0+IbTWDE6jiu26n7Ki4etR91YX5fQGib5ERQWxnKiDsPx0aRA1TDALanevy32HcEzKU6 fS5/0a+RrvguCCzL/olOdrmbdrcPBXCQrZ3R8lmXTsPekzfiuoriJJN7g4mgVNfFeFJ0 ehhw== X-Gm-Message-State: APjAAAULukNK0TszI9OgfsW3wM11M0D/XR0vx8qxT8tPSHKy6EXJs7cx fyo1Ex3yUncSFNb4yrkg+pQK2J+SLG5z9DjDXKI= X-Google-Smtp-Source: APXvYqyOJ7/h4Au2GZFF8SgdhY3MBecL5xQLtdvI9q87QXcO8FtFukC6A2YVKunwYPsa/J9tB5x+9/SBQK6RVoupZTY= X-Received: by 2002:a05:6638:2b1:: with SMTP id d17mr27819337jaq.60.1572434760348; Wed, 30 Oct 2019 04:26:00 -0700 (PDT) MIME-Version: 1.0 References: <20191020052051.9905-1-rmody@marvell.com> <1eea6d89-0921-9fae-7a7f-28bb95b9cab1@redhat.com> In-Reply-To: <1eea6d89-0921-9fae-7a7f-28bb95b9cab1@redhat.com> From: Jerin Jacob Date: Wed, 30 Oct 2019 16:55:44 +0530 Message-ID: To: Kevin Traynor Cc: Rasesh Mody , dpdk-dev , Jerin Jacob , Ferruh Yigit , GR-Everest-DPDK-Dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 1/3] net/qede/base: fix for FW bug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Oct 21, 2019 at 4:29 PM Kevin Traynor wrote: > > On 20/10/2019 06:20, Rasesh Mody wrote: > > In our testing we have identified a critical FW bug. Performance > > is degraded significantly for certain packet sizes with 8.40.25.0 FW. > > > > This patch updates the FW to version 8.40.33.0. The updated FW has a > > fix to performance issue. > > > > The patch also adds initialization for FW overlay RAM as part of > > hardware initialization which is required by the new FW. > > > > Fixes: 066f0d380a2f ("net/qede/base: update FW to 8.40.25.0") > > > > Hi Rasesh, it should be: > > Fixes: 21c959e2cb10 ("net/qede/base: update FW to 8.40.25.0") # Updated the Fixes git id # Added cc: stable@dpdk.org # Changed the subject to "net/qede/base: update FW to 8.40.33.0" Series applied to dpdk-next-net-mrvl/master. Thanks. > > Signed-off-by: Rasesh Mody