On 2/18/2019 12:41 PM, Jose Abreu wrote: > On 2/18/2019 12:33 PM, Simon Huelck wrote: >> Hi, >> >> >> i recognize the followin on my ethernet stats: >> >> threshold: 1 >> tx_pkt_n: 1457325 >> rx_pkt_n: 5022405 >> normal_irq_n: 671738 >> rx_normal_irq_n: 606573 >> napi_poll: 784439 >> tx_normal_irq_n: 61061 >> tx_clean: 784439 >> tx_set_ic_bit: 58293 >> irq_receive_pmt_irq_n: 0 >> mmc_tx_irq_n: 0 >> mmc_rx_irq_n: 0 >> mmc_rx_csum_offload_irq_n: 0 >> -> irq_tx_path_in_lpi_mode_n: 382037 >> -> irq_tx_path_exit_lpi_mode_n: 382021 >> >> >> Is this normal ? > > Did you try disabling EEE ? ("ethtool --set-eee eth0 eee off")
BTW, do not try to re-enable it. There is a race in the enable function. I will send a fix ASAP. > > Thanks, > Jose Miguel Abreu >