多队列网卡

随着CPU核数越来越大,网卡的处理能力也越来越强,128核,万兆的网卡已经成为常态
当前流行的线上生产的操作系统还是RHEL7系列,本身系统和网卡默认都支持网卡多队列。若没有开通多队列,可以设置多队列对CPU线程做绑定,使得接收数据效率上还有一定空间提升,如下可以通过:
ethtool -L eth0 combined 8 # 即8个通道
开启多队列模式,设置更多的队列模式,查看是否修改成功,可以使用:
ethtool -l eth0
查看效果:
# ethtool -l eth0
Channel parameters for eth0:
Pre-set maximums:
RX: 0
TX: 0
Other: 0
Combined: 64
Current hardware settings:
RX: 0
TX: 0
Other: 0
Combined:        8


Monthly Archives

Pages

Powered by Movable Type 7.7.2

About this Entry

This page contains a single entry by Cnangel published on March 27, 2020 11:46 AM.

关于rethinkdb在mac的docker环境下,http无法访问的问题 was the previous entry in this blog.

gpg: cancelled by user is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.