目标:减少网卡中断收包产生的CPU消耗。 优化的措施: 1, 减少收包的队列数:igb.RSS 2, 减少中断调用的次数:rx-usecs Some useful tips: 1, IGB driver requires the following parameter igb.RSS which demonstrates the number of Receive-Sid
作者:lwyang? 内核版本:Linux-4.20.8 br_handle_frame_finish函数主要是决策将不同类别的数据包做不同的分发路径,它会决定数据包是转发还是交给上层协议栈去处理,所以我给这个函数取名为决策函数,也是即将离开NF_BR_PRE_ROUTING链时做的处理 int br_handle_frame_finish(struct net *net, struct