我的收藏周刊122
文章分享
-
Advantages of using a RTOS such as QNX or VxWorks instead of Linux?
-
The Design and Implementation of the 4.4BSD Operating System
4.4BSD操作系统的设计与实现,其中2.1.12和2.1.13提及了网络相关设计考虑。 -
iperf 网络IO性能指导书
华为刀片服务器E6000 Chassis关于iperf的技术指导书,不过风格有点类似网络文章。 -
Linux Kernel vs DPDK: HTTP Performance Showdown
比较了Linux Kernel和DPDK转发性能,同时对Kernel进行了一定程度的优化,一般探索Kernel目前的能力边界,以及后续可能的优化空间。这里Linux Kernel vs DPDK: HTTP Performance Showdown是作者的一些相关SLIDE。 -
Upstreaming FreeBSD Code to the Linux Vector Packet Processor Project
vpp的一些移植工作介绍,从upstream的角度,主要关注对于FreeBSD的支持。 -
Threadable NAPI polling, softirqs, and proper fixes
lwn.net上介绍NAPI, softirqs的文章。 -
KNI is deprecated in DPDK 23.11 release
正如这个issue所说,KNI在23.11已经被移除支持了,而上一个版本23.07还是支持的,具体看这里,替代方案是Virtio_user as Exception Path。 -
给博客园的寄语
博客园上的一篇非技术文章,不知道博客园还能挺多久。 -
NVIDIA DPU 中国黑客松训练营
其中介绍了NVIDIA DPU的一些技术细节。 -
带你探索更多「优质内容」,推荐 6 个值得一看的技术博客
推荐的这几个技术博客都还不错。 -
[SONiC-DASH:网络可编程的进化之路] (https://www.sdnlab.com/26491.html)
基于 SONiC 的网络可编程实践。
站点分享
-
dpdk源代码下载站点
上面是http方式下载,还可以通过git方式获取,地址在这里。 -
Unofficial companion site of TCP/IP Illustrated, Volume 2: The Implementation
-
Netperf Homepage
Netperf,类似于iperf的一种网络测量工具,但是历史应该更久远,不过应该不更新维护了,最近一次更新是3年前。 -
wp-admin@msra.cn
你能想到么,msra.cn的后台使用的是WordPress么? -
SONiC in Nvidia
看看Nvidia如何支持SONiC
论文分享
项目分享
-
Libtpa
bytedance开源一个用户态TCP加速项目,目前只支持Mellanox的网卡。 -
NVIDIA open gpu kernel modules
NVIDIA 开源的 GPU 内核模块代码
技术分享
-
一些关于switchdev, dsa, netdev的资源
https://lwn.net/Articles/302333/
https://lwn.net/Articles/675826/
https://lwn.net/Articles/498257/
https://lwn.net/Articles/974059/
https://www.kernel.org/doc/html/latest/networking/dsa/index.html
https://docs.kernel.org/networking/device_drivers/ethernet/mellanox/mlx5/switchdev.html -
SAI Virtual Switch in DentOS
DentOS上如何支持SAI接口。
好文回顾