Re: [Qemu-devel] [PATCH v6] e1000: add interrupt mitigation support

2014-03-31 Thread Alexey Kardashevskiy
On 03/31/2014 06:52 PM, Alexey Kardashevskiy wrote: > On Sat, Aug 3, 2013 at 2:30 AM, Vincenzo Maffione wrote: > >> This patch partially implements the e1000 interrupt mitigation mechanisms. >> Using a single QEMUTimer, it emulates the ITR register (which is the newer >> mitigation register, recom

Re: [Qemu-devel] [PATCH v6] e1000: add interrupt mitigation support

2014-03-31 Thread Alexey Kardashevskiy
On Sat, Aug 3, 2013 at 2:30 AM, Vincenzo Maffione wrote: > This patch partially implements the e1000 interrupt mitigation mechanisms. > Using a single QEMUTimer, it emulates the ITR register (which is the newer > mitigation register, recommended by Intel) and approximately emulates > RADV and TADV

Re: [Qemu-devel] [PATCH v6] e1000: add interrupt mitigation support

2013-08-06 Thread Vincenzo Maffione
Thank you guys for your support! Best regards, Vincenzo 2013/8/6 Stefan Hajnoczi : > On Fri, Aug 02, 2013 at 06:30:52PM +0200, Vincenzo Maffione wrote: >> This patch partially implements the e1000 interrupt mitigation mechanisms. >> Using a single QEMUTimer, it emulates the ITR register (which

Re: [Qemu-devel] [PATCH v6] e1000: add interrupt mitigation support

2013-08-06 Thread Stefan Hajnoczi
On Fri, Aug 02, 2013 at 06:30:52PM +0200, Vincenzo Maffione wrote: > This patch partially implements the e1000 interrupt mitigation mechanisms. > Using a single QEMUTimer, it emulates the ITR register (which is the newer > mitigation register, recommended by Intel) and approximately emulates > RADV

Re: [Qemu-devel] [PATCH v6] e1000: add interrupt mitigation support

2013-08-05 Thread Andreas Färber
Am 05.08.2013 11:27, schrieb Stefan Hajnoczi: > On Fri, Aug 02, 2013 at 06:30:52PM +0200, Vincenzo Maffione wrote: >> This patch partially implements the e1000 interrupt mitigation mechanisms. >> Using a single QEMUTimer, it emulates the ITR register (which is the newer >> mitigation register, reco

Re: [Qemu-devel] [PATCH v6] e1000: add interrupt mitigation support

2013-08-05 Thread Stefan Hajnoczi
On Fri, Aug 02, 2013 at 06:30:52PM +0200, Vincenzo Maffione wrote: > This patch partially implements the e1000 interrupt mitigation mechanisms. > Using a single QEMUTimer, it emulates the ITR register (which is the newer > mitigation register, recommended by Intel) and approximately emulates > RADV

Re: [Qemu-devel] [PATCH v6] e1000: add interrupt mitigation support

2013-08-05 Thread Stefan Hajnoczi
On Fri, Aug 02, 2013 at 06:30:52PM +0200, Vincenzo Maffione wrote: > This patch partially implements the e1000 interrupt mitigation mechanisms. > Using a single QEMUTimer, it emulates the ITR register (which is the newer > mitigation register, recommended by Intel) and approximately emulates > RADV

[Qemu-devel] [PATCH v6] e1000: add interrupt mitigation support

2013-08-02 Thread Vincenzo Maffione
This patch partially implements the e1000 interrupt mitigation mechanisms. Using a single QEMUTimer, it emulates the ITR register (which is the newer mitigation register, recommended by Intel) and approximately emulates RADV and TADV registers. TIDV and RDTR register functionalities are not emulate