From owner-freebsd-net@freebsd.org Thu May 25 20:49:49 2017 Return-Path: Delivered-To: freebsd-net@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 35030D82F3F for ; Thu, 25 May 2017 20:49:49 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 F38EC13BA for ; Thu, 25 May 2017 20:49:48 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 650C826011D; Thu, 25 May 2017 22:49:45 +0200 (CEST) Subject: Re: AW: AW: axge0 and AX88179 To: Tom Huerlimann , freebsd-net@freebsd.org References: <008701d2d585$f1977f90$d4c67eb0$@thuinformatik.ch> <2248eb55-c402-cdb9-2648-986a0ed9663a@selasky.org> <00f201d2d593$734c6160$59e52420$@thuinformatik.ch> From: Hans Petter Selasky Message-ID: <0b953cc0-f361-84fa-fc94-249a3029f51f@selasky.org> Date: Thu, 25 May 2017 22:47:45 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <00f201d2d593$734c6160$59e52420$@thuinformatik.ch> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2017 20:49:49 -0000 Hi, > > Does someone have an idea what I did forget to check/verify? > You can try to enable debugging: sysctl hw.usb.axge.debug=255 Or: Try to log the USB traffic using "usbdump" usbdump -i usbusX -f y -s 65536 And look for errors like "ERR". Did you verify two such adapters back2back with iperf, for packetloss and other issues? --HPS