1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

The only locked completions are for locked memory reads

This commit is contained in:
Alex Forencich 2018-10-06 17:28:21 -07:00
parent 2059e3b16f
commit c047716ae8

View File

@ -481,7 +481,6 @@ class TLP_us(TLP):
# TODO error code
l |= (self.byte_count & 0x1fff) << 16
if self.fmt_type == TLP_CPL_LOCKED or self.fmt_type == TLP_CPL_LOCKED_DATA:
# TODO only for completions for locked read requests
l |= 1 << 29
# TODO request completed
pkt.data.append(l)