Error in description related to re-use of IDs
Created by: Silabs-ArjanB
The following text needs to be updated:
The id is a unique identification number for offloaded instructions. An id value can be reused after an earlier instruction related to the same id value has fully completed (i.e. because it was not accepted for offload, because it was killed or because it retired). The same id value will be used for all transaction packets on all interfaces that logically relate to the same instruction.
To:
The id is a unique identification number for offloaded instructions. An id value can be reused after an earlier instruction related to the same id value has fully completed (i.e. because it was not accepted for offload and the related commit handshake has been performed, because it was killed or because it performed the related result handshake). The same id value will be used for all transaction packets on all interfaces that logically relate to the same instruction.