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 C0C6946BAE for ; Fri, 18 Jul 2025 21:35:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B9E7940E2E; Fri, 18 Jul 2025 21:35:23 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 3ED4240611 for ; Fri, 18 Jul 2025 21:35:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1752867321; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VbrGyoVLrm1tjjRNqW/u+Egb/3s3Nn+VkNg7wDxWKl0=; b=BEf4Oyl4D5cN65mQk2/gVEBb+AaMpXs6r3qjKLmqjQzA9nkYBi9y5qS376E46DiEmsWPZu 4T9QbMM96tA9WnaUwR31TYt3kf4U1o6o6Y+5hsrTCTGiXL+srCD+Az2rMMyGuaU+oQOt5J VIEmPIMq9Z2FNErY4yLcXqs5DHAaL4U= Received: from mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-642-oEUH6o_rOaOcQc_KksXmIA-1; Fri, 18 Jul 2025 15:35:18 -0400 X-MC-Unique: oEUH6o_rOaOcQc_KksXmIA-1 X-Mimecast-MFC-AGG-ID: oEUH6o_rOaOcQc_KksXmIA_1752867317 Received: from mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.93]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 48CCB1800284; Fri, 18 Jul 2025 19:35:17 +0000 (UTC) Received: from rh.redhat.com (unknown [10.44.32.40]) by mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id B562718003FC; Fri, 18 Jul 2025 19:35:15 +0000 (UTC) From: Kevin Traynor To: Vidya Sagar Velumuri Cc: Vamsi Attunuru , dpdk stable Subject: patch 'net/octeon_ep: fix buffer refill' has been queued to stable release 24.11.3 Date: Fri, 18 Jul 2025 20:30:02 +0100 Message-ID: <20250718193247.1008129-68-ktraynor@redhat.com> In-Reply-To: <20250718193247.1008129-1-ktraynor@redhat.com> References: <20250718193247.1008129-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.93 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: Yi1ltfAL5ZZubUzy-8u-hgsrZAu34I6e41cfHdVDwn4_1752867317 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit content-type: text/plain; charset="US-ASCII"; x-default=true 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 Hi, FYI, your patch has been queued to stable release 24.11.3 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 07/23/25. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable/commit/31097f329005a26fc69bd7e429194f783c57d0b1 Thanks. Kevin --- >From 31097f329005a26fc69bd7e429194f783c57d0b1 Mon Sep 17 00:00:00 2001 From: Vidya Sagar Velumuri Date: Mon, 24 Mar 2025 16:38:50 +0530 Subject: [PATCH] net/octeon_ep: fix buffer refill [ upstream commit fc3106f82afb3adc885e4fe3d4a83214e900062f ] Fix the buffer refill for SDP output queue Fixes: ab09499e809c ("net/octeon_ep: add SSE Rx") Signed-off-by: Vidya Sagar Velumuri Acked-by: Vamsi Attunuru --- drivers/net/octeon_ep/cnxk_ep_rx.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/net/octeon_ep/cnxk_ep_rx.h b/drivers/net/octeon_ep/cnxk_ep_rx.h index 83677e1c6f..5db32c4448 100644 --- a/drivers/net/octeon_ep/cnxk_ep_rx.h +++ b/drivers/net/octeon_ep/cnxk_ep_rx.h @@ -73,9 +73,8 @@ cnxk_ep_rx_refill(struct otx_ep_droq *droq) count = droq->read_idx; rc = cnxk_ep_rx_refill_mbuf(droq, count); - if (unlikely(rc)) { + if (unlikely(rc)) droq->stats.rx_alloc_failure++; - return; - } - desc_refilled += count; + else + desc_refilled += count; } -- 2.50.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2025-07-18 20:29:13.421966962 +0100 +++ 0068-net-octeon_ep-fix-buffer-refill.patch 2025-07-18 20:29:10.968431240 +0100 @@ -1 +1 @@ -From fc3106f82afb3adc885e4fe3d4a83214e900062f Mon Sep 17 00:00:00 2001 +From 31097f329005a26fc69bd7e429194f783c57d0b1 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit fc3106f82afb3adc885e4fe3d4a83214e900062f ] + @@ -9 +10,0 @@ -Cc: stable@dpdk.org