> -----Original Message----- > From: Ferruh Yigit <[email protected]> > Sent: Friday, January 8, 2021 2:08 PM > To: Tal Shnaiderman <[email protected]>; [email protected] > Cc: NBU-Contact-Thomas Monjalon <[email protected]>; Matan Azrad > <[email protected]>; Raslan Darawsheh <[email protected]>; Ophir > Munk <[email protected]> > 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: > > From: Ophir Munk <[email protected]> > > > > 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. > > > > Signed-off-by: Ophir Munk <[email protected]> > > Acked-by: Matan Azrad <[email protected]> > > <...>

