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 07966A0547 for ; Sat, 31 Jul 2021 16:49:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA95A40042; Sat, 31 Jul 2021 16:49:34 +0200 (CEST) Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) by mails.dpdk.org (Postfix) with ESMTP id 88AD34014D for ; Sat, 31 Jul 2021 16:49:33 +0200 (CEST) Received: by mail-qt1-f171.google.com with SMTP id k13so8584878qth.10 for ; Sat, 31 Jul 2021 07:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gvvZgc2cZ3S0LZQxdkoQzj+euqJTybx5+NsC5ZjjyP0=; b=SSYF4mQZ5E+4+3rbkK23uo5LnXdu5wrSrM7FwQoTBini7ymrc59OV5xEbxQK082LwE Cz8THXJAgl+d+p5VUAMBMVYNMug8smWIaPPqNAmC2nZr8Gz0iNSXWm2SL22Bnk1DDxYy o8qwWojeNjop0MMM+/JdZK4Rry5YHAA+poKlM= 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=gvvZgc2cZ3S0LZQxdkoQzj+euqJTybx5+NsC5ZjjyP0=; b=hs/u9KAhFHWuj3Ch0SPUVZQHi+Jc7ut4z7zeobEDk2NHiXM9pJ4vFRKGbLwOwSQz5C nuC4zuahObgaFBvIOQqMGauMpkKo+oA6pLG+G0g+BeJzOUtF0/bzKAXwfgjXrBkzYfvk +UUT6L0IMLYylytsrgsZQWTvE1VQdrgNRPOPVa5EQtCI8JhtPHbBK24dIueYx65t2KCa 8XP0QrAkWveMVsiOEEGUOtuxRQW3Q52nmwLKRlYaCYl5GsZh4fe1rgF5pKo9sJs6Pm6Z Kr5PTdwvXKRPEQyTnDFbludDQN++VvFU9BhcK6D8zVbTRHyXtQIYgmt0w6L1Oexa6Tz+ nj2w== X-Gm-Message-State: AOAM532XKpaePsxXTgTjFAguIL36EKIrkI7v7h69cYDP90m7fnA2NQp+ u7c1cYZYUSdaKj789sQJ/Hd12hWTpnQLi5yJyW7jCw== X-Google-Smtp-Source: ABdhPJwRxlhmiT/Lbte6UqJiaw3Db7wWhAiSLPYCc9dEp1/4RP/w0bShmANTfCNjbPbv8AIv+IluYFUOGsgPqakr8D4= X-Received: by 2002:ac8:5f94:: with SMTP id j20mr6753776qta.225.1627742972744; Sat, 31 Jul 2021 07:49:32 -0700 (PDT) MIME-Version: 1.0 References: <20210731044855.46991-1-ajit.khaparde@broadcom.com> <1666615.EP5RLiGz2i@thomas> In-Reply-To: <1666615.EP5RLiGz2i@thomas> From: Ajit Khaparde Date: Sat, 31 Jul 2021 07:49:15 -0700 Message-ID: To: Thomas Monjalon Cc: dpdk-dev , dpdk stable , Shuanglin Wang , Ferruh Yigit Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="000000000000b2858505c86c71c5" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-stable] [PATCH] net/bnxt: fix incorrect action record calculation 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" --000000000000b2858505c86c71c5 Content-Type: text/plain; charset="UTF-8" On Sat, Jul 31, 2021 at 2:25 AM Thomas Monjalon wrote: > > 31/07/2021 06:48, Ajit Khaparde: > > For Thor, the number of action records is being wrongly configured > > to 128 because of incorrect definition of divider. This results in > > an incorrect number of action records being negotiated with the FW. > > Remove the divider from the templates and delete the logic which > > uses the field in the resource manager logic. > > > > Fixes: 3fe124d2536c ("net/bnxt: support Thor platform") > > Cc: stable@dpdk.org > > > > Tested-by: Shuanglin Wang > > Signed-off-by: Ajit Khaparde > > This block should be in chronological order, > so the test comes after the Sign-off. I had cleaned it up. But the automated script put it in the end and I missed it. Sending a v2 with that fixed. > > > --000000000000b2858505c86c71c5--