From owner-freebsd-net@freebsd.org Sun Jul 29 01:38:17 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE1F21064974 for ; Sun, 29 Jul 2018 01:38:17 +0000 (UTC) (envelope-from wollman@hergotha.csail.mit.edu) Received: from hergotha.csail.mit.edu (tunnel82308-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:ccb::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F16289C86 for ; Sun, 29 Jul 2018 01:38:17 +0000 (UTC) (envelope-from wollman@hergotha.csail.mit.edu) Received: from hergotha.csail.mit.edu (localhost [127.0.0.1]) by hergotha.csail.mit.edu (8.15.2/8.15.2) with ESMTP id w6T1cDbm069933; Sat, 28 Jul 2018 21:38:15 -0400 (EDT) (envelope-from wollman@hergotha.csail.mit.edu) Received: (from wollman@localhost) by hergotha.csail.mit.edu (8.15.2/8.14.4/Submit) id w6T1cCSc069932; Sat, 28 Jul 2018 21:38:12 -0400 (EDT) (envelope-from wollman) Date: Sat, 28 Jul 2018 21:38:12 -0400 (EDT) From: Garrett Wollman Message-Id: <201807290138.w6T1cCSc069932@hergotha.csail.mit.edu> To: jmg@funkthat.com Subject: Re: 9k jumbo clusters References: <20180729011153.GD2884@funkthat.com> <20180727221843.GZ2884@funkthat.com> Organization: none Cc: freebsd-net@freebsd.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (hergotha.csail.mit.edu [127.0.0.1]); Sat, 28 Jul 2018 21:38:15 -0400 (EDT) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hergotha.csail.mit.edu X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2018 01:38:18 -0000 In article <20180729011153.GD2884@funkthat.com> jmg@funkthat.com writes: >And I know you know the problem is that over time memory is fragmented, >so if suddenly you need more jumbo frames than you already have, you're >SOL... This problem instantly disappears if you preallocate several gigabytes of contiguous physical memory at boot time. And if you're doing something network-intensive and care about performance, you probably don't mind doing that. -GAWollman