Re: [U-Boot] [PATCH v2 10/18] net: Add NetUpdateEther() to handle ARP and Ping replies

2012-04-11 Thread Simon Glass
Hi Joe, On Tue, Mar 27, 2012 at 4:43 PM, Joe Hershberger wrote: > When the network is VLAN or SNAP, NetUpdateEther() will preserve > the original Ethernet packet header and simply replace the src > and dest MACs and the protocol > > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Sim

[U-Boot] [PATCH v2 10/18] net: Add NetUpdateEther() to handle ARP and Ping replies

2012-03-27 Thread Joe Hershberger
When the network is VLAN or SNAP, NetUpdateEther() will preserve the original Ethernet packet header and simply replace the src and dest MACs and the protocol Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Simon Glass Cc: Mike Frysinger --- include/net.h |1 + net/arp.c |2