Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions compile_commands.json
4 changes: 2 additions & 2 deletions csrc/engine/rdma/rdma_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ class RDMABuffer: public std::enable_shared_from_this<RDMABuffer> {

~RDMABuffer() = default;

const size_t batchSize()
const size_t batch_size()
{
return storage_view_batch_.size();
}

const storage_view_batch_t& storageViewBatch()
const storage_view_batch_t& view_batch()
{
return storage_view_batch_;
}
Expand Down
857 changes: 651 additions & 206 deletions csrc/engine/rdma/rdma_endpoint.cpp

Large diffs are not rendered by default.

Loading