From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 5553D1A004B for ; Fri, 12 Feb 2016 10:20:28 +1100 (AEDT) Message-ID: <1455232599.3767.5.camel@infradead.org> Subject: Re: [PATCH v2 0/4] powerpc/ps3: gelic_udbg: drop local versions of network data structs From: Geoff Levand To: Luis Henriques , Michael Ellerman Cc: Joe Perches , Geert Uytterhoeven , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Benjamin Herrenschmidt , Paul Mackerras In-Reply-To: <1454970427-23017-1-git-send-email-luis.henriques@canonical.com> References: <1454970427-23017-1-git-send-email-luis.henriques@canonical.com> Content-Type: text/html; charset="utf-8" Mime-Version: 1.0 Date: Thu, 11 Feb 2016 23:20:18 +0000 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: ,
On Mon, 2016-02-08 at 22:27 +0000, Luis Henriques wrote:

> Luis Henriques (4):
>   powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h>
>   powerpc/ps3: gelic_udbg: use struct vlan_hdr from <linux/if_vlan.h>
>   powerpc/ps3: gelic_udbg: use struct iphdr from <linux/ip.h>
>   powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h>

These all look fine.  Thanks for taking time to do this clean up.  I'll try to test next chance I get.

Acked-by: Geoff Levand <geoff@infradead.org>