From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2rse-0006nk-RW for qemu-devel@nongnu.org; Tue, 17 May 2016 23:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2rsa-0000Qq-K3 for qemu-devel@nongnu.org; Tue, 17 May 2016 23:10:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2rsa-0000Qm-E6 for qemu-devel@nongnu.org; Tue, 17 May 2016 23:10:36 -0400 References: From: Jason Wang Message-ID: <573BDD26.4080200@redhat.com> Date: Wed, 18 May 2016 11:10:30 +0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 0/5] Add Ethernet device for i.MX6 SOC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Jean-Christophe Dubois Cc: QEMU Developers On 2016=E5=B9=B405=E6=9C=8817=E6=97=A5 21:00, Peter Maydell wrote: > On 8 May 2016 at 20:40, Jean-Christophe Dubois wr= ote: >> This patch series adds Gb ENET Ethernet device to the i.MX6 SOC. >> >> The ENET device is an evolution of the FEC device present on the i.MX2= 5 SOC >> and is backward compatible with it. >> >> Therefore the ENET support has been added to the actual Qemu FEC devic= e ( >> rather than adding a new device). >> >> The Patch has been tested by: >> * Booting linux on i.MX25 PDK board emulation and accessing internet >> * Booting linux on i.MX6 Sabrelite board emulation and accessing int= ernet >> >> Jean-Christophe Dubois (5): >> net: improve UDP/TCP checksum computation. >> net: handle optional VLAN header in checksum computation. >> i.MX: move FEC device to a register array structure. >> Add ENET/Gbps Ethernet support to FEC device >> Add ENET device to i.MX6 SOC. > Thanks; I've reviewed patches 3 and 4 now. > > Jason, can I ask you to review patches 1 and 2, please, since they're > changes to a core net/ file that affects other net devices?s, Yes, will have a look at them Thanks > > thanks > -- PMM >