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 C6988A0C49 for ; Tue, 20 Jul 2021 13:15:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92A0D40140; Tue, 20 Jul 2021 13:15:36 +0200 (CEST) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mails.dpdk.org (Postfix) with ESMTP id 3E70D40140 for ; Tue, 20 Jul 2021 13:15:36 +0200 (CEST) Received: by mail-wr1-f44.google.com with SMTP id l7so25559391wrv.7 for ; Tue, 20 Jul 2021 04:15:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=BT5F3pmRidyPX364eo9nVLE43wHTasbmg/X7+fJqbEs=; b=sNs8bEuUuWDKsYVLcgSTz8XUZweaiISnhqlSk3ivpGzifjwL0nEa8e2TEuW/ll0lI2 a2NtuSOEfxVAsB8PdSYQ3zD+A7phHi8MAAPdPAnfHxWJau2BASKsU1P38PiYOEEDck5Y E0c9/3T1ngzquCbJ3qSGtBzVksDuQBikaJs1Mx1+8g6c8Bneh/M8k10IrI4lY0eKREZh IY/wFEHQEPl+V/N6gwdfB+4pPszSiFoiCCVgyyEVj/E8BA7dfpuH6eZWd92fislOCr6n XIoKIlNdqK83bB1dCxjXHGdVEzuAGjB34IbE7yyJ1kiKpy47PEuY73TRx+NCestkV8ub O12Q== X-Gm-Message-State: AOAM5310ePekXVhQz5KytYghxrd67sF+IDqcHzehPvNq+dm66Mtepjwp jPnu2ljfaTPxv5asfxAHkBI= X-Google-Smtp-Source: ABdhPJwzuW7LmgxkM3G05VHWtRRx1T/dbjXuVt9QNeLOuS/yI3tRbBbOsZ3bVsZlBLFvUAB0tOs06g== X-Received: by 2002:adf:e40e:: with SMTP id g14mr36362065wrm.413.1626779735868; Tue, 20 Jul 2021 04:15:35 -0700 (PDT) Received: from localhost ([137.220.125.106]) by smtp.gmail.com with ESMTPSA id j12sm23883225wrq.83.2021.07.20.04.15.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jul 2021 04:15:35 -0700 (PDT) Message-ID: From: Luca Boccassi To: Ajit Khaparde , stable@dpdk.org Cc: Somnath Kotur Date: Tue, 20 Jul 2021 12:15:34 +0100 In-Reply-To: <20210719175006.43319-1-ajit.khaparde@broadcom.com> References: <20210719175006.43319-1-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.2 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 20.11] net/bnxt: fix ring allocation and free 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" On Mon, 2021-07-19 at 10:50 -0700, Ajit Khaparde wrote: > Error verifying signature: parse error > [ upstream commit b3fa83945a367125f6e1b66cd330b8b683d0b4a3 ] >=20 > Fix handling of ring alloc and free logic to fix check for invalid ring a= nd > context IDs. This also avoids code duplication. >=20 > Fixes: 6133f207970c ("net/bnxt: add Rx queue create/destroy") > Fixes: 51c87ebafc7d ("net/bnxt: add Tx queue create/destroy") > Cc: stable@dpdk.org >=20 > Signed-off-by: Ajit Khaparde > Reviewed-by: Somnath Kotur > --- > drivers/net/bnxt/bnxt_hwrm.c | 122 +++++++++++++++++++---------------- > 1 file changed, 67 insertions(+), 55 deletions(-) Thanks, applied and pushed. --=20 Kind regards, Luca Boccassi