From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BDB6F39C003; Wed, 3 Jun 2026 19:51:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780516286; cv=none; b=IRROoGVW+6QgHf9yKcuPuKkwrKE5pJETEFqVGYfKm94E00kxb1z9P+GHTEDSMpBUub8QSwfSnplRF4/DAX8d9sn/fpo8Nqb/A3DBAaaA4+NxvU/Ep+HFS4Rtznd11/+pIlmE98qXQQdQQILZu1+3ebSxCUQODmMKOX75vvgOYOQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780516286; c=relaxed/simple; bh=CFThhJrSYYq7z6ju6tn57kRcJ4QgQgHpYJYWHFQ2wzQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fQk3K0zFlyiubpAKGbDWilkeF+U7B4G8CKM7Gx4VjNau24C94RsBlq8Gio42pkGmw3lpRIJGlRupCrZKMTyTryfFZZ1YDqLQmI2qpAzxgd6b7neeizEDXtHR4lgXiWbpu1kTj1Ze67a7eezLFrSawc4LW3RjANSec4JJQpKVIxE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eMwmu5g4; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="eMwmu5g4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3EF391F00893; Wed, 3 Jun 2026 19:51:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780516285; bh=w/k0IQ6XXWj4XJjKitMkJ3/nyGPhC7BOHNcOrh/8TTI=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=eMwmu5g4Pi/zkb/CmRjmMJaEDnFhwJamLXAs7ZJlWTHAa4/nk67FKaWz34vE/qp94 i/XAbhX7kDGDa6KT3b0PUdNxSY743rdNOfVW4gC5svIHCbVbS/z9O3mdvrENHAyhlb 754DfilC2Cjd1XnK4Pb8DhqhwaRSdRO7TT26e9BYleuq/JWeALuzoyf1kOj4Wt8T/l bS8UtkvSyr5kflC4pUfUJ9q/eZdV4s3qGuo/T4JWbfRZDkR/a3DDMNTuYO8IovZZVk stDto86/m7YyAQJpv3MwghqhYwNz2vU7cHsrbkk7nVfIfIYoScMZ0tx7gww2g42k+D BqsKcSAXUiJxw== Date: Wed, 3 Jun 2026 20:51:20 +0100 From: Simon Horman To: Subbaraya Sundeep Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, sgoutham@marvell.com, gakula@marvell.com, bbhushan2@marvell.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net] octeontx2-pf: Fix NDC sync operation errors Message-ID: <20260603195120.GI3766816@horms.kernel.org> References: <1780054677-17249-1-git-send-email-sbhatta@marvell.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1780054677-17249-1-git-send-email-sbhatta@marvell.com> On Fri, May 29, 2026 at 05:07:57PM +0530, Subbaraya Sundeep wrote: > From: Geetha sowjanya > > On system reboot "rvu_nicpf 0002:03:00.0: NDC sync operation failed" > error messages are shown, even if the operations is successful. > This is due to wrong if error check in ndc_syc() function. > > Fixes: 42c45ac1419c ("octeontx2-af: Sync NIX and NPA contexts from NDC to LLC/DRAM") > Signed-off-by: Geetha sowjanya > Signed-off-by: Subbaraya Sundeep Reviewed-by: Simon Horman