Re: [v2 01/16] net/mlx5/hws: move warn into debug level when needed

2024-05-20 Thread Raslan Darawsheh
; Alex Vesker Cc: dev@dpdk.org; sta...@dpdk.org Subject: [v2 01/16] net/mlx5/hws: move warn into debug level when needed From: Erez Shitrit When the user tries to create a matcher and if failed with specific errno (E2BIG) the message will be in debug level and not in warning. It is a part of a

[v2 01/16] net/mlx5/hws: move warn into debug level when needed

2024-05-06 Thread Itamar Gozlan
From: Erez Shitrit When the user tries to create a matcher and if failed with specific errno (E2BIG) the message will be in debug level and not in warning. It is a part of a feature when the user re-try to insert a new matching depends on that errno, no need the annoying message. Fixes: c55c2bf