From owner-freebsd-stable@freebsd.org Mon Sep 19 20:28:48 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37864BE1B70 for ; Mon, 19 Sep 2016 20:28:48 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from orthanc.ca (orthanc.ca [IPv6:2607:f2f8:abf8::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "orthanc.ca", Issuer "Let's Encrypt Authority X1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 09CF1385 for ; Mon, 19 Sep 2016 20:28:48 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from localhost (localhost [IPv6:::1]) by orthanc.ca (8.15.2/8.15.2) with ESMTPS id u8JKSjI6055107 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 19 Sep 2016 13:28:45 -0700 (PDT) (envelope-from lyndon@orthanc.ca) Date: Mon, 19 Sep 2016 13:28:45 -0700 (PDT) From: Lyndon Nerenberg To: "Dean E. Weimer" cc: FreeBSD Stable Subject: Re: LAGG and Jumbo Frames In-Reply-To: <48926c6013f938af832c17e4ad10b232@dweimer.net> Message-ID: References: <48926c6013f938af832c17e4ad10b232@dweimer.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) Organization: The Frobozz Magic Homing Pigeon Company MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on orthanc.ca X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 20:28:48 -0000 This is almost certainly a PMTUd issue. Unless your end-to-end paths to everything you talk to have jumboframes configured, there's no benefit to setting them up on the lagg. Just go with the default MTU. --lyndon