Re: [dpdk-dev] [PATCH v2 1/7] net/mlx5: rename confusing object in probe code

2018-06-16 Thread Xueming(Steven) Li
> -Original Message- > From: dev On Behalf Of Adrien Mazarguil > Sent: Thursday, June 14, 2018 4:35 PM > To: Shahaf Shuler > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 1/7] net/mlx5: rename confusing object in probe > code > > There are several attribu

[dpdk-dev] [PATCH v2 1/7] net/mlx5: rename confusing object in probe code

2018-06-14 Thread Adrien Mazarguil
There are several attribute objects in this function: - IB device attributes (struct ibv_device_attr_ex device_attr). - Direct Verbs attributes (struct mlx5dv_context attrs_out). - Port attributes (struct ibv_port_attr). - IB device attributes again (struct ibv_device_attr_ex device_attr_ex). "at