From owner-freebsd-arm@freebsd.org Thu Sep 28 08:57:29 2017 Return-Path: Delivered-To: freebsd-arm@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 9A8F0E2D14F for ; Thu, 28 Sep 2017 08:57:29 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D8C9D76231; Thu, 28 Sep 2017 08:57:27 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id c98bf3cb; Thu, 28 Sep 2017 10:57:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=G5AQa1sUnPp8D6QeagKo5xKaI8c=; b=lr1eAjQkHgcib6BhJGz6X3Z1StIL mVkWifp5x+l7P1VnxqQ7IsRTxFEkMVy3tk+yIriLwzmYqsY1nSk3YLpEussTYlAR i7pkWy38TavMxXipbkilEtrDO8k6IQjLGpe/+GtKDTmvOKin4i/6lwom8DJbOZg+ DEGVZ/SFu8PzHjg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=hNlY23TZHH1DUmBENW6X6MCO+b9nIqc8vvPedAkOOSrZ/ObiRh1//cmQ kOENVnv08PD1GQfJJ/awv2C20JugzvTPBO4+/juoVBlz45If73DUeK1GaheWStsD dd4XyqCbEjQBN7BTwig7mir/iTUCDAnLCLe4wkC8U+N1/qITTdk= Received: from arcadia (evadot.gandi.net [217.70.181.36]) by mail.blih.net (OpenSMTPD) with ESMTPSA id da5e1351 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 28 Sep 2017 10:57:25 +0200 (CEST) Date: Thu, 28 Sep 2017 10:57:24 +0200 From: Emmanuel Vadot To: Ian Lepore Cc: Kurt Jaeger , Guy Yur , freebsd-arm Subject: Re: if_awg fixes Message-Id: <20170928105724.b76168c5065ebb388b056f51@bidouilliste.com> In-Reply-To: <1506561886.31939.16.camel@freebsd.org> References: <20170928011129.GC86601@home.opsec.eu> <1506561886.31939.16.camel@freebsd.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2017 08:57:29 -0000 On Wed, 27 Sep 2017 19:24:46 -0600 Ian Lepore wrote: > On Thu, 2017-09-28 at 03:11 +0200, Kurt Jaeger wrote: > > Hi! > >=20 > > >=20 > > > I had issues with if_awg when passing heavy traffic > > > (transmission, samba, ...) > > [...] > > >=20 > > > Comparing the driver against if_nfe which also uses a ring buffer, > > > there are several issues with how the rings are programmed. > > > I made changes inspired by it. > > >=20 > > > The following fixes improved the card behavior on my boards. > > > (tested on Orange Pi PC and Orange Pi One) > > Will you submit your patches via https://bugs.freebsd.org ? > >=20 > > Otherwise it's difficult to keep track... > >=20 >=20 > Or as one or more reviews on phabricator, if you're already signed up > there. =A0https://reviews.freebsd.org/differential/ >=20 > -- Ian Yup, reviews.freebsd.org will be the best. I'll try to have a look at those. --=20 Emmanuel Vadot