Re: [U-Boot] [PATCH 1/5] net: fec_mxc: Fix DM driver issue in recv

2018-03-19 Thread Joe Hershberger
On Fri, Mar 9, 2018 at 7:19 PM, Peng Fan wrote: > From: Ye Li > > When using ethernet DM driver, the recv interface has a > change with non-DM interface, that driver needs to set > the packet pointer and provide it to upper layer to process. > > In fec driver,

[U-Boot] [PATCH 1/5] net: fec_mxc: Fix DM driver issue in recv

2018-03-09 Thread Peng Fan
From: Ye Li When using ethernet DM driver, the recv interface has a change with non-DM interface, that driver needs to set the packet pointer and provide it to upper layer to process. In fec driver, the fecmxc_recv functions does not handle the packet pointer parameter. This may