Re: [net PATCH] Octeontx2-af: fix pause frame configuration in GMP mode

From: Simon Horman
Date: Wed Mar 27 2024 - 11:06:43 EST


On Tue, Mar 26, 2024 at 10:57:20AM +0530, Hariprasad Kelam wrote:
> The Octeontx2 MAC block (CGX) has separate data paths (SMU and GMP) for
> different speeds, allowing for efficient data transfer.
>
> The previous patch which added pause frame configuration has a bug due
> to which pause frame feature is not working in GMP mode.
>
> This patch fixes the issue by configurating appropriate registers.
>
> Fixes: f7e086e754fe ("octeontx2-af: Pause frame configuration at cgx")
> Signed-off-by: Hariprasad Kelam <hkelam@xxxxxxxxxxx>

nit: For consistency with git history,
octeontx2-af should be all lowercase in the subject

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>