Re: [dpdk-dev] [PATCH] net/mlx5: fix UAR allocation diagnostics messages

2021-02-24 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Monday, February 22, 2021 5:45 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix UAR allocation diagnostics messages > > Depending on kernel capabilities and rdma-c

Re: [dpdk-dev] [PATCH] net/mlx5: fix UAR allocation diagnostics messages

2021-02-23 Thread Matan Azrad
From: Viacheslav Ovsiienko > 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. D

[dpdk-dev] [PATCH] net/mlx5: fix UAR allocation diagnostics messages

2021-02-22 Thread Viacheslav Ovsiienko
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 diagnos