[PATCH] ucc_geth: invalid rx checksum error values

2014-10-22 Thread Kokoris, Ioannis
Hi, The value in QE UCC ethernet interfaces shows random values: # ethtool -S eth0 NIC statistics: ... rx-ip-checksum-errors: 3933892214 The problem is located in a mismatch between the rx_fw_stat_gstrings fields - used in ucc_geth_ethtool - and the ucc_geth_rx_firmware_statistics_pra

RE: [PATCH] P1021: set IReady in QE Microcode Upload

2011-11-14 Thread Kokoris, Ioannis
>Kokoris, Ioannis wrote: >> Hi, >> >> QE Microcode Initialization using qe_upload_microcode() does not work >> on P1021 if the IRAM-Ready register is not set after the microcode >> upload. This patch adds a definition for the "I-RAM Ready" register and &

[PATCH] P1021: set IReady in QE Microcode Upload

2011-11-11 Thread Kokoris, Ioannis
Hi, QE Microcode Initialization using qe_upload_microcode() does not work on P1021 if the IRAM-Ready register is not set after the microcode upload. This patch adds a definition for the "I-RAM Ready" register and sets it uppon microcode upload completion. Signed-off-by: Ioannis Kokkoris di