Coyote
Coyote copied to clipboard
Clean up req_t/ack_t
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)