Print PCI address function also in zello_sysman PCI test

Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
Jitendra Sharma 2021-05-06 17:04:18 +00:00 committed by Compute-Runtime-Automation
parent 99212b1aa5
commit 9332095bba
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ void testSysmanPci(ze_device_handle_t &device) {
std::cout << "properties.address.domain = " << properties.address.domain << std::endl;
std::cout << "properties.address.bus = " << properties.address.bus << std::endl;
std::cout << "properties.address.device = " << properties.address.device << std::endl;
std::cout << "properties.address.function = " << properties.address.function << std::endl;
std::cout << "properties.maxSpeed.gen = " << properties.maxSpeed.gen << std::endl;
std::cout << "properties.maxSpeed.width = " << properties.maxSpeed.width << std::endl;
std::cout << "properties.maxSpeed.maxBandwidth = " << properties.maxSpeed.maxBandwidth << std::endl;