Re: [PATCH] net/mlx5: fix error notification for large patterns

2025-05-15 Thread Raslan Darawsheh
Hi, On 06/05/2025 4:31 PM, Gregory Etelson wrote: HWS has limited resources to translate flow pattern. When pattern translation does not fit STE, HWS translation fails with E2BIG error. The patch verifies that the E2BIG error value is kept during flow error notification. Fixes: e38776c36c8a (

[PATCH] net/mlx5: fix error notification for large patterns

2025-05-06 Thread Gregory Etelson
HWS has limited resources to translate flow pattern. When pattern translation does not fit STE, HWS translation fails with E2BIG error. The patch verifies that the E2BIG error value is kept during flow error notification. Fixes: e38776c36c8a ("net/mlx5: introduce HWS for non-template flow API") S