Re: [net PATCH 4/5] octeontx2-af: Fix mcam entry resource leak
From: Paolo Abeni <pabeni@redhat.com>
Date: 2022-07-26 13:33:10
From: Paolo Abeni <pabeni@redhat.com>
Date: 2022-07-26 13:33:10
On Sun, 2022-07-24 at 19:46 +0530, Subbaraya Sundeep wrote:
The teardown sequence in FLR handler returns if no NIX LF
is attached to PF/VF because it indicates that graceful
shutdown of resources already happened. But there is a
chance of all allocated MCAM entries not being freed by
PF/VF. Hence free mcam entries even in case of detached LF.
Fixes: c554f9c1574e("octeontx2-af: Teardown NPA, NIX LF upon receiving FLR")
The above fixes tag need a space between the commit hash and the '('.
Could you adjust that and post a new version?
Thanks!
Paolo