net/mlx5: fix UAR allocation diagnostics messages
authorViacheslav Ovsiienko <viacheslavo@nvidia.com>
Wed, 24 Feb 2021 08:17:35 +0000 (10:17 +0200)
committerRaslan Darawsheh <rasland@nvidia.com>
Wed, 24 Feb 2021 10:12:26 +0000 (11:12 +0100)
commit09d196c0a0797813c0c608f303c9ebbe58656fbe
tree3f9b8a76871579ef2a3865902c32511099b630ae
parentc86e5b90125890f950892e890e8859d87d63140b
net/mlx5: fix UAR allocation diagnostics messages

Depending on kernel capabilities and rdma-core version the mapping
of UAR (User Access Region) of desired memory caching type (non-cached
or write combining) might fail. The PMD implements the flexible
strategy of UAR mapping, alternating the type of caching to succeed.
During this process the failure diagnostics messages are emitted.
These messages are merely diagnostics ones and the logging level
should be adjusted to DEBUG.

Fixes: a0bfe9d56f74 ("net/mlx5: fix UAR memory mapping type")
Cc: stable@dpdk.org
Signed-off-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/net/mlx5/mlx5.c