From 9f31e6b780246ef212c9e11d99b57099f5687cd9 Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Sat, 1 Jun 2024 15:42:31 -0500 Subject: [PATCH] Updated Fig 31 to remove the unused Destination ID field for ATS.PRGR --- iommu_in_memory_queues.adoc | 2 +- iommu_preface.adoc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/iommu_in_memory_queues.adoc b/iommu_in_memory_queues.adoc index 088251c4..9575d71b 100644 --- a/iommu_in_memory_queues.adoc +++ b/iommu_in_memory_queues.adoc @@ -564,7 +564,7 @@ formatted as follows: {bits: 9, name: 'Page Request Group Index'}, {bits: 3, name: '0'}, {bits: 4, name: 'Response Code'}, - {bits: 16, name: 'Destination ID'}, + {bits: 16, name: '0'}, ], config:{lanes: 2, hspace:1024, fontsize:12}} .... diff --git a/iommu_preface.adoc b/iommu_preface.adoc index 40669ef1..c354695a 100644 --- a/iommu_preface.adoc +++ b/iommu_preface.adoc @@ -37,6 +37,7 @@ and corrections, have been made since version 1.0.0: * Noted that shadow stack encodings introduced by Zicfiss are reserved and not usable for IOMMU use. * Listed the fault codes reported for faults detected by Page Request. +* Updated Fig 31 to remove the unused Destination ID field for ATS.PRGR These changes were made through PR#243 cite:[PR243].