lkml.org 
[lkml]   [2015]   [Nov]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [net-next v4 2/8] dpaa_eth: add support for DPAA Ethernet
    Date
    On Mon, 2015-11-02 at 19:31 +0200, Madalin Bucur wrote:
    > + if (unlikely(fd_status & FM_FD_STAT_RX_ERRORS) != 0) {
    > + if (net_ratelimit())
    > + netif_warn(priv, hw, net_dev, "FD status = 0x%08x\n",
    > + fd_status & FM_FD_STAT_RX_ERRORS);
    > +
    > + percpu_stats->rx_errors++;
    > + goto _release_frame;
    > + }

    I cannot find any detailed error accounting(maybe I am not looking hard enough) but I
    would appreciate if both TX and RX errors where better accounted(rx_length_errors, rx_frame_errors,
    rx_crc_errors, rx_fifo_errors etc.). This has helped me many times in the past diagnosing
    board HW problems.

    Jocke

    \
     
     \ /
      Last update: 2015-11-03 09:21    [W:7.057 / U:1.372 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site