Re: [U-Boot] [PATCH v10 18/28] net: add support for bcm6368-enet

2018-11-30 Thread Daniel Schwierzeck
Am 29.11.18 um 23:25 schrieb Álvaro Fernández Rojas: > Signed-off-by: Álvaro Fernández Rojas > --- > v10: Introduce changes suggested by Daniel Schwierzeck: > - Fix license identifiers. > - Remove packet queue. > - Move dma_prepare_rcv_buf to free_pkt. > - Pad packets smaller than ETH_Z

[U-Boot] [PATCH v10 18/28] net: add support for bcm6368-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: Introduce changes suggested by Daniel Schwierzeck: - Fix license identifiers. - Remove packet queue. - Move dma_prepare_rcv_buf to free_pkt. - Pad packets smaller than ETH_ZLEN. - Switch to live DM live tree. v9: introduce flow control imp