├── Common ├── RDBHandler.cc ├── RDBHandler.hh ├── Sync.cc ├── Sync.hh ├── TC_VtdFramework │ └── viRDBIcd.h ├── rdbMapper.c └── viRDBTypes.h ├── ExampleACC.cpp ├── LICENSE └── README.md /Common/RDBHandler.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huawei-octopus/pnc-algo-vtd-samples/HEAD/Common/RDBHandler.cc -------------------------------------------------------------------------------- /Common/RDBHandler.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huawei-octopus/pnc-algo-vtd-samples/HEAD/Common/RDBHandler.hh -------------------------------------------------------------------------------- /Common/Sync.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huawei-octopus/pnc-algo-vtd-samples/HEAD/Common/Sync.cc -------------------------------------------------------------------------------- /Common/Sync.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huawei-octopus/pnc-algo-vtd-samples/HEAD/Common/Sync.hh -------------------------------------------------------------------------------- /Common/TC_VtdFramework/viRDBIcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huawei-octopus/pnc-algo-vtd-samples/HEAD/Common/TC_VtdFramework/viRDBIcd.h -------------------------------------------------------------------------------- /Common/rdbMapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huawei-octopus/pnc-algo-vtd-samples/HEAD/Common/rdbMapper.c -------------------------------------------------------------------------------- /Common/viRDBTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huawei-octopus/pnc-algo-vtd-samples/HEAD/Common/viRDBTypes.h -------------------------------------------------------------------------------- /ExampleACC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huawei-octopus/pnc-algo-vtd-samples/HEAD/ExampleACC.cpp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huawei-octopus/pnc-algo-vtd-samples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huawei-octopus/pnc-algo-vtd-samples/HEAD/README.md --------------------------------------------------------------------------------