Coyote icon indicating copy to clipboard operation
Coyote copied to clipboard

Clean up req_t/ack_t

Open quetric opened this issue 1 year ago • 0 comments

The request/completion structures contain several stale fields which should be cleaned up. Also mode should be merged into opcode as it doesn't currently provide any additional information.

Specifically, the following fields seem like can be removed:

  • remote
  • host
  • rdma
  • mode (can be replaced by inspecting verb)

quetric avatar Jun 19 '24 13:06 quetric