From owner-freebsd-net@freebsd.org Tue May 29 12:24:30 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 528BCF784A1 for ; Tue, 29 May 2018 12:24:30 +0000 (UTC) (envelope-from m.muenz@spam-fetish.org) Received: from mailout-02.maxonline.de (mailout-02.maxonline.de [81.24.66.23]) (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 CADA6870B4 for ; Tue, 29 May 2018 12:24:29 +0000 (UTC) (envelope-from m.muenz@spam-fetish.org) Received: from web03-01.max-it.de (web03-01.max-it.de [81.24.64.215]) by mailout-02.maxonline.de (Postfix) with ESMTPS id E9BA988 for ; Tue, 29 May 2018 14:17:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by web03-01.max-it.de (Postfix) with ESMTP id E13E428B84B for ; Tue, 29 May 2018 14:17:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at web03-01.max-it.de Received: from web03-01.max-it.de ([127.0.0.1]) by localhost (web03-01.max-it.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id fosYxLcaehx8 for ; Tue, 29 May 2018 14:17:56 +0200 (CEST) Received: from [81.24.66.132] (unknown [81.24.66.132]) (Authenticated sender: m.muenz@spam-fetish.org) by web03-01.max-it.de (Postfix) with ESMTPA id BBDA128A2E9 for ; Tue, 29 May 2018 14:17:56 +0200 (CEST) Subject: Re: GRE/gif/netgraph tunnel speed on 10Gbit channel To: freebsd-net@freebsd.org References: <20180529071733.GA18182@hell.ukr.net> <58deda3e-6eda-bade-0461-97014a64182e@yandex.ru> <20180529100544.GA58705@hell.ukr.net> <347581ff-1f32-c8c4-dce8-9c4632f4cd84@yandex.ru> <20180529105853.GA59230@hell.ukr.net> <20180529113304.GA59501@hell.ukr.net> From: "Muenz, Michael" Message-ID: <2d73fb0b-4e2f-d130-de95-88f7b8bf20ae@spam-fetish.org> Date: Tue, 29 May 2018 14:17:54 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180529113304.GA59501@hell.ukr.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2018 12:24:30 -0000 Am 29.05.2018 um 13:33 schrieb Vitalij Satanivskij: > AVE> > AVE> So, is there no difference at all? The same bit rate with and without > AVE> loaded module? Can you share your configs and parameters used for testing? > > > KERNEL - GENERIC > > No additional config in src.conf make.conf, no sysct.conf or anything else in configs > > 1) no module > > mtu on ixl - 1500 mtu on gre0 - 1476 Can you try MTU 1400 on GRE0 and MSS of 1300 just for testing? With this values I get 4600Mbit sending and 1400Mbit receiving with iperf and 10 parallel streams. Michael