上一页 1 2 3 4 5 6 ··· 164 下一页

2023年11月14日

摘要: sysctl -a | grep ipv6 | grep disable net.ipv6.conf.enahisic2i0.disable_ipv6 = 0net.ipv6.conf.enahisic2i0.disable_policy = 0net.ipv6.conf.enahisic2i1.d 阅读全文
posted @ 2023-11-14 09:53 tycoon3 阅读(29) 评论(0) 推荐(0)

2023年10月14日

摘要: 可以使用gcc提供的内置函数__atomic_load_n()来原子地一次性读取多个变量的值。该函数使用了GCC内置的原子操作,可以保证在不被中断的情况下完成读取。 以下是一个示例代码,读取三个整数变量a、b和c的值: #include <stdio.h> #include <stdatomic.h 阅读全文
posted @ 2023-10-14 11:44 tycoon3 阅读(2581) 评论(0) 推荐(0)

2023年10月9日

摘要: 解决 使用Git LFS 在官网 https://git-lfs.github.com/ 下载git-lfs-windows-v2.8.0.exe并安装。 新开一个bash命令行输入git lfs install安装 跟踪你要push的大文件git lfs track "*.h5",这时会生成一个. 阅读全文
posted @ 2023-10-09 11:53 tycoon3 阅读(829) 评论(0) 推荐(1)

2023年10月8日

摘要: interrupt cpu个数: 254 ``` lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 43 bits physical, 48 bits 阅读全文
posted @ 2023-10-08 19:51 tycoon3 阅读(104) 评论(0) 推荐(0)

2023年5月31日

摘要: [root@centos7 infiniband]# ibv_devices device node GUID rxe0 b20875fffe5fb85e rxe1 46a191fffea49c0c [root@centos7 infiniband]# ibv_devinfo -d rxe0 -v 阅读全文
posted @ 2023-05-31 14:34 tycoon3 阅读(111) 评论(0) 推荐(0)

2023年5月6日

摘要: 阅读全文
posted @ 2023-05-06 20:14 tycoon3 阅读(29) 评论(0) 推荐(0)

2023年3月16日

摘要: 超时处理dev_watchdog 当watchdog发现网卡处于up状态并且发送队列处于停止时间大于5秒时将触发看门狗机制, dev_watchdog先找到停止的队列,然后调用igb_tx_timeout整个网卡队列做超时处理,igb_tx_timeout中对网卡做了DOWN、UP的操作。 stat 阅读全文
posted @ 2023-03-16 14:39 tycoon3 阅读(700) 评论(0) 推荐(0)

2023年2月9日

摘要: is deprecated (declared at ./include/rte_memory.h:154): Symbol is not yet part of stable ABI [-Wdeprecated-declarations] ms = rte_mem_virt2memseg(addr 阅读全文
posted @ 2023-02-09 15:10 tycoon3 阅读(327) 评论(0) 推荐(0)
摘要: Program terminated with signal 11, Segmentation fault. #0 0x0000ffff8bc88e74 in _wordcopy_fwd_aligned () from /lib64/libc.so.6 Missing separate debugi 阅读全文
posted @ 2023-02-09 09:59 tycoon3 阅读(105) 评论(0) 推荐(0)

2023年2月2日

摘要: [ sed使用shell中的变量 ] 在脚本中,有时希望在sed命令中使用shell定义的变量。在此时,就要用双引号而不是单引号来引用sed命令,因为对shell来说,它会处理双引号中的变量引用,而对单引号中的内容,shell完全不会动。例如: TERM1=term; TERM2=rxvt; ech 阅读全文
posted @ 2023-02-02 16:25 tycoon3 阅读(440) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 164 下一页

导航