From owner-freebsd-embedded@freebsd.org Sun Oct 11 09:11:44 2015 Return-Path: Delivered-To: freebsd-embedded@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 714FF9D3599 for ; Sun, 11 Oct 2015 09:11:44 +0000 (UTC) (envelope-from huubsch@xs4all.nl) Received: from lb2-smtp-cloud2.xs4all.net (lb2-smtp-cloud2.xs4all.net [194.109.24.25]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "*.xs4all.nl", Issuer "GlobalSign Domain Validation CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 11BA9132B for ; Sun, 11 Oct 2015 09:11:43 +0000 (UTC) (envelope-from huubsch@xs4all.nl) Received: from iMac-van-Huub.fritz.box ([83.160.119.88]) by smtp-cloud2.xs4all.net with ESMTP id TlBf1r00E1uXTTF01lBgKs; Sun, 11 Oct 2015 11:11:41 +0200 Subject: Re: Ue0/ue1 flapping To: Kristof Provost References: <55D6217B.8000805@denninger.net> <55D636FE.9020005@xs4all.nl> <55D64AA7.40305@denninger.net> <55D69C73.9030909@denninger.net> <56163A55.5050902@xs4all.nl> Cc: freebsd-embedded@freebsd.org, "techniek@lijst.wirelessleiden.nl" From: Huub Schuurmans Message-ID: <561A27CB.80306@xs4all.nl> Date: Sun, 11 Oct 2015 11:11:39 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2015 09:11:44 -0000 Op 08/10/15 om 18:51 schreef Kristof Provost: > >> On 08 Oct 2015, at 11:41, Huub Schuurmans wrote: >> We have now finally found that in our case a running pf is causing >> problems with the usb-lan adapters, even if all rules are flushed (!). >> Problem doesnot occur with ipfw. We have not tested flapping yet. >> > It’s possible that this is another case of > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198868 > > I’m working on a checksum/TSO problem that I think is related to this. > Could you give the attached patch a try? > If I’m right about the cause this should fix things for you. > > Yes, if I patch pf (on 10.2-RELEASE) one usb-lan adapter works also with pf running. However if I install two adapter NONE of them works, so obviously I can not check the stability for two adapters. But this is definitely I significant improvement! Thanks for the patch. Huub