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:
parent
2059e3b16f
commit
c047716ae8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user