From 0787f052f34df799e6d9be3a263fc16678dc1495 Mon Sep 17 00:00:00 2001 From: Durga Prasad Date: Tue, 17 Sep 2024 23:58:26 +0530 Subject: [PATCH] Add pasid member to aie_partition info Signed-off-by: Durga Prasad --- src/runtime_src/core/common/query_requests.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime_src/core/common/query_requests.h b/src/runtime_src/core/common/query_requests.h index bb7da05f800..9c294a95182 100644 --- a/src/runtime_src/core/common/query_requests.h +++ b/src/runtime_src/core/common/query_requests.h @@ -1684,6 +1684,7 @@ struct aie_partition_info : request uint64_t migrations; uint64_t preemptions; uint64_t errors; + uint64_t pasid; qos_info qos; };