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

Simon Glass sjg at chromium.org
Mon Mar 23 17:05:34 CET 2015


On 22 March 2015 at 16:09, 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>
>
> ---
>
> Changes in v7: None

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list