Re: [U-Boot] [PATCH v2] dm: eth: Provide a way for drivers to manage packet buffers

2015-04-07 Thread Simon Glass
On 5 April 2015 at 12:31, Simon Glass s...@chromium.org wrote: Hi Joe, On 3 April 2015 at 19:09, Joe Hershberger joe.hershber...@ni.com wrote: Some drivers need a chance to manage their receive buffers after the packet has been handled by the network stack. Add an operation that will allow

Re: [U-Boot] [PATCH v2] dm: eth: Provide a way for drivers to manage packet buffers

2015-04-05 Thread Simon Glass
Hi Joe, On 3 April 2015 at 19:09, Joe Hershberger joe.hershber...@ni.com wrote: Some drivers need a chance to manage their receive buffers after the packet has been handled by the network stack. Add an operation that will allow the driver to be called in that case. Reported-by: Simon Glass

[U-Boot] [PATCH v2] dm: eth: Provide a way for drivers to manage packet buffers

2015-04-03 Thread Joe Hershberger
Some drivers need a chance to manage their receive buffers after the packet has been handled by the network stack. Add an operation that will allow the driver to be called in that case. Reported-by: Simon Glass s...@chromium.org Signed-off-by: Joe Hershberger joe.hershber...@ni.com Acked-by: