summaryrefslogtreecommitdiffstats
path: root/src/msg/async/rdma (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: cache pthread namesPatrick Donnelly2024-10-251-1/+1
* msg/async/rdma: cleanup unused variableskshtsk2024-07-211-2/+0
* msg: add min delay packets support for monsSong Shun2022-08-062-0/+6
* msg/async: do not pass worker id to Stack::spawn_worker()Kefu Chai2021-02-262-2/+2
* async/rdma: do not reference worker id in RDMAStack::spawn_worker()Kefu Chai2021-02-261-2/+1
* async/rdma: initialize worker in RDMAStack::create_worker()Kefu Chai2021-02-261-8/+4
* async/rdma: move RDMAStack::create_worker() to .ccKefu Chai2021-02-262-3/+6
* common/Tub: remove Tub.hKefu Chai2021-02-141-1/+0
* msg/async: drop "NetworkStack::type"Kefu Chai2020-12-092-3/+3
* msg/async: refine worker creation in NetworkStackInsu Jang2020-12-031-0/+4
* msg/async/rdma: use wr_id address to check valid chunkChunsong Feng2020-09-012-1/+5
* msg/async/rdma: avoid enqueue_dead_qp deadlockChunsong Feng2020-08-292-5/+12
* Merge pull request #33882 from rosinL/wip-fix-rdma-segfaultKefu Chai2020-03-263-0/+12
|\
| * msg/async/rdma: add return value check after qp createdyehu2020-03-213-0/+12
* | msg: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-078-44/+45
|/
* Merge pull request #31041 from liu-chunmei/ceph_seastar_alien_blue_storeKefu Chai2020-03-021-1/+1
|\
| * crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-1/+1
* | Merge pull request #31109 from liupengs/wip-msg-async-fix-event-center-blockKefu Chai2020-03-012-27/+82
|\ \ | |/ |/|
| * msg/async/rdma: move C_handle_connection to RDMAConnectionSocketImpl.ccliupengs2020-03-012-23/+21
| * msg/async/rdma: fix bug event center is blocked by rdma construct connection ...liupengs2020-03-012-5/+62
* | include, common, *: unify getting number of buffers in bufferlist.Radoslaw Zarzynski2020-02-041-2/+2
* | Merge pull request #28921 from rzarzynski/wip-msgr-drop-0cKefu Chai2020-01-072-49/+0
|\ \
| * | msg/async: drop zero_copy_read() & co from ConnectedSocket.Radoslaw Zarzynski2019-07-082-49/+0
* | | Merge pull request #31692 from rzarzynski/wip-fips-zeroize-memset_bzeroKefu Chai2019-11-244-0/+12
|\ \ \
| * | | msg/async: audit memset & bzero users for FIPS.Radoslaw Zarzynski2019-11-174-0/+12
| | |/ | |/|
* | | Merge pull request #31532 from tchaikov/wip-42742Kefu Chai2019-11-162-13/+26
|\ \ \
| * | | msg/async/rdma: do not init mutex before lockdeps is readyKefu Chai2019-11-122-13/+26
| |/ /
* | | msg/async/rdma: add configuration to select gid_idxChangcheng Liu2019-11-112-3/+4
* | | msg/async/rdma: use gid_idx as index to get gidChangcheng Liu2019-11-111-2/+2
|/ /
* | msg/async/rdma: initialize some variables in-classChangcheng Liu2019-09-162-6/+7
* | msg/async/rdma: remove extra variableChangcheng Liu2019-09-161-4/+3
* | msg/async/rdma: change rdma_event_channel to be non blockedChangcheng Liu2019-09-161-0/+11
* | msg/async/rdma: librdamcm set local_qpn after creating QueuePairChangcheng Liu2019-09-161-3/+1
* | msg/async/rdma: RDMAIWARPConnectedSocketImpl inherit member from base classChangcheng Liu2019-09-162-7/+6
* | msg/async/rdma: remove unused Send WR with immediate dataChangcheng Liu2019-09-161-4/+0
* | msg/async/rdma: refine handle_async_event implementationChangcheng Liu2019-09-161-26/+45
* | msg/async/rdma: refine handle_rx_handle log under WCE failure caseChangcheng Liu2019-09-161-27/+53
* | msg/async/rdma: refine handle_tx_handle log under WCE fail caseChangcheng Liu2019-09-161-28/+68
* | msg/async/rdma: support hardware NIC without SRQChangcheng Liu2019-09-164-6/+62
* | msg/async/rdma: get local/peer qpn from RDMAConnectedSocketImplChangcheng Liu2019-09-161-0/+2
* | msg/async/rdma: remove redundant codeRoman Penyaev2019-09-163-18/+1
* | msg/async/rdma: no need to audit inflight SQ WQEsRoman Penyaev2019-09-163-10/+0
* | msg/async/rdma: use special Beacon to detect SQ WRs drainedRoman Penyaev2019-09-165-55/+90
* | msg/async/rdma: call member function to get QP statusChangcheng Liu2019-09-161-1/+1
* | msg/async/rdma: use QueuePair as args to get more infoChangcheng Liu2019-09-166-8/+8
* | msg/async/rdma: complete get_qp_lockless to get get qpChangcheng Liu2019-09-162-2/+8
* | msg/async/rdma: refactor QP state switch & ib_cm_meta_t transactionChangcheng Liu2019-09-165-115/+128
* | msg/async/rdma: implement connection management data in QueuePairChangcheng Liu2019-09-102-1/+8
* | msg/async/rdma: implement send/recv in QueuePairChangcheng Liu2019-09-103-95/+103
* | msg/async/rdma: implement modify_qp_to_init to init qpChangcheng Liu2019-09-102-38/+41