Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)

2014-03-14 Thread Paolo Bonzini
Il 07/03/2014 00:33, Alexander Graf ha scritto: +if (bd.flags | BD_INTERRUPT) { +/* Set RXFx */ +etsec-regs[RSTAT].value |= 1 (7 - ring_nbr); + +/* Set IEVENT */ +ievent_set(etsec, IEVENT_RXF); +

Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)

2014-03-14 Thread Fabien Chouteau
On 03/14/2014 12:23 PM, Paolo Bonzini wrote: Il 07/03/2014 00:33, Alexander Graf ha scritto: +if (bd.flags | BD_INTERRUPT) { +/* Set RXFx */ +etsec-regs[RSTAT].value |= 1 (7 - ring_nbr); + +/* Set IEVENT */ +

Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)

2014-03-12 Thread Fabien Chouteau
On 03/09/2014 09:02 AM, Paolo Bonzini wrote: Il 07/03/2014 00:33, Alexander Graf ha scritto: From: Fabien Chouteau chout...@adacore.com This implementation doesn't include ring priority, TCP/IP Off-Load, QoS. Signed-off-by: Fabien Chouteau chout...@adacore.com Signed-off-by: Alexander Graf

Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)

2014-03-12 Thread Paolo Bonzini
Il 12/03/2014 12:41, Fabien Chouteau ha scritto: On 03/09/2014 09:02 AM, Paolo Bonzini wrote: Il 07/03/2014 00:33, Alexander Graf ha scritto: From: Fabien Chouteau chout...@adacore.com This implementation doesn't include ring priority, TCP/IP Off-Load, QoS. Signed-off-by: Fabien Chouteau

Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)

2014-03-12 Thread Andreas Färber
Am 12.03.2014 19:22, schrieb Paolo Bonzini: Il 12/03/2014 12:41, Fabien Chouteau ha scritto: On 03/09/2014 09:02 AM, Paolo Bonzini wrote: Il 07/03/2014 00:33, Alexander Graf ha scritto: From: Fabien Chouteau chout...@adacore.com This implementation doesn't include ring priority, TCP/IP

Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)

2014-03-09 Thread Paolo Bonzini
Il 07/03/2014 00:33, Alexander Graf ha scritto: From: Fabien Chouteau chout...@adacore.com This implementation doesn't include ring priority, TCP/IP Off-Load, QoS. Signed-off-by: Fabien Chouteau chout...@adacore.com Signed-off-by: Alexander Graf ag...@suse.de --- Is this code dead? Who uses