上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
摘要: CallTrace:[221.634988][]?kmld_pte_lookup+0x17/0x60[221.635016][]?kmld_fault+0x94/0xf0[221.635051][]?kmld_pte_lookup+0x17/0x60[221.635079][]kmld_fault+... 阅读全文
posted @ 2015-07-10 10:49 mull 阅读(2078) 评论(0) 推荐(0) 编辑
摘要: File systems ---> Pseudo filesystems ---> [*] HugeTLB file system support相关Kconfig如下: config HUGETLBFS bool "HugeTLB file system support" depends ... 阅读全文
posted @ 2015-07-06 21:05 mull 阅读(808) 评论(0) 推荐(0) 编辑
摘要: ixgbe 82599 固定源与目标, UDP, 64字节小包, 1488w pps 单核CPU软中断sirq 100% 注: 测试使用, 正常应用不要开启五元组不同, 开启ntupleethtool --config-ntuple eth12 rx-flow-hash udp4 sdfnMem: ... 阅读全文
posted @ 2015-06-25 20:30 mull 阅读(1663) 评论(0) 推荐(0) 编辑
摘要: 1. pci_driver结构struct pci_driver { struct list_head node; const char *name; const struct pci_device_id *id_table; /* must be non-NULL for probe to be ... 阅读全文
posted @ 2015-06-23 10:13 mull 阅读(1775) 评论(0) 推荐(0) 编辑
摘要: dell r710 安装ubuntu 12.04 server 启动后进入initramfs解决办法grub 启动菜单后加入 rootdelay=90, 如下:/boot/vmlinuz-2.6.32-38-server root=UUID=8685ab7a-20a9-4ddf-81c8-9ab9a... 阅读全文
posted @ 2015-06-22 07:31 mull 阅读(576) 评论(0) 推荐(0) 编辑
摘要: 利用NuSoap开发WebService(PHP) 分类: php 2010-09-08 12:00 5005人阅读 评论(1) 收藏 举报webservicephpsoapstringencodingparsingNuSoap是PHP环境下的WebService编程工具,用于创建或调用WebSer... 阅读全文
posted @ 2015-06-04 08:58 mull 阅读(215) 评论(0) 推荐(0) 编辑
摘要: /** 0.11用了 unsigned char */static unsigned short mem_map [ PAGING_PAGES ] = {0,};/** Get physical address of first (actually last :-) free page, and m... 阅读全文
posted @ 2015-05-07 20:01 mull 阅读(298) 评论(0) 推荐(0) 编辑
摘要: tcp选项TCP_DEFER_ACCEPThttp://blog.chinaunix.net/uid-23207633-id-274317.html之前在项目测试的时候,如果第三次握手发完裸ack(没有数据)之后不发送数据的时候,连接状态一直为SYN_RCV,而且服务端重传synack,当时很不解,... 阅读全文
posted @ 2015-05-05 11:24 mull 阅读(690) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zhangskd/article/details/17923917分类: Linux TCP/IP Linux Kernel 2014-01-07 09:46 2311人阅读 评论(2) 收藏 举报 TCPIPlinux内核目录(?)[+]本文主要分析:三... 阅读全文
posted @ 2015-05-04 22:29 mull 阅读(417) 评论(0) 推荐(0) 编辑
摘要: static inline unsigned long get_limit(unsigned long segment){unsigned long __limit;__asm__("lsll %1,%0":"=r" (__limit):"r" (segment));return __limit+1... 阅读全文
posted @ 2015-04-30 09:16 mull 阅读(714) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页