Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

网卡数据接收原理浅析(一)---环形缓冲区 #9

Open
cclinuxer opened this issue Jul 12, 2020 · 4 comments
Open

网卡数据接收原理浅析(一)---环形缓冲区 #9

cclinuxer opened this issue Jul 12, 2020 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation Linux Linux kernel network linux network

Comments

@cclinuxer
Copy link
Owner

最近准备在团队内部做一次网络转发性能排查的技术分享,想来想去还是应该把二三层转发流程以及偏硬件相关的知识做下整理,方便大家理解。后续会在本issua中记录这个过程

@cclinuxer cclinuxer self-assigned this Jul 12, 2020
@cclinuxer cclinuxer added documentation Improvements or additions to documentation Linux Linux kernel network linux network labels Jul 12, 2020
@cclinuxer
Copy link
Owner Author

关于网卡收包环形缓冲区的讲解:
https://en.wikipedia.org/wiki/Circular_buffer

@cclinuxer
Copy link
Owner Author

Image of Yaktocat

@cclinuxer
Copy link
Owner Author

cclinuxer commented Jul 12, 2020

关于环形网卡环形队列的收发包知识,请参考如下的文档:
网卡收包环形队列浅析

@cclinuxer
Copy link
Owner Author

以下的是一篇关于Linux收发包的总结,可以参考一下:
linux收发包总结

@cclinuxer cclinuxer changed the title 网卡收发底层原理浅析 网卡收发底层原理浅析(一)---环形缓冲区 Jul 26, 2020
@cclinuxer cclinuxer changed the title 网卡收发底层原理浅析(一)---环形缓冲区 网卡数据接收原理浅析(一)---环形缓冲区 Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Linux Linux kernel network linux network
Projects
None yet
Development

No branches or pull requests

1 participant