Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 20, 2024
1 parent 2b3f65a commit 2dd98d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notes
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories:

- MAC验证和FCS 检查: NIC 会检查数据包的 MAC 地址 (如果 NIC 不处于混杂模式) 和帧校验序列 (FCS)。如果 MAC 地址不匹配或 FCS 检查失败,数据包会被丢弃。
- DMA传输: 如果数据包通过了验证,NIC会使用直接内存访问 (DMA) 将数据包传输到内存中。内存区域由驱动程序预先准备并映射。
- 接收环形缓冲区: NIC 会将数据包的引用添加到接收环形缓冲区 (rx) 中。接收环形缓冲区是一个用于存储待处理数据包的队列。
- 接收环形缓冲区 NIC 会将数据包的引用添加到接收环形缓冲区 (rx) 中。接收环形缓冲区是一个用于存储待处理数据包的队列。
- 硬件中断: NIC 会发出一个硬件中断 (IRQ) 通知 CPU 数据包已到达。

2. 驱动程序处理:
Expand Down

0 comments on commit 2dd98d3

Please sign in to comment.