公告

长期从事嵌入式系统,呼叫中心,MIS的开发

博客统计信息

51cto推荐博客
用户名:tywali
文章数:109
评论数:257
访问量:223275
无忧币:1240
博客积分:2376
博客等级:6
注册日期:2008-05-31

我的《基于OHCI的USB主机》系列文章已经完毕了,我觉得需要建立一个目录,以便需要的人可以迅速找到所需要的文章。本文档的目标就是建立一个该系列文章的目录,可能还会对每个部分进行简单介绍。
环境为Tornado2.2,VxWorks5.5

编译出现警告如下:

warning: missing closing parenthesis at end of #pragma

warning: Unrecognised value for #pragma pack directive.

warning: malformed `#pragma pack'
2012-02-03 14:48:53
岁月不饶人,这年纪大了记忆力真是差了很多。今天写程序需要用到可变参数的宏,可是忘了怎么写,这倒也没什么,因为我一向是不记忆这些语法细节的,反正我知道程序里有个地方用到了这种技巧,但是可悲的是我忘了在哪个地方。搜索?语法都忘了搜个P呀。只好凭着印象,在自己负责的模块代码中找了一圈,花了十几分钟才终于在日志模块找到。唉,看来还是写下来比较好,这记忆力实在是不能相信了。
6.4       Internal Sublayer Service provided within the MAC Bridge

The Internal Sublayer Service provided by a MAC entity to the MAC Relay Entity within a Bridge is that provided by the individual MAC for the LAN Port. This observes the appropriate MAC procedures and protocol for the LAN to which it attaches. No control frames, i.e., frames that do not convey MAC user data, are forwarded on any LAN other than that on which they originated.
由MAC实体提供给网桥内的MAC转发实体的内部子层服务,是由每个LAN端口的MAC提供的。它遵守合适的MAC函数和其所连接的LAN的协议。没有控制帧,即,没有传达MAC用户数据的帧,被转发到除了其所在的LAN意外的任意LAN。(译者注:应该是控制帧不能转发到其余LAN,而普通帧可以)
6.3       Quality of Service maintenance
Quality of Service comprises the following:

a) Service availability
b) Frame loss
c) Frame misordering
d) Frame duplication
e) Frame transit delay
f) Frame lifetime
g) Undetected frame error rate
h) Maximum service data unit size supported
i) Frame priority
j) Throughput

服务质量的指标如下:
a) 服务可用性
b) 丢包
c) 包乱序
d) 包重复
e) 包传输延时
f) 包生存时间
g) 漏检错误率
h) 所支持的最大服务数据单元尺寸
i) 帧优先级
j) 吞吐量
6   Support of the MAC Service

MAC Bridges interconnect the separate IEEE 802 LANs that compose a Bridged Local Area Network by relaying and filtering frames between the separate MACs of the bridged LANs. The position of the bridging function within the MAC Sublayer is shown in Figure 6-1.
MAC网桥把彼此独立的IEEE 802 LAN连接在一起,构成桥接本地局域网,MAC网桥对于不同LAN之间的数据进行转发和过滤,如Figure 6-1。
2011-06-01 18:52:55
RSTP协议——第5章
5 Conformance
5.1       Required capabilities
A MAC Bridge for which conformance to this standard is claimed shall
符合本标准的MAC网桥必须具有如下功能:


a)Conform to the relevant MAC standards technologies implemented at its Ports, as specified in 6.4 and 6.5.
a) 符合端口的相应MAC标准,参见6.4、6.5。


b)Conform to IEEE Std 802.2 for the implementation of a class of LLC supporting Type 1 operation as required by 7.3 and 7.1.2.
b) 符合IEEE Std 802.2标准,支持7.3和7.1.2要求的支持类型1操作的LLC


c)Relay and filter frames as described in 7.1 and specified in 7.5, 7.6, 7.7, and 7.9.
c) 支持7.1、7.5-7.9规定的数据包转发和过滤。
2011-06-01 18:47:56
最近因为工作需要,工作方向转到了工业以太网交换机,由于以前没有从事过这方面的工作,因此花费了大量时间从事相关资料的学习。经过一段时间学习后,发现其实以太网交换机也很简单,很多底层功能都是由硬件芯片实现了,需要实现的是与外界交流的协议。不过其与外界交流全部都使用国际标准的各种协议,譬如LLDP、LACP、DHCP等等。所以要了解以太网交换机的业务,首先就是学习了解各种标准协议。
今天看到一篇文章《讨论:为什么Linux到现在也不能双击安装软件》,我觉得挺能体现出Linux爱好者和支持者与Windows用户之间的区别。
家里面是ADSL上网,平时电脑上网是无线连接到电信配的无线猫上,然后在电脑里再宽带拨号上网。最近老婆买了个IPhone,想要在家里实现WiFi上网,于是在网上找了一下,发现说使用笔记本的无线网卡可以实现WiFi的热点,于是尝试了一下,费了半天劲,终于搞定。
 <<   1   2   3   4   5   >>   页数 ( 1/11 )