cdb068f031
To scan the vdevs in primary, we send request to primary process to obtain the names for vdevs. Only the name is shared from the primary. In probe(), the device driver is supposed to locate (or request more) the detail information from the primary. Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com> Reviewed-by: Qi Zhang <qi.z.zhang@intel.com> Reviewed-by: Anatoly Burakov <anatoly.burakov@intel.com>
8 lines
171 B
Meson
8 lines
171 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
sources = files('vdev.c')
|
|
install_headers('rte_bus_vdev.h')
|
|
|
|
allow_experimental_apis = true
|