From owner-freebsd-net@FreeBSD.ORG Mon Mar 17 13:35:22 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87B695CB for ; Mon, 17 Mar 2014 13:35:22 +0000 (UTC) Received: from blu0-omc2-s2.blu0.hotmail.com (blu0-omc2-s2.blu0.hotmail.com [65.55.111.77]) by mx1.freebsd.org (Postfix) with ESMTP id 5412C3A4 for ; Mon, 17 Mar 2014 13:35:22 +0000 (UTC) Received: from BLU172-W35 ([65.55.111.72]) by blu0-omc2-s2.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 17 Mar 2014 06:34:16 -0700 X-TMN: [p4Dzf7QiQAW840rXcEiqXP2ChexgllPa] X-Originating-Email: [testdog@hotmail.com] Message-ID: From: Wayne Hotmail To: "freebsd-net@freebsd.org" Subject: Intel 10 gig cards mtu 9000 Date: Mon, 17 Mar 2014 13:34:16 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 17 Mar 2014 13:34:16.0841 (UTC) FILETIME=[97E04F90:01CF41E5] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 13:35:22 -0000 I am unable to add 2 Intel 10 gig nics to my Freebsd 9.1 at 9000 MTU. I tri= ed to add them last night and was only able to set only a max of 4000 MTU. = I get an error telling me kernel: ix1: Could not setup receive structures = and the interface will not pass traffic. I found these changes on the Intel readme but this did solve my issue. kern.ipc.nmbclusters=3D262144 kern.ipc.nmbjumbop=3D262144 There seems to be some calculation that needs to be done with multiple CPUs= . I am running 12 cpus what tweak do I need to make so I can run my MTUs at= 9000 on my 1 NIC with no vlans and 1 NIC with 3 vlans on it.=20 Wayne =