Re: [PATCH v2 0/4] powerpc/ps3: gelic_udbg: drop local versions of network data structs

2016-02-11 Thread Geoff Levand
On Mon, 2016-02-08 at 22:27 +, Luis Henriques wrote:> Luis Henriques (4):>   powerpc/ps3: gelic_udbg: use struct ethhdr from >   powerpc/ps3: gelic_udbg: use struct vlan_hdr from >   powerpc/ps3: gelic_udbg: use struct iphdr from >   powerpc/ps3: gelic_udbg: use struct udphdr from These all loo

Re: [PATCH v2 0/4] powerpc/ps3: gelic_udbg: drop local versions of network data structs

2016-02-08 Thread Michael Ellerman
On Mon, 2016-02-08 at 22:27 +, Luis Henriques wrote: > Several network-related data structures are defined in gelic_udbg. > These could be easily dropped and the standard ones defined in network > headers could be used instead. > > The 4 patches that follow replace ethernet, vlan, ip and udp

[PATCH v2 0/4] powerpc/ps3: gelic_udbg: drop local versions of network data structs

2016-02-08 Thread Luis Henriques
Several network-related data structures are defined in gelic_udbg. These could be easily dropped and the standard ones defined in network headers could be used instead. The 4 patches that follow replace ethernet, vlan, ip and udp structures in gelic_udbg. Note that this has been compile-tested on