Hi, > -----Original Message----- > From: Viacheslav Ovsiienko <viachesl...@nvidia.com> > Sent: Monday, February 22, 2021 5:45 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh <rasl...@nvidia.com>; Matan Azrad > <ma...@nvidia.com>; sta...@dpdk.org > Subject: [PATCH] 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). 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 > message are merely diagnostics ones and the logging level should be > lowered to DEBUG. > > Fixes: a0bfe9d56f74 ("net/mlx5: fix UAR memory mapping type") > Cc: sta...@dpdk.org > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh