Re: [Qemu-devel] [PATCHv2] hw/net: implement MIB counters in mcf_fec driver

2017-03-12 Thread Jason Wang
On 2017年03月13日 12:56, Greg Ungerer wrote: The FEC ethernet hardware module used on ColdFire SoC parts contains a block of RAM used to maintain hardware counters. This block is accessible via the usual FEC register address space. There is currently no support for this in the QEMU mcf_fec driver.

[Qemu-devel] [PATCHv2] hw/net: implement MIB counters in mcf_fec driver

2017-03-12 Thread Greg Ungerer
The FEC ethernet hardware module used on ColdFire SoC parts contains a block of RAM used to maintain hardware counters. This block is accessible via the usual FEC register address space. There is currently no support for this in the QEMU mcf_fec driver. Add support for storing a MIB RAM block, and

Re: [Qemu-devel] [PATCHv2] hw/net: implement MIB counters in mcf_fec driver

2017-02-03 Thread Laurent Vivier
Le 03/02/2017 à 09:40, Laurent Vivier a écrit : > Add cc: to Network devices odd fixer. > > Le 11/01/2017 à 12:30, Greg Ungerer a écrit : >> The FEC ethernet hardware module used on ColdFire SoC parts contains a >> block of RAM used to maintain hardware counters. This block is accessible >> via th

Re: [Qemu-devel] [PATCHv2] hw/net: implement MIB counters in mcf_fec driver

2017-02-03 Thread Laurent Vivier
Add cc: to Network devices odd fixer. Le 11/01/2017 à 12:30, Greg Ungerer a écrit : > The FEC ethernet hardware module used on ColdFire SoC parts contains a > block of RAM used to maintain hardware counters. This block is accessible > via the usual FEC register address space. There is currently no

[Qemu-devel] [PATCHv2] hw/net: implement MIB counters in mcf_fec driver

2017-01-11 Thread Greg Ungerer
The FEC ethernet hardware module used on ColdFire SoC parts contains a block of RAM used to maintain hardware counters. This block is accessible via the usual FEC register address space. There is currently no support for this in the QEMU mcf_fec driver. Add support for storing a MIB RAM block, and