summaryrefslogtreecommitdiffstats
path: root/src/msg/async/dpdk (follow)
Commit message (Expand)AuthorAgeFilesLines
* msg: add min delay packets support for monsSong Shun2022-08-061-0/+1
* msg/async/dpdk:Add the TSO configurationChunsong Feng2021-12-291-1/+4
* msg/async/dpdk:add commands to obtain the NIC status and statisticsChunsong Feng2021-12-282-0/+121
* msg/async: refactory rename_thread for DPDKStackChunsong Feng2021-12-271-0/+1
* Merge pull request #44275 from fengchunsong/dpdk-nicKefu Chai2021-12-261-0/+10
|\
| * msg/async/dpdk: add NIC whitelist configurationChunsong Feng2021-12-251-0/+10
* | msg/async/dpdk:add the handling of DPDK initialization failureChunsong Feng2021-12-261-8/+11
|/
* msg/async/dpdk: replacing rte_exit with ceph_assert to avoid exit failureChunsong Feng2021-12-102-5/+7
* msg/async/dpdk: exit condition waiting when DPDKStack is destructedChunsong Feng2021-10-154-38/+55
* src/msg/dpdk: reserve funcs capacity to avoid reallocationChunsong Feng2021-10-141-2/+3
* msgs/async/dpdk: fix dpdk build errorChunsong Feng2021-10-148-16/+17
* msg/async: do not pass worker id to Stack::spawn_worker()Kefu Chai2021-02-262-2/+2
* async/dpdk: do not use worker id when creating workerKefu Chai2021-02-262-9/+9
* msg/async/dpdk: be compatible with DPDK 19.11Kefu Chai2021-02-142-8/+9
* msg/async/dpdk: define MARKER in .hhKefu Chai2021-02-142-4/+4
* msg/async/dpdk: use optional<> instead of Tub<>Kefu Chai2021-02-1414-77/+78
* msg/async: drop "NetworkStack::type"Kefu Chai2020-12-091-1/+1
* msg/async: refine worker creation in NetworkStackInsu Jang2020-12-031-0/+5
* Merge pull request #32690 from rosinL/wip-timeeventKefu Chai2020-02-141-0/+3
|\
| * msg/async/dpdk: destroy fd in do_requestChunsong Feng2020-01-171-0/+3
* | Merge pull request #33224 from howard0su/cleanKefu Chai2020-02-121-1/+0
|\ \
| * | src: polish the wordingJun Su2020-02-121-1/+0
* | | msg/async/dpdk: Fix build when DPDK enabledJun Su2020-02-111-2/+1
|/ /
* / msg/async/dpdk: Fix infinite loop when sending packetsChunsong Feng2020-01-171-0/+6
|/
* Merge pull request #28921 from rzarzynski/wip-msgr-drop-0cKefu Chai2020-01-071-2/+4
|\
| * msg/async: drop zero_copy_read() & co from ConnectedSocket.Radoslaw Zarzynski2019-07-081-2/+4
* | Merge pull request #32173 from rosinL/wip-fix-coremaskKefu Chai2019-12-201-4/+35
|\ \
| * | msg/async/dpdk: Fix the overflow while parsing dpdk coremaskChunsong Feng2019-12-191-4/+35
* | | msg/async/dpdk: refactor set_rss_table to support DPDK 19.05f003910432019-12-122-47/+49
* | | Merge pull request #31876 from rosinL/wip-fix-dpdk-zero-lengthKefu Chai2019-12-051-0/+5
|\ \ \
| * | | msg/async/dpdk: fix SEGV caused by zero length packetChunsong Feng2019-11-261-0/+5
| |/ /
* | | msg/async/dpdk: Porting seastar's init_port_start to fix to resolve compilati...Chunsong Feng2019-11-292-43/+35
* | | msg/async/dpdk: fix icmp_hdr build errorChunsong Feng2019-11-222-11/+11
|/ /
* | msg/async/dpdk: fix complie errors from fix FTBFSyehu2019-09-032-2/+2
* | async/dpdk: fix compile errors from ceph::mutex updateyehu2019-09-021-1/+1
* | msg/async/rdma: remove redundant codeChangcheng Liu2019-08-231-4/+0
* | msg: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-17/+14
* | msg/async/dpdk: fix FTBFSKefu Chai2019-06-273-7/+12
* | msg/async/dpdk: silence GCC warningKefu Chai2019-06-272-4/+4
|/
* msg/async v2: make v2 work on rdma.Jianpeng Ma2019-03-181-0/+4
* async/dpdk: when enable dpdk, multiple message queue defectYongSheng Zhang2018-12-051-1/+2
* common: fix typosKefu Chai2018-09-213-4/+4
* Merge PR #24098 into masterSage Weil2018-09-199-9/+9
|\
| * Rename "include/assert.h"Brad Hubbard2018-09-149-9/+9
* | msg/async: do not include dpdk headers in public headerKefu Chai2018-09-052-10/+15
* | msg/dpdk: use ceph::crypto::MD5 instead of cryptoppCasey Bodley2018-09-051-4/+4
|/
* msg: Use ceph_assert for asserts.Adam C. Emerson2018-08-2713-45/+45
* msg/async/dpdk: fix FTBFSKefu Chai2018-07-224-10/+10
* common: move ConfigValues out of md_config_tKefu Chai2018-07-102-8/+8
* msg/async: mark accepted connections with addr type (legacy or msgr2)Sage Weil2018-07-034-8/+12