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 8CE2DA0547 for ; Mon, 8 Feb 2021 17:00:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 658FA4014E; Mon, 8 Feb 2021 17:00:33 +0100 (CET) Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by mails.dpdk.org (Postfix) with ESMTP id 0126F4014E for ; Mon, 8 Feb 2021 17:00:31 +0100 (CET) Received: by mail-wm1-f45.google.com with SMTP id 190so13061937wmz.0 for ; Mon, 08 Feb 2021 08:00:31 -0800 (PST) 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=0uDjNojPm8KLe46nl5PMGqG5bnSs+TFGP7dNiEuAxEc=; b=lgCTYHNtLUzKs6pexTe/NsYF9cN6ajFDrWgrz9oduAHJKJE/EVxJxuWM8koLjmMMkr 52BQHYevKUlh+yvzGtIjsfl1hIq+pU2moRuqvaTHkinkekYFiPmNebdbv+5v5KTaNRxi F1ydaJrmm4SNMaSkbguYx5Uj2Zp0oysOjfgTBLpx6CmGPrxdWwprQFNpNLcfm+FXgIa9 s0aVrcAihLA5Coxaj8egAwxy2vBsVlZrSOUE730eEbXny+VGmNP4rD5gniAOF7Xl6SSn U8MACN5JGt4ctF0hfj5KhWwSXgEmOujyj8s+uWOzYsOCZJXfR2lAx2jOZ0bMOw47rzWB hqGA== X-Gm-Message-State: AOAM530fFx2gOA83qJ6ugL45OwA8pZmeT2m6XGOLkPqo02KQLCJEfC3s oCTOvdXAHMkp8IN5aw0B2eg= X-Google-Smtp-Source: ABdhPJx6yTenfntxhgxrsTiImYKU0//t2BT9QvvoQcuhSWZLUglkhI7QIEVSAQXdjd0lAZ8D78Ic4g== X-Received: by 2002:a1c:f70c:: with SMTP id v12mr14981215wmh.77.1612800031638; Mon, 08 Feb 2021 08:00:31 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id y5sm9745499wmi.10.2021.02.08.08.00.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Feb 2021 08:00:30 -0800 (PST) Message-ID: From: Luca Boccassi To: Lance Richardson , Ajit Khaparde , Somnath Kotur , Venkat Duvvuru Cc: stable@dpdk.org Date: Mon, 08 Feb 2021 16:00:29 +0000 In-Reply-To: <20210208151451.87164-1-lance.richardson@broadcom.com> References: <20210208151451.87164-1-lance.richardson@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 fallback mbuf allocation logic 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-02-08 at 10:14 -0500, Lance Richardson wrote: > Error verifying signature: parse error > Fixes for fallback mbuf allocation logic. > - Iterate over all processed descriptors (representor and > non-representor) when checking allocation status. > - Invoke fallback allocation logic when an allocation > failure has occurred for any received packet, not > just the last. >=20 > Based on upstream commit c86e930165c3 ("net/bnxt: fix fallback > mbuf allocation logic"), with changes to resolve conflicts caused > by the absence of upstream commit c7de4195cc4c ("net/bnxt: modify > ring index logic") >=20 > Fixes: 6dc83230b43b ("net/bnxt: support port representor data path") > Fixes: d9dd0b29ed31 ("net/bnxt: fix Rx handling and buffer allocation log= ic") > Cc: stable@dpdk.org >=20 > Signed-off-by: Lance Richardson > --- > drivers/net/bnxt/bnxt_rxr.c | 28 +++++++++++++++++----------- > 1 file changed, 17 insertions(+), 11 deletions(-) Acked-by: Luca Boccassi Thanks, applied. --=20 Kind regards, Luca Boccassi