# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/gv3sxza
詳細解讀 DPDK 的收發包流程**
一、 前言---------DPDK 是 intel 工程師開發的一款用來快速處理數據包的框架,最初的目的是爲了證明傳統網絡數據包處理性能低不是 intel 處理器導致的,而是傳統數據的處理流程導致,後來隨着 dpdk 的開源及其生態的快速發展,dpdk 成爲了高性能網絡數據處理的優秀框架。本篇文章主要介紹 DPDK 接收與發送報文的流程,包括 CPU 與網卡 DMA 協同工作的整個交互流程、數據 ⌘ Read more