Re: [PATCH 0/6] hw/net: Make Net/CanBus can_receive() handlers return a boolean

2020-03-17 Thread Jason Wang
On 2020/3/17 下午6:47, Philippe Mathieu-Daudé wrote: Ping? This series is fully reviewed. Sorry for the delay. Applied. Thanks

Re: [PATCH 0/6] hw/net: Make Net/CanBus can_receive() handlers return a boolean

2020-03-17 Thread Philippe Mathieu-Daudé
Ping? This series is fully reviewed. On 3/5/20 6:56 PM, Philippe Mathieu-Daudé wrote: The Net/CanBus can_receive() handlers return whether the network device can or can not receive new data. Make it obvious by returning a boolean type Philippe Mathieu-Daudé (6): hw/net/e1000e_core: Let e100

[PATCH 0/6] hw/net: Make Net/CanBus can_receive() handlers return a boolean

2020-03-05 Thread Philippe Mathieu-Daudé
The Net/CanBus can_receive() handlers return whether the network device can or can not receive new data. Make it obvious by returning a boolean type Philippe Mathieu-Daudé (6): hw/net/e1000e_core: Let e1000e_can_receive() return a boolean hw/net/smc91c111: Let smc91c111_can_receive() return a