[U-Boot] [PATCH v6 15/27] dm: eth: Pass the packet pointer as a parameter to recv

Simon Glass sjg at chromium.org
Fri Mar 20 13:10:21 CET 2015


On 11 March 2015 at 17:44, Joe Hershberger <joe.hershberger at ni.com> wrote:
> Stop forcing drivers to call net_process_received_packet() - formerly
> called NetReceive(). Now the uclass will handle calling the driver for
> each packet until the driver errors or has nothing to return. The uclass
> will then pass the good packets off to the network stack by calling
> net_process_received_packet().
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list