修改网卡收发包队列数


 

 修改收发包队列数

[[email protected] tong]# ethtool -g eth0
Ring parameters for eth0:
Pre-set maximums:
RX:             4096
RX Mini:        0
RX Jumbo:       0
TX:             4096
Current hardware settings:
RX:             64
RX Mini:        0
RX Jumbo:       0
TX:             512

[[email protected] tong]# ethtool -G eth0 rx 1  tx 1
[[email protected] tong]# ethtool -g eth0
Ring parameters for eth0:
Pre-set maximums:
RX:             4096
RX Mini:        0
RX Jumbo:       0
TX:             4096
Current hardware settings:
RX:             64
RX Mini:        0
RX Jumbo:       0
TX:             64

 

[root@localhost ixgbe]# ethtool -g enp125s0f0
Ring parameters for enp125s0f0:
Pre-set maximums:
RX:             32768
RX Mini:        0
RX Jumbo:       0
TX:             32768
Current hardware settings:
RX:             1024
RX Mini:        0
RX Jumbo:       0
TX:             1024

[root@localhost ixgbe]#

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM