Chinaunix首页 | 论坛 | 博客
  • 博客访问: 336781
  • 博文数量: 135
  • 博客积分: 4637
  • 博客等级: 上校
  • 技术积分: 1410
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-21 13:22
文章分类

全部博文(135)

文章存档

2013年(12)

2012年(14)

2011年(42)

2010年(22)

2009年(18)

2008年(27)

分类: LINUX

2011-09-16 16:17:03

RHEL半虚拟化网络性能问题,要把GSO, TSO, and LRO disable掉:
Network performance issues If you experience low performance with the para-virtualized network drivers, verify the setting for the GSO, TSO, and LRO features on the host system. The para-virtualized network drivers require that the GSO, TSO and LRO options are disabled for optimal performance.
Verify the status of the GSO, TSO and LRO settings with the following command on the host (replacing interface with the network interface used by the guest):
# ethtool -k interface
Disable the GSO, TSO and LRO options with the following commands on the host:
# ethtool -K interface gso off # ethtool -K interface tso off # ethtool -K interface lro off
阅读(443) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~