From owner-freebsd-current@FreeBSD.ORG Tue May 3 21:24:38 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1F341065670 for ; Tue, 3 May 2011 21:24:37 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id AB41E8FC16 for ; Tue, 3 May 2011 21:24:37 +0000 (UTC) Received: by qwc9 with SMTP id 9so444990qwc.13 for ; Tue, 03 May 2011 14:24:37 -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:date :message-id:subject:from:to:cc:content-type; bh=c0r+GjJ+r2Yi4tuLurKaG1Ceq2Z2ovn9ldTDcbjMTII=; b=AyaYk/q6n1ZGnvGBHYCu37/7SYNHrTTUcMzsG43ElgkR/i1jp9wFTAvRA9wSEoSV1s pJzr9gc9jztzVnPdGKANb49ePOCIxEVbm1F4L0ANLzKxMO57ojfpqSkWzzkBUlf7hZBM x7hYP7513gNxJMJ2ubuSBZmJ4JB9/SlQSWoks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=EgmFhPz47QBfIjr0Gxe74zvKhdfneePLwT5NZjMqOwR9krOh74Yhq7pOL4Tyj3YlHR dOGKd4QHDZ7BQ/oB0VBLK1PwWnQXvQHIi07hNLnt+dtlW3DumPH3tnU11torV0QGD4Ng oKdexAGqPYBDqqu0KZrGq8YPLYGoAiJJapKno= MIME-Version: 1.0 Received: by 10.52.89.2 with SMTP id bk2mr415535vdb.284.1304457876818; Tue, 03 May 2011 14:24:36 -0700 (PDT) Received: by 10.52.184.169 with HTTP; Tue, 3 May 2011 14:24:36 -0700 (PDT) In-Reply-To: <4DC07013.9070707@gmx.net> References: <4D94A354.9080903@sentex.net> <4DC07013.9070707@gmx.net> Date: Tue, 3 May 2011 14:24:36 -0700 Message-ID: From: Jack Vogel To: Michael Schmiedgen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Olivier Smedts , FreeBSD current mailing list , Mike Tancsa Subject: Re: problems with em(4) since update to driver 7.2.2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2011 21:24:38 -0000 If you get the setup receive structures fail, then increase the nmbclusters. If you use standard MTU then what you need are mbufs, and standard size clusters (2K). Only when you use jumbo frames will you need larger. You must configure enough, its that simple. Jack On Tue, May 3, 2011 at 2:13 PM, Michael Schmiedgen wrote: > Hi, > > I have the very same problem. > > - GENERIC 9.0-CURRENT (April 28) > - em0 PRO/1000 7.2.3 > > - "em0: Could not setup receive structures" > > On 03.05.2011 10:58, Olivier Smedts wrote: > >> I tried increasing kern.ipc.nmbjumbo* (is it what you suggested ?). >> Values doubled : >> kern.ipc.nmbjumbo16: 6400 >> kern.ipc.nmbjumbo9: 12800 >> kern.ipc.nmbjumbop: 25600 >> >> And unloaded / reloaded the kernel module. Still no luck, same >> problem, on latest 9-CURRENT (r221363). >> > > Same here. > > If I should provide some more configuration settings, > please let me know. > > Michael > >