Re: [net PATCH v1] octeontx2-af: Fix devlink unregister

From: Leon Romanovsky
Date: Mon Jan 30 2023 - 05:06:22 EST


On Mon, Jan 30, 2023 at 11:34:43AM +0530, Ratheesh Kannoth wrote:
> Exact match devlink entry is only for CN10K-B.
> Unregistration devlink should subtract this
> entry before invoking devlink unregistration
>
> Fixes: 87e4ea29b030 ("octeontx2-af: Debugsfs support for exact match.")
> Signed-off-by: Ratheesh Kannoth <rkannoth@xxxxxxxxxxx>
> ---
> .../marvell/octeontx2/af/rvu_devlink.c | 37 ++++++++++++++-----
> 1 file changed, 28 insertions(+), 9 deletions(-)

Your Fixes line, commit message and title don't correlate with the code.

Thanks