From owner-freebsd-net@FreeBSD.ORG Wed Jun 15 08:57:07 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BEAD106564A for ; Wed, 15 Jun 2011 08:57:07 +0000 (UTC) (envelope-from spinthiras.mario@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id D8EF68FC0C for ; Wed, 15 Jun 2011 08:57:06 +0000 (UTC) Received: by vxc34 with SMTP id 34so193695vxc.13 for ; Wed, 15 Jun 2011 01:57:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=VeB+1lyserePYLZdHAiZp8UtVpUc+tw1BCTTU9fT44k=; b=rXpiWutdeQ4iSkPEPfZr9nVrymSCJRHxrN3wI8MMOSQdVaKmkb43dCSJmJFJjM08BD r6FfTtLWBlvfvZifhF9QUeZkvqFF5C+6j39Yw5wYFgno8XNcR4Vh3A/LWl5nDRr4bobe KmJfQxEi6EA3l/UlKdFiXiWacVVpsuF0/bBaQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=mXRtuIZtN70rIrBhQiBRTy51iy67NMmRVJAsiRuh4JTrYxLz6uJf+KecWtR+lPpm5r KjQAV9bZLbN7f6WeRg2G2GDSIMxbc3yNxRM96IDWV3LZYihxeU60q+41XgQTKhtwcinI PiOfDupdFalS4A570RzR4dSPL9w6LHE7iF4E0= Received: by 10.52.177.104 with SMTP id cp8mr345434vdc.132.1308128226094; Wed, 15 Jun 2011 01:57:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.186.4 with HTTP; Wed, 15 Jun 2011 01:56:26 -0700 (PDT) In-Reply-To: References: From: Mario Spinthiras Date: Wed, 15 Jun 2011 09:56:26 +0100 Message-ID: To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jack Vogel Subject: Re: strange igb interface performance problems X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2011 08:57:07 -0000 Hi, To disable LRO I tried ifconfig igb1 -lro and I also tried adding the sysctl params in loader.conf. Both did not result in any change. I'm going to have to find a way to use the new igb driver I guess, hoping that would fix it maybe. Regards, Mario