Re: [PATCH net-next v2 3/8] net/mlx5: HWS, Refactor and export rule skip logic
From: Simon Horman
Date: Tue Jun 24 2025 - 14:38:56 EST
On Sun, Jun 22, 2025 at 08:22:21PM +0300, Mark Bloch wrote:
> From: Vlad Dogaru <vdogaru@xxxxxxxxxx>
>
> The bwc layer will use `mlx5hws_rule_skip` to keep track of numbers of
> RX and TX rules individually, so export this function for future usage.
>
> While we're in there, reduce nesting by adding a couple of early return
> statements.
I'm all for reducing nesting. But this patch has two distinct changes.
Please consider splitting it into two patches.
>
> Signed-off-by: Vlad Dogaru <vdogaru@xxxxxxxxxx>
> Reviewed-by: Yevgeny Kliteynik <kliteyn@xxxxxxxxxx>
> Signed-off-by: Mark Bloch <mbloch@xxxxxxxxxx>
...