On Mon, 10 Jul 2017 13:23:07 +0200
Thomas Huth wrote:
> On 07.07.2017 14:37, Cornelia Huck wrote:
> > On Fri, 7 Jul 2017 12:27:03 +0200
> > Thomas Huth wrote:
> >
> >> The driver provides the recv() and send() functions which will
> >> be required by SLOF's libnet code for receiving and send
On 07.07.2017 14:37, Cornelia Huck wrote:
> On Fri, 7 Jul 2017 12:27:03 +0200
> Thomas Huth wrote:
>
>> The driver provides the recv() and send() functions which will
>> be required by SLOF's libnet code for receiving and sending
>> packets.
[...]
>> +int virtio_net_init(void *mac_addr)
>> +{
>>
On Fri, 7 Jul 2017 12:27:03 +0200
Thomas Huth wrote:
> The driver provides the recv() and send() functions which will
> be required by SLOF's libnet code for receiving and sending
> packets.
No thorough review yet, only some things I noticed.
>
> Signed-off-by: Thomas Huth
> ---
> pc-bios/s
The driver provides the recv() and send() functions which will
be required by SLOF's libnet code for receiving and sending
packets.
Signed-off-by: Thomas Huth
---
pc-bios/s390-ccw/netboot.mak | 2 +-
pc-bios/s390-ccw/virtio-net.c | 130 ++
pc-bios/s390-