Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在每个接收到的以太网帧驱动程序分配新的 sk_buff 缓冲区,这是低效的。是否可以在初始化时分配一堆sk_buff,在高层停止使用后重用这些sk_buff?