summaryrefslogtreecommitdiffstats
path: root/src/msg/async/dpdk (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #22007 from dalgaaf/wip-da-SCA-20180514Kefu Chai2018-06-284-7/+7
|\
| * msg/async/dpdk: mark functions with overrideDanny Al-Gaaf2018-06-122-4/+4
| * msg/async/dpdk/net: fix argument namingDanny Al-Gaaf2018-06-122-3/+3
* | include/memory.h: remove memory.hKefu Chai2018-06-261-1/+0
* | common: fix enum redeclarationQiaowei Ren2018-06-201-4/+4
|/
* Merge pull request #21637 from ceph/wip-da-SCA-20180423Kefu Chai2018-05-065-9/+9
|\
| * misc: mark constructors as explicitDanny Al-Gaaf2018-05-025-9/+9
* | misc: mark functions with 'override' specifierDanny Al-Gaaf2018-05-021-1/+1
|/
* misc: fix various log messagesGu Zhongyan2018-04-091-1/+1
* msg/async/dpdk: remove xsky copyright and LGPL copyingKefu Chai2018-03-2914-171/+16
* Merge pull request #20659 from tchaikov/wip-msg/async/dpdk/launch-on-coreidKefu Chai2018-03-063-133/+263
|\
| * msg/async: execute on core specified by core_id not its indexKefu Chai2018-03-011-1/+7
| * msg/async: do not include unused headerKefu Chai2018-03-011-1/+0
| * msg/async/dpdk/shared_ptr.h: sync up with seastar implKefu Chai2018-03-011-131/+256
* | msg/async: avoid referencing the temporary stringKefu Chai2018-02-281-3/+3
|/
* mgr: add units to performance countersRubab-Syed2018-02-031-4/+4
* osd: fix dpdk memzon mz_name setting issuechunmei Liu2018-01-081-14/+6
* osd: fix dpdk runtime issue based on spdk/dpdk libararychunmei Liu2018-01-042-34/+19
* msg/async: update to work with dpdk shipped with spdk v17.10Kefu Chai2017-12-132-3/+3
* cleanup: Replacing MIN,MAX with std::min,std::maxamitkuma2017-11-202-2/+2
* msg/async: rebase msg/async/dpdk to spdk/dpdkchunmei2017-11-182-5/+2
* Merge pull request #18678 from liu-chunmei/fix_dpdk_coremaskKefu Chai2017-11-031-0/+6
|\
| * ms_dpdk_coremask and ms_async_op_threads has some relationship,chunmei2017-11-031-0/+6
* | msg/async: use bitset<> to do the popcntKefu Chai2017-11-021-4/+3
|/
* dpdk/PacketUtil.h: remove consecutive break after abort()Danny Al-Gaaf2017-10-251-1/+0
* fix two assert happend in dpdk library.chunmei2017-10-191-9/+11
* msg/async: fix bug of data type conversion in do_request()shangfufei2017-10-116-11/+11
* fix dpdk build error.chunmei2017-10-042-1/+2
* msg: replace manual RNG callsJesse Williamson2017-09-091-5/+3
* src: put-to operator function - const input cleanupJos Collin2017-05-315-6/+6
* msg/async: convert ms_dpdk_netmask_ipv4_addr to SAFE_OPTIONliuchang08122017-03-221-2/+2
* msg/async: convert ms_dpdk_gateway_ipv4_addr to SAFE_OPTIONliuchang08122017-03-221-2/+2
* msg/async: convert ms_dpdk_host_ipv4_addr to SAFE_OPTIONliuchang08122017-03-221-2/+2
* msg/async: convert ms_dpdk_coremask to SAFE_OPTIONliuchang08122017-03-221-1/+1
* async: fixed the error "Cause: Cannot create lock on '/var/run/.rte_config'.",Pan Liu2017-01-101-0/+6
* async: fixed coredump when enable dpdk.Pan Liu2017-01-101-2/+0
* msg/async: be compatible with dpdk v16.07Kefu Chai2016-12-292-2/+7
* Merge pull request #12698 from yuyuyu101/wip-dpdk-fixKefu Chai2016-12-291-5/+5
|\
| * msg/dpdk/TCP: remove unneeded CephContext argumentHaomai Wang2016-12-281-5/+5
* | async: Fixed compilation error when enable -DWITH_DPDKPan Liu2016-12-261-2/+2
|/
* common: Unskew clockAdam C. Emerson2016-12-222-3/+3
* Merge branch 'master' into wip-remove-unused-class-declarationSage Weil2016-12-173-7/+0
|\
| * Merge pull request #12257 from kylinstorage/wip-remove-unneeded-forward-decla...Kefu Chai2016-12-123-7/+0
| |\
| | * msg/async/dpdk/stream.h: remove unneeded forward declarationLi Wang2016-12-011-3/+0
| | * msg/async/dpdk/ARP.h: remove unneeded forward declarationLi Wang2016-12-011-1/+0
| | * msg/async/dpdk/shared_ptr.h: remove unneeded forward declarationLi Wang2016-12-011-3/+0
* | | msg/async/dpdk/TCP-Stack.h: remove unused declarationLi Wang2016-12-131-1/+0
|/ /
* | msg/async/dpdk/TCP.h: assert(0) -> ceph_abort()Li Wang2016-12-061-1/+1
* | msg/async/dpdk/DPDKStack.cc: assert(0) -> ceph_abort()Li Wang2016-12-061-5/+5
* | msg/async/dpdk/DPDK.cc: assert(0) -> ceph_abort()Li Wang2016-12-061-5/+5
|/