Re: [U-Boot] [PATCH 04/10] net: sandbox: Share the priv structure with tests

2018-09-25 Thread Bin Meng
On Wed, Jul 25, 2018 at 5:42 AM Joe Hershberger wrote: > > If tests want to implement tx handlers, they will likely need access to > the details in the priv structure. > > Signed-off-by: Joe Hershberger > --- > > arch/sandbox/include/asm/eth.h | 19 +++ > drivers/net/sandbox.c

Re: [U-Boot] [PATCH 04/10] net: sandbox: Share the priv structure with tests

2018-08-02 Thread Simon Glass
On 24 July 2018 at 15:40, Joe Hershberger wrote: > If tests want to implement tx handlers, they will likely need access to > the details in the priv structure. > > Signed-off-by: Joe Hershberger > --- > > arch/sandbox/include/asm/eth.h | 19 +++ > drivers/net/sandbox.c |

[U-Boot] [PATCH 04/10] net: sandbox: Share the priv structure with tests

2018-07-24 Thread Joe Hershberger
If tests want to implement tx handlers, they will likely need access to the details in the priv structure. Signed-off-by: Joe Hershberger --- arch/sandbox/include/asm/eth.h | 19 +++ drivers/net/sandbox.c | 19 --- 2 files changed, 19 insertions(+), 19 d