Re: [dpdk-dev] [PATCH v2 03/14] common/mlx5: support auxiliary bus
From: Slava Ovsiienko <hidden>
Date: 2021-07-14 05:58:53
From: Slava Ovsiienko <hidden>
Date: 2021-07-14 05:58:53
-----Original Message----- From: Xueming(Steven) Li <redacted> Sent: Tuesday, July 13, 2021 16:14 To: Slava Ovsiienko <redacted> Cc: dev@dpdk.org; Xueming(Steven) Li <redacted>; Matan Azrad [off-list ref]; Shahaf Shuler [off-list ref]; Ray Kinsella [off-list ref] Subject: [PATCH v2 03/14] common/mlx5: support auxiliary bus This patch adds auxiliary bus driver and delegate to registered internal mlx5 common device drivers, i.e. eth, vdpa... Current major target is to support SubFunction on auxiliary bus. As a limitation of current driver, numa node of device is detected from PCI bus of device symbol link, will remove once numa node file available on sysfs. Signed-off-by: Xueming Li <redacted>
Acked-by: Viacheslav Ovsiienko <redacted>