From owner-freebsd-mips@freebsd.org Mon Oct 26 19:21:43 2015 Return-Path: Delivered-To: freebsd-mips@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 99012A1EB29 for ; Mon, 26 Oct 2015 19:21:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 619631134 for ; Mon, 26 Oct 2015 19:21:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iody8 with SMTP id y8so42043796iod.1 for ; Mon, 26 Oct 2015 12:21:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/+ldigxhchF/Jot7eS5y+A10yjOuK9V41oywmbuAOf4=; b=D7J1YMyA+YxxXRCfvaW6pRiwvyTGYVPbDBz7o2XviiVTtljjvVbxL5TLnq800Ge4f7 NWFAIZDO5fqAb6iuGjlXA1/bdyKzSusf1asDr6b0oAcYl/d6e8vtI3keEgWFRJ1Oomeb FuP5qXyBpNdbf6KsL0cTrco/7LH/HF4GtL0QHpsO+tNeX4u3qMwchMzST4+KruEfyb2g ghpsNKEfm49N83KOLRXbt3wOchneYqopXvS9l5uaLFmaXuKehQdW9CuuF0G/4BiP8QZW x6rdrxDkiHC9loMhcCuCgYNEGMNZ4zSPE2srNCdUUrCw6kHSfmwepJrvFc9sx+KdYdug gTqQ== MIME-Version: 1.0 X-Received: by 10.107.3.72 with SMTP id 69mr36292717iod.75.1445887302499; Mon, 26 Oct 2015 12:21:42 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Mon, 26 Oct 2015 12:21:42 -0700 (PDT) In-Reply-To: References: <562E44E9.8090605@grosbein.net> <562E5D17.7030700@rdtc.ru> Date: Mon, 26 Oct 2015 12:21:42 -0700 Message-ID: Subject: Re: Strange results of TP-Link WDR3600 wired ethernet performace test From: Adrian Chadd To: Eugene Grosbein Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 19:21:43 -0000 Also, right now my focus is testing bridging performance, not forwarding performance. That way I can stress test a small subset of the network stack and not have to get caught up in everything. Can you test with iperf2 instead of FTP? It's easier. -adrian