From owner-freebsd-mips@freebsd.org Sat Oct 31 00:12:00 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 41109A22901 for ; Sat, 31 Oct 2015 00:12:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (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 0A99F1CAB for ; Sat, 31 Oct 2015 00:12:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iody8 with SMTP id y8so95742846iod.1 for ; Fri, 30 Oct 2015 17:11:59 -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=FInn45JOtZZJ60hInfa+1Pd3QAaCKMBHNpl6ihDTLUE=; b=LmeIArD0zu0P3NRpdhT+3aGujsoj1UHKI47O8xl6KV6VKkMm45qdybBFYNayzqqKTl Fjt4Srx+53KsZax2EJC78DgEHej2k/PELHs3Si7Z5HjS51K3vlRT00dhF9h/yj6HfDDC pX64m4o8zEjpJQI/cGHCTzGQr8gaPjmcKWhpPUAuBzcSMLLUMGJPHqzYSsbV6J/80Ags B6FTWUpABlyjl9kQDf8Iw6nZsd1X6B+n6H5Rg1WCHm92Jmz51lfT9TgubUYQCHrNQx9h kK3Xz2/1+GiDomHsGs8EaUf7PSFIDBaxwkJ/bfAXMbZPowKxkBDZX0Vke7o0NEjhJv/q bz/w== MIME-Version: 1.0 X-Received: by 10.107.3.72 with SMTP id 69mr12524324iod.75.1446250319324; Fri, 30 Oct 2015 17:11:59 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Fri, 30 Oct 2015 17:11:59 -0700 (PDT) In-Reply-To: <5633C18C.2030006@grosbein.net> References: <562CBEC3.8030308@rdtc.ru> <5630E844.2080807@grosbein.net> <56321ED9.4050602@grosbein.net> <56323496.609@grosbein.net> <56325769.8070202@grosbein.net> <56328C54.1050709@grosbein.net> <56328DB1.9010105@grosbein.net> <5633C18C.2030006@grosbein.net> Date: Fri, 30 Oct 2015 17:11:59 -0700 Message-ID: Subject: Re: arge1 on TL WDR3600 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: Sat, 31 Oct 2015 00:12:00 -0000 Hi, can you svn update and retry? The latest changes I made to the mips74k support has routing up to 330mbit and bridging up to 720mbit for me; up from 120mbit when I started. I also hit your issue a couple of times before I fixed some things and now it doesn't occur. Would you mind giving it a whirl and reporting back? You'll have to do a clean kernel build as I went and changed some mips .h stuff. Thanks! -a