LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [lvs-users] LVS problem with unreachable - need to frag

To: Khapare Joshi <khapare77@xxxxxxxxx>
Subject: Re: [lvs-users] LVS problem with unreachable - need to frag
Cc: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>, misch@xxxxxxxxxxxxxxxxx
From: Simon Horman <horms@xxxxxxxxxxxx>
Date: Mon, 12 Mar 2012 15:00:16 +0900
On Fri, Mar 09, 2012 at 04:30:14PM +0000, Khapare Joshi wrote:
> could it be due to i install on virtual server which mean network interface
> is shared - is that could be a bottleneck ? I am not sure how to debug this
> further.

Hi,

this may be related to IPVS not being able to handle LRO or
IPVS in older kernels not being able to handle GRO.

Please try turning off both LRO and GRO on the interface
that receives the packet(s). This can be done using ethtool.

e.g.

        ethtool -K eth0 lro off
        ethtool -K eth0 gre off

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

<Prev in Thread] Current Thread [Next in Thread>