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.
我使用 FreeBSD 作为连接多个接口的“开关”。我对如何为每个交换机端口设置队列号和大小(以字节为单位)感兴趣。不幸的是,我没有找到任何提示如何完成它。
谢谢。乔纳斯
我能想到的最好的方法是控制 RX/TX 描述符数量的驱动程序特定的可调参数。例如,英特尔驱动程序允许通过 loader.conf 中的以下可调参数进行设置:
特定的可调参数通常在相应的手册页中描述。
此外,根据您切换的内容和方式,您可能需要调整 net.inet.ip.intr_queue_maxlen sysctl。