1、Install
1、Interrupt handler
函数tcp_rcv_established用于处理TCP_ESTABLISHED状态下的接收报文,处理过程分为fastpath和slowpath。
Step.1 APP(server)
1、设置内核默认启动项
1、Overview
1、从远程库clone
接收报文 从报文中提取struct sw_flow_key,包含后续匹配需要的所有信息 使用报文四元组计算skb_hash值(32bits) 使用skb_hash值(32bits)的每个字节的数值(8bits),作为索引值,依次获取mask cache中的对应entry。将报文计算...