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 D5BCDA0507 for ; Fri, 1 Apr 2022 13:40:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CD5D24067E; Fri, 1 Apr 2022 13:40:00 +0200 (CEST) Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) by mails.dpdk.org (Postfix) with ESMTP id 0BE4E4067E for ; Fri, 1 Apr 2022 13:39:59 +0200 (CEST) Received: by mail-lj1-f182.google.com with SMTP id bn33so3532533ljb.6 for ; Fri, 01 Apr 2022 04:39:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fMSRlOf4KpcikBJ8dMwWL2/jsNX6LgkkS6RMb6KbdMg=; b=SKvGiiqhH8HsvcOvhS94jQf0Xd2hB2TZwT5LSD+kyFpT9akaW3tAbFHxzClQ1w+364 G83t3ofDw6grzAc7M94OHpgGGY0PxVi1rjnEYQpQvuhifiMrZf0CC4uEWWwPhQnT+Ihl dbdZJDulTStOhMfr/GMsLro47ospnWJQ6S/c+M9J/+IJDvBH8HCEHCOZl78CF8urOYEq 7zPUxhsMIbKtCB9kribP6dmaUEm+bFi5hWdNGIQayjM/UMEJaY21BZry+fWKg7d9RUzt qo7p3w/i0ajMvj3QJfqTKOZZxXAEb8M49y+UNvVT5EuE7ssWuBMnpViwNjEx54JdXyLE PAAQ== X-Gm-Message-State: AOAM532wfwLv200FXyam4m8hnvrvBkfEDcAkQiie1rL1VV4Es2AH36Td tUOhwnrUPTUznoxziUMotAZsJ1+fIhrnSg== X-Google-Smtp-Source: ABdhPJzR7jnmV2EHxikyBhTYXR4Ps5AuTf9YZhLxLSMBlQYPUrTUeUrZlcfPRjZIvfLX5Ly6SGL/8Q== X-Received: by 2002:a2e:a555:0:b0:249:9d18:5b8 with SMTP id e21-20020a2ea555000000b002499d1805b8mr13553923ljn.71.1648813198219; Fri, 01 Apr 2022 04:39:58 -0700 (PDT) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com. [209.85.167.50]) by smtp.gmail.com with ESMTPSA id t2-20020a2e2d02000000b00244dc8ba5absm181509ljt.117.2022.04.01.04.39.57 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 01 Apr 2022 04:39:57 -0700 (PDT) Received: by mail-lf1-f50.google.com with SMTP id y36so1508843lfa.6 for ; Fri, 01 Apr 2022 04:39:57 -0700 (PDT) X-Received: by 2002:a05:6512:1301:b0:439:73a2:7ca3 with SMTP id x1-20020a056512130100b0043973a27ca3mr13360597lfu.685.1648813197644; Fri, 01 Apr 2022 04:39:57 -0700 (PDT) MIME-Version: 1.0 References: <20220401101243.15896-1-vanshika.shukla@nxp.com> In-Reply-To: <20220401101243.15896-1-vanshika.shukla@nxp.com> From: Luca Boccassi Date: Fri, 1 Apr 2022 12:39:46 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH dpdk-20.11.5-rc1] net/dpaa2: fix missing declaration To: Vanshika Shukla Cc: dpdk stable , Nipun Gupta 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 On Fri, 1 Apr 2022 at 11:12, wrote: > > From: Vanshika Shukla > > Add a missing declaration of variable. > > Fixes: 1d10966a22ca ("net/dpaa2: fix timestamping for IEEE1588") > > Signed-off-by: Vanshika Shukla > --- > drivers/net/dpaa2/dpaa2_rxtx.c | 1 + > 1 file changed, 1 insertion(+) Thanks, but I've already pushed a fix for this yesterday, it was acked by Hemant: https://git.dpdk.org/dpdk-stable/commit/?h=20.11&id=5ae73012c8eba2f72c580b1df43fbf910c525c82