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
Hi,
Your series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 1484052273-23815-1-git-send-email-g...@uclinux.org
Subject: [Qemu-devel] [PATCH] hw/net: implement MIB counters in mcf_fec driver
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE
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