_2024_11_29_15|25|46_2024_11_29 15|25|46
HotChip2024后记| 谈谈加速器互联及ScaleUP为什么不能用RDMA
原文链接失效了?试试备份
TAGs:数据中心 网络 RDMA
saved date: Fri Nov 29 2024 15:25:46 GMT+0800 (中国标准时间)
_2024_11_29_16|41|08_2024_11_29 16|41|08
[基础]Scale-up与Scale-out有什么不同?
原文链接失效了?试试备份
TAGs:数据中心 网络
saved date: Fri Nov 29 2024 16:41:08 GMT+0800 (中国标准时间)
_2024_11_29_16|11|53_2024_11_29 16|11|53
智算网络 " Scale up和Scale out网络 " victory的博客
原文链接失效了?试试备份
TAGs:数据中心 网络
saved date: Fri Nov 29 2024 16:11:53 GMT+0800 (中国标准时间)
_2024_11_29_16|14|40_2024_11_29 16|14|40
智算网络中Scale-out网络和Scale-up网络的本质区别是什么?
原文链接失效了?试试备份
TAGs:数据中心 网络
saved date: Fri Nov 29 2024 16:14:40 GMT+0800 (中国标准时间)
_2024_7_22_16_51_51_2024_7_22 16_51_51
CN102064977A - 基于gpu的高速网络报文内容检测方法 _ - Google Patents
原文链接失效了?试试备份
TAGs:网络
saved date: Mon Jul 22 2024 16:51:51 GMT+0800 (中国标准时间)
_2024_7_3_20_35_54_2024_7_3 20_35_54
DPDK - Patchwork
原文链接失效了?试试备份
TAGs:网络 DPDK Contribute
saved date: Wed Jul 03 2024 20:35:54 GMT+0800 (中国标准时间)
_2024_7_5_15_32_54_2024_7_5 15_32_54
[v3] vfio_ combine container_create and group_bind - Patchwork
原文链接失效了?试试备份
TAGs:网络 DPDK Contribute
saved date: Fri Jul 05 2024 15:32:54 GMT+0800 (中国标准时间)
_2024_7_3_20_40_28_2024_7_3 20_40_28
announce Info Page
原文链接失效了?试试备份
TAGs:网络 DPDK Contribute
saved date: Wed Jul 03 2024 20:40:28 GMT+0800 (中国标准时间)
_2024_7_3_10_40_24_2024_7_3 10_40_24
dev Info Page
原文链接失效了?试试备份
TAGs:网络 DPDK Contribute
saved date: Wed Jul 03 2024 10:40:24 GMT+0800 (中国标准时间)
_2024_7_17_11_58_30_2024_7_17 11_58_30
vdpa_ update used-_flags in used ring relay - Patchwork
原文链接失效了?试试备份
TAGs:网络 DPDK Contribute
saved date: Wed Jul 17 2024 11:58:30 GMT+0800 (中国标准时间)
_2024_7_3_20_38_36_2024_7_3 20_38_36
vfio_ combine container_create and group_bind - Patchwork
原文链接失效了?试试备份
TAGs:网络 DPDK Contribute
saved date: Wed Jul 03 2024 20:38:36 GMT+0800 (中国标准时间)
_2024_7_10_10_13_29_2024_7_10 10_13_29
vhost_ fix offset while mmaping log base address - Patchwork
原文链接失效了?试试备份
TAGs:网络 DPDK Contribute
saved date: Wed Jul 10 2024 10:13:29 GMT+0800 (中国标准时间)
_2024_7_9_10_16_21_2024_7_9 10_16_21
第一次向开源项目 DPDK 提交 patch - 知乎
原文链接失效了?试试备份
TAGs:网络 DPDK Contribute
saved date: Tue Jul 09 2024 10:16:21 GMT+0800 (中国标准时间)
_2024_7_3_13_46_18_2024_7_3 13_46_18
原文链接失效了?试试备份
TAGs:网络 DPDK Contribute
saved date: Wed Jul 03 2024 10:28:09 GMT+0800 (中国标准时间)
_2024_7_3_13_46_49_2024_7_3 13_46_49
原文链接失效了?试试备份
TAGs:网络 DPDK Contribute
saved date: Wed Jul 03 2024 10:28:09 GMT+0800 (中国标准时间)
_2025-05-14_16:34:38_2025-05-14 16:34:38
DPDK丢包那些事 - T-BARBARIANS - 博客园
原文链接失效了?试试备份
TAGs:网络 DPDK
Summary: This text is a blog post about the author's experience with optimizing DPDK (Data Plane Development Kit) performance on both x86 and ARM platforms. The author discusses their efforts to reduce packet loss in DPDK, which they describe as a persistent issue despite the abundance of related articles. They share their experiences and insights gained during the optimization process, which included increasing ring buffer sizes, optimizing thread tasks, and managing mbuf (memory buffer) releases. The author emphasizes the importance of understanding the underlying causes of packet loss and the role of hardware in the process. They also mention the challenges they faced on the ARM platform and the importance of optimizing for specific hardware architectures. The post concludes with a reflection on the importance of persistence and determination in optimizing complex systems. The text is written in a conversational style and includes code snippets and diagrams to illustrate key concepts. The author's goal is to provide insights and solutions for developers facing similar challenges in their own projects.本文是一篇博客文章,介绍了作者在 x86 和 ARM 平台上优化 DPDK(数据平面开发工具包)性能的经验。作者讨论了他们为减少 DPDK 中的数据包丢失所做的努力,尽管相关文章很多,但他们将其描述为一个持续存在的问题。他们分享了在优化过程中获得的经验和见解,包括增加环形缓冲区大小、优化线程任务和管理 mbuf(内存缓冲区)发布。作者强调了了解数据包丢失的根本原因以及硬件在此过程中的作用的重要性。他们还提到了他们在 ARM 平台上面临的挑战以及针对特定硬件架构进行优化的重要性。本文最后反思了持久性和决心在优化复杂系统中的重要性。文本以对话风格编写,包括代码片段和图表以说明关键概念。作者的目标是为开发人员在自己的项目中面临类似挑战提供见解和解决方案。
_2025-05-23_14:57:04_2025-05-23 14:57:04
Testpmd Application User Guide — Data Plane Development Kit 25.03.0 documentation
原文链接失效了?试试备份
TAGs:网络 DPDK testpmd
Summary: This is a user guide for the Testpmd application, which includes sections on:
_2025-05-18_16:19:47_2025-05-18 16:19:47
打破DPDK的误区: 数据面最流行的工具包DPDK,前世今生,未来 - 知乎
原文链接失效了?试试备份
TAGs:网络 DPDK
Summary: DPDK, or Data Plane Development Kit, is an open-source project under the Linux Foundation that provides user-space libraries and drivers to accelerate data packet processing workloads on various major CPU architectures. It was initially created by Intel around ten years ago and is now one of the Linux Foundation's open-source projects. From enterprise data centers to public clouds, DPDK has significantly contributed to driving the use of high-performance general-purpose CPUs in networking.
_2025-05-16_17:11:25_2025-05-16 17:11:25
技术概述 – OpenFastPath --- Technical Overview – OpenFastPath
原文链接失效了?试试备份
TAGs:网络 OpenFastPath
Summary: The OpenFastPath (OFP) project is an open-source accelerated routing and forwarding solution for IPv4 and IPv6, designed for use in data center environments. It provides fast path processing for UDP, TCP, and ICMP, as well as support for various protocols and tunneling methods. The architecture includes an OFP library, user application code, Linux host system, and network interfaces. The OFP system consists of a main thread, dispatcher, and OFP multicore system view. Main features include fast path protocols processing, IPv4 and IPv6 forwarding and routing, and integration with the Linux slow path IP stack. OFP contains a command line interface for configuration and debugging, and offers optimized zero-copy APIs for single thread run-to-completion environments. Limitations include functional but not performance-optimized TCP implementation. For further reading, check out the project documentation on GitHub.OpenFastPath (OFP) 项目是适用于 IPv4 和 IPv6 的开源加速路由和转发解决方案,专为在数据中心环境中使用而设计。它为 UDP、TCP 和 ICMP 提供快速路径处理,并支持各种协议和隧道方法。该架构包括 OFP 库、用户应用程序代码、Linux 主机系统和网络接口。OFP 系统由主线程、分派器和 OFP 多核系统视图组成。主要功能包括快速路径协议处理、IPv4 和 IPv6 转发和路由,以及与 Linux 慢速路径 IP 堆栈的集成。OFP 包含用于配置和调试的命令行界面,并为单线程运行到完成环境提供优化的零拷贝 API。限制包括功能上未优化性能的 TCP 实现。如需进一步阅读,请查看 GitHub 上的项目文档。
_2025-05-28_15:22:43_2025-05-28 15:22:43
SDNLAB _ 专注网络创新技术
原文链接失效了?试试备份
TAGs:网络
Summary: This text is from the homepage of SDNLAB, a platform focused on network innovation technology. The page suggests using Google or Firefox browsers for account security and better product experience. The main features of the platform include enterprise+ activities, a future networking academy, experiment platform, optimization, topics, resources, books, product library, and a discussion forum. The content includes articles and news on SDN, SD-WAN, DPU, NFV, Cloud Edge Computing, 5G, IoT, AI, and Network Security. The articles cover topics such as GPU Direct RDMA technology, the cost and performance of AI superclusters, the evolution of AI network interconnects, and the latest developments in these technologies.本文来自 SDNLAB 的主页,SDNLAB 是一个专注于网络创新技术的平台。该页面建议使用 Google 或 Firefox 浏览器来确保帐户安全和更好的产品体验。该平台的主要功能包括 enterprise+ 活动、未来网络学院、实验平台、优化、主题、资源、书籍、产品库和论坛。内容包括有关 SDN、SD-WAN、DPU、NFV、云边缘计算、5G、IoT、AI 和网络安全的文章和新闻。这些文章涵盖的主题包括 GPU Direct RDMA 技术、AI 超级集群的成本和性能、AI 网络互连的演变以及这些技术的最新发展。
_2024_7_18_22_22_39_2024_7_18 22_22_39
浏览互联网电话簿:被动 DNS 简介
原文链接失效了?试试备份
TAGs:网络 域名 Passive DNS
saved date: Thu Jul 18 2024 22:22:39 GMT+0800 (中国标准时间)
_2024_8_7_15_19_32_2024_8_7 15_19_32
性能提升20_,字节跳动HTTPDNS从中心下沉到边缘
原文链接失效了?试试备份
TAGs:网络 域名
saved date: Wed Aug 07 2024 15:19:32 GMT+0800 (中国标准时间)
_2024_10_12_18_53_36_2024_10_12 18_53_36
基于阿里云七代Ice Lake的HTTPS加速实践 - OpenAnolis龙蜥操作系统开源社区
原文链接失效了?试试备份
TAGs:网络 性能
saved date: Sat Oct 12 2024 18:53:36 GMT+0800 (中国标准时间)
_2025-05-28_14:53:14_2025-05-28 14:53:14
46 页 PPT 深入了解白盒交换机!- SDNLAB
原文链接失效了?试试备份
TAGs:网络 白盒
Summary: Based on the context, a white box switch is a network device that separates software and hardware with an open architecture using commercial hardware and an open operating system. It offers flexible configuration management and breaks the traditional "software-hardware binding" model, granting users the ability to customize network functions on demand.根据上下文,白盒交换机是一种网络设备,它使用商业硬件和开放式作系统,通过开放式架构将软件和硬件分开。它提供灵活的配置管理,打破了传统的“软硬件绑定”模式,使用户能够按需定制网络功能。
_2025-05-28_16:03:32_2025-05-28 16:03:32
大厂自研白盒交换机:是技术控的倔强,还是钱包君的呼救? - 知乎
原文链接失效了?试试备份
TAGs:网络 白盒
Summary: This text is about the benefits of white box switches, specifically in the context of data centers, compared to traditional branded switches. White box switches offer more openness and flexibility, solving various pain points in the operational and management aspects. Companies like Alibaba, ByteDance, and Tencent have explored and implemented white box switches based on open source software like SONiC. The advantages of white box switches have led to increased collaboration between manufacturers and companies, ranging from OEM to JDM collaboration models. The article also mentions specific examples of white box switches developed by Alibaba (Tigatron) and Tencent (TCSOS).本文介绍了与传统品牌交换机相比,白盒交换机的优势,特别是在数据中心环境中。白盒交换机提供更多的开放性和灵活性,解决了运维和管理方面的各种痛点。阿里巴巴、字节跳动和腾讯等公司已经探索并实施了基于 SONiC 等开源软件的白盒切换。白盒交换机的优势导致制造商和公司之间的协作增加,从 OEM 到 JDM 协作模式。文章还提到了阿里巴巴 (Tigatron) 和腾讯 (TCSOS) 开发的白盒交换机的具体示例。
_2024_8_19_16_16_19_2024_8_19 16_16_19
Linux网络编程--sendfile零拷贝高效率发送文件_linux sendfile-CSDN博客
原文链接失效了?试试备份
TAGs:网络 编程
saved date: Mon Aug 19 2024 16:16:19 GMT+0800 (中国标准时间)
_2024_8_19_19_53_14_2024_8_19 19_53_14
11、网络--Linux Bridge(网桥基础)_51CTO博客_Linux Bridge
原文链接失效了?试试备份
TAGs:操作系统 linux 网络
saved date: Mon Aug 19 2024 19:53:14 GMT+0800 (中国标准时间)
_2024_8_19_19_40_01_2024_8_19 19_40_01
Linux 内核网络栈 - Xuewei's Blog
原文链接失效了?试试备份
TAGs:操作系统 linux 网络
saved date: Mon Aug 19 2024 19:40:01 GMT+0800 (中国标准时间)
_2024_8_21_11_29_06_2024_8_21 11_29_06
virtio_net NAPI 中断处理过程(linux 5.11.6) - xiangwencheng - Confluence
原文链接失效了?试试备份
TAGs:操作系统 linux 网络 NAPI
saved date: Wed Aug 21 2024 11:29:06 GMT+0800 (中国标准时间)
_2024_8_21_11_57_03_2024_8_21 11_57_03
图解Linux网络包接收过程
原文链接失效了?试试备份
TAGs:操作系统 linux 网络
saved date: Wed Aug 21 2024 11:57:03 GMT+0800 (中国标准时间)
_2024_10_18_15_34_24_2024_10_18 15_34_24
QEMU tap数据接收流程 - StepForwards - 博客园
原文链接失效了?试试备份
TAGs:虚拟化&容器 qemu 网络
saved date: Fri Oct 18 2024 15:34:24 GMT+0800 (中国标准时间)