第一章:IDE:Eclipse ADT for java developer其它: Apache Ant Java SE Development Kit5或6 Linux和Mac上使用Apache Ant 1.65+,Windows上使用1.7+版本:(单独的JRE是不可以的,必须要有JDK),不兼容Gnu Java编译器(gcj) Java_Home x:\xx\xx\java\JDK1.6.0-17classpath:.;%JAVA_HOME%/lib/rt.jar;%JAVA_HOME%/…
author:headsen chen date: 2019-01-18 10:22:20 notice:created by headsen chen himself and not allowed to copy, or you will count law question! 版本环境:centos6.8 ,64位,内核:2.6.32 1,配置网卡: 在新卡装上机器,接收光纤,两根线都有接,而且是反接的方式接,接通后,光纤灯会亮2,安装软件RDMA的方式安装,编译内核和用户态,重启…
根据 上一篇 文章 , ETH DMA 数据中断 会 发送 一个信号量 ,我使用 全局 搜索 这个信号量 s_xSemaphore 得到 一下 几个 值 根据 这个 分析 我们找到了 数据 的 第二站 :void ethernetif_input( void * pvParameters ) /** * This function is the ethernetif_input task, it is processed when a packet * is ready to be re…