Re: [dpdk-dev] [PATCH v2 04/35] common/mlx5/windows: add DevX UAR getters
From: Ophir Munk <hidden>
Date: 2021-01-08 16:08:34
From: Ophir Munk <hidden>
Date: 2021-01-08 16:08:34
-----Original Message----- From: Ferruh Yigit <redacted> Sent: Friday, January 8, 2021 2:08 PM To: Tal Shnaiderman <redacted>; dev@dpdk.org Cc: NBU-Contact-Thomas Monjalon <redacted>; Matan Azrad [off-list ref]; Raslan Darawsheh [off-list ref]; Ophir Munk [off-list ref] Subject: Re: [dpdk-dev] [PATCH v2 04/35] common/mlx5/windows: add DevX UAR getters On 12/28/2020 12:32 PM, Tal Shnaiderman wrote:quoted
From: Ophir Munk <redacted> The following getters are added: mlx5_os_get_devx_uar_mmap_offset, mlx5_os_get_devx_uar_base_addr, mlx5_os_get_devx_uar_reg_addr, mlx5_os_get_devx_uar_page_id. This commit is the Windows equivalent of the Linux implementation in [1]. [1] commit 8638e19a10aa ("net/mlx5: remove more DV dependencies")This commit is not in the repo, I guess you mean: 1f66ac5bbe89 ("net/mlx5: remove more Direct Verbs dependencies")
Correct. Thanks for noticing.
quoted
Signed-off-by: Ophir Munk <redacted> Acked-by: Matan Azrad <redacted><...>