Re: [Qemu-devel] [PATCH v2 0/6] e1000: Various fixes and registers' implementation

2015-10-27 Thread Jason Wang
On 10/28/2015 01:41 PM, Jason Wang wrote: > > On 10/27/2015 09:20 PM, Leonid Bloch wrote: >> This series fixes issues with packet/octet counting in e1000's Statistic >> registers, fixes a bug in the packet address filtering procedure, and >> implements many MAC registers that were absent before,

Re: [Qemu-devel] [PATCH v2 0/6] e1000: Various fixes and registers' implementation

2015-10-27 Thread Dmitry Fleytman
--- Daynix Computing LTD Dmitry Fleytman, CTO Email: dmi...@daynix.com Phone: +972-54-2819481 Web: www.daynix.com > On 28 Oct 2015, at 07:41 AM, Jason Wang wrote: > > > > On 10/27/2015 09:20 PM, Leonid Bloch wr

Re: [Qemu-devel] [PATCH v2 0/6] e1000: Various fixes and registers' implementation

2015-10-27 Thread Jason Wang
On 10/27/2015 09:20 PM, Leonid Bloch wrote: > This series fixes issues with packet/octet counting in e1000's Statistic > registers, fixes a bug in the packet address filtering procedure, and > implements many MAC registers that were absent before, some Statistic > counters among them. Additionall

[Qemu-devel] [PATCH v2 0/6] e1000: Various fixes and registers' implementation

2015-10-27 Thread Leonid Bloch
This series fixes issues with packet/octet counting in e1000's Statistic registers, fixes a bug in the packet address filtering procedure, and implements many MAC registers that were absent before, some Statistic counters among them. Additionally, several cosmetic changes are made. Differences fro