From owner-freebsd-arm@FreeBSD.ORG Wed Jun 18 09:48:03 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FC1FE8A for ; Wed, 18 Jun 2014 09:48:03 +0000 (UTC) Received: from work.netasq.com (gwlille.netasq.com [91.212.116.1]) by mx1.freebsd.org (Postfix) with ESMTP id 17CF22CB8 for ; Wed, 18 Jun 2014 09:48:01 +0000 (UTC) Received: from work.netasq.com (localhost [127.0.0.1]) by work.netasq.com (Postfix) with ESMTP id 21FD52700A17 for ; Wed, 18 Jun 2014 11:47:55 +0200 (CEST) Received: from [10.2.1.1] (unknown [91.212.116.2]) by work.netasq.com (Postfix) with ESMTPSA id E1E232700253 for ; Wed, 18 Jun 2014 11:47:54 +0200 (CEST) From: Fabien Thomas Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [CFR] mge driver / elf reloc Message-Id: <14D22EA6-B73C-47BA-9A86-A957D24F23B8@freebsd.org> Date: Wed, 18 Jun 2014 11:47:54 +0200 To: freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-Mailer: Apple Mail (2.1878.2) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 09:48:03 -0000 Hello, I've some pending patches to review before commit. Fix reloc alignment in ELF: http://people.freebsd.org/~fabient/ARM/patch-arm_elf_alignfix Add missing stat counter: http://people.freebsd.org/~fabient/ARM/patch-mge_ipackets Add missing rcvif: http://people.freebsd.org/~fabient/ARM/patch-mge_rcvif Fix deadlock on transmit in error case: http://people.freebsd.org/~fabient/ARM/patch-mge_tx_deadlock Avoid packet copy on transmit: http://people.freebsd.org/~fabient/ARM/patch-mge_tx_optim Any comment ? Fabien