[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231207102038.5e4cde28@kernel.org>
Date: Thu, 7 Dec 2023 10:20:38 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Michael Chan <michael.chan@...adcom.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
pabeni@...hat.com, gospo@...adcom.com, Somnath Kotur
<somnath.kotur@...adcom.com>, Kalesh AP
<kalesh-anakkur.purayil@...adcom.com>, Ajit Khaparde
<ajit.khaparde@...adcom.com>, Andy Gospodarek
<andrew.gospodarek@...adcom.com>
Subject: Re: [PATCH net v2 1/4] bnxt_en: Clear resource reservation during
resume
On Wed, 6 Dec 2023 16:05:48 -0800 Michael Chan wrote:
> From: Somnath Kotur <somnath.kotur@...adcom.com>
>
> We are issuing HWRM_FUNC_RESET cmd to reset the device including
> all reserved resources, but not clearing the reservations
> within the driver struct. As a result, when the driver re-initializes
> as part of resume, it believes that there is no need to do any
> resource reservation and goes ahead and tries to allocate rings
> which will eventually fail beyond a certain number pre-reserved by
> the firmware.
>
> Fixes: b4c66425771d ("bnxt_en: refactor bnxt_cancel_reservations()")
Are you sure this is the right tag? That commit looks like a noop
refactoring. Keep in mind Fixes should point to whether the bug was
first present, not where the patch applies.
Powered by blists - more mailing lists