上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 164 下一页

2020年9月1日

摘要: https://www.geek-share.com/detail/2586671676.html ABI_VERSION buildtools devtools GNUmakefile MAINTAINERS mk app config doc kernel Makefile README arm 阅读全文
posted @ 2020-09-01 19:05 tycoon3 阅读(969) 评论(0) 推荐(0)
摘要: [root@localhost server]# cat /sys/devices/system/node/node*/meminfo | grep -i HugePage Node 0 AnonHugePages: 0 kB Node 0 ShmemHugePages: 0 kB Node 0 H 阅读全文
posted @ 2020-09-01 18:06 tycoon3 阅读(425) 评论(0) 推荐(0)
摘要: [root@localhost rte]# ls config fbarray_memseg-2048k-1-2 fbarray_memseg-2048k-3-1 fbarray_memseg-524288k-2-0 fbarray_memseg-2048k-0-0 fbarray_memseg-2 阅读全文
posted @ 2020-09-01 17:46 tycoon3 阅读(313) 评论(0) 推荐(0)
摘要: [root@localhost memzone]# build/app/helloworld -c 0xf -n 4 EAL: Detected 128 lcore(s) EAL: Detected 4 NUMA nodes EAL: Multi-process socket /var/run/dp 阅读全文
posted @ 2020-09-01 17:27 tycoon3 阅读(3778) 评论(0) 推荐(1)
摘要: /* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2014 Intel Corporation */ #include <stdio.h> #include <string.h> #include <stdint.h> #inc 阅读全文
posted @ 2020-09-01 16:00 tycoon3 阅读(436) 评论(0) 推荐(0)
摘要: [root@localhost memzone]# gdb build/app/helloworld /data1/core/corefile-helloworld-56592-1598942035 GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-119.e 阅读全文
posted @ 2020-09-01 14:39 tycoon3 阅读(1471) 评论(0) 推荐(0)
摘要: /* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2014 Intel Corporation */ #include <stdio.h> #include <string.h> #include <stdint.h> #inc 阅读全文
posted @ 2020-09-01 14:14 tycoon3 阅读(920) 评论(0) 推荐(0)

2020年8月31日

摘要: [root@localhost ~]# free -g total used free shared buff/cache availableMem: 510 129 377 0 3 339Swap: 0 0 0[root@localhost ~]# cat /proc/meminfo | grep 阅读全文
posted @ 2020-08-31 19:33 tycoon3 阅读(199) 评论(0) 推荐(0)
摘要: static int rte_eal_config_create(void) { size_t page_sz = sysconf(_SC_PAGE_SIZE); size_t cfg_len = sizeof(*rte_config.mem_config); size_t cfg_len_alig 阅读全文
posted @ 2020-08-31 18:06 tycoon3 阅读(391) 评论(0) 推荐(0)
摘要: rte_memseg memseg 数组是维护物理地址的,在上面讲到struct hugepage结构对每个hugepage物理页面都存储了它在程序里面的虚存地址。memseg 数组的作用是将物理地址、虚拟地址都连续的hugepage,并且都在同一个socket,pagesize 也相同的hugep 阅读全文
posted @ 2020-08-31 17:39 tycoon3 阅读(1818) 评论(0) 推荐(1)
上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 164 下一页

导航