Soft interruption handling mechanism to optimize handling performance for Linux network
暂无分享,去创建一个
As the most strict bottom half handling mechanism of interruption on time accuracy,soft interrupt mechanism plays an irreplaceable role in the process of handling network packet.However,unalterable circular check times taken by soft interruption handling function causes system unable to handle packets effectively under high traffic load.This paper presented a methodology of adaptive circular checking times to optimize soft interruption handling mechanism.Test shows that compared with the former mechanism,current soft interruption mechanism can handle more soft interruption routines in the same condition,i.e.capturing more network packets.The methodology improves the system′s capacity to handle soft interruptions and optimizes the handling capability of Linux network.