Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752696AbbKCJha (ORCPT ); Tue, 3 Nov 2015 04:37:30 -0500 Received: from mail-by2on0130.outbound.protection.outlook.com ([207.46.100.130]:19232 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751016AbbKCJhZ convert rfc822-to-8bit (ORCPT ); Tue, 3 Nov 2015 04:37:25 -0500 X-Greylist: delayed 61410 seconds by postgrey-1.27 at vger.kernel.org; Tue, 03 Nov 2015 04:37:25 EST From: Madalin-Cristian Bucur To: Joakim Tjernlund , "netdev@vger.kernel.org" CC: Scott Wood , "linux-kernel@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , "ppc@mindchasers.com" , Roy Pledge , Liberman Igal , "pebolle@tiscali.nl" , "joe@perches.com" , "davem@davemloft.net" Subject: RE: [net-next v4 2/8] dpaa_eth: add support for DPAA Ethernet Thread-Topic: [net-next v4 2/8] dpaa_eth: add support for DPAA Ethernet Thread-Index: AQHRFYxH+cy2rV2E7kS8BKip6D6VU56J7wyAgAAXsUA= Date: Tue, 3 Nov 2015 09:37:22 +0000 Message-ID: References: <1446485500-9782-1-git-send-email-madalin.bucur@freescale.com> <1446485500-9782-3-git-send-email-madalin.bucur@freescale.com> <1446537357.21216.49.camel@transmode.se> In-Reply-To: <1446537357.21216.49.camel@transmode.se> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=madalin.bucur@freescale.com; x-originating-ip: [192.88.166.1] x-microsoft-exchange-diagnostics: 1;BL2PR03MB500;5:3al+fvqFj7Fa93P7RBKpbPIwP7Ujo9W+swI1yF4W6ZXPYd2ed3G0LItWyvtq7l+rYoWqdcSfqFQ4BiNPaL2DI7w/Keg8pmIwFmnVoiaFm5CbJPjqlJKHonenOcssPgfnRFuH3c4zioF5XcEUyUgGlw==;24:H/bxE+OHgRfflCM5q989WH/BFaaF619z+3hHyHcSDK3Qv0rgKrkArOR4s1NNDGLTXkc+x2b0sJ03xJslgVMB09+UIIkw3YB95i/zJkyn5JI=;20:xJ/nyk5q5OZJYieLPSDSAT/7z++kFuKcxAZcLEUUEsJ+ZJ5bMQHOCCUe4oV4ftYzxJH8Wx5+NjTi1jC/3759fg== x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BL2PR03MB500; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(2401047)(8121501046)(520078)(5005006)(3002001)(10201501046);SRVR:BL2PR03MB500;BCL:0;PCL:0;RULEID:;SRVR:BL2PR03MB500; x-forefront-prvs: 0749DC2CE6 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(377424004)(199003)(13464003)(189002)(501624003)(24454002)(92566002)(86362001)(33656002)(19580405001)(66066001)(87936001)(5003600100002)(122556002)(19580395003)(81156007)(5002640100001)(97736004)(2900100001)(101416001)(40100003)(2501003)(50986999)(189998001)(74316001)(5008740100001)(77096005)(102836002)(105586002)(2950100001)(106356001)(99286002)(5004730100002)(5007970100001)(76576001)(11100500001)(76176999)(5001960100002)(5001770100001)(106116001)(10400500002)(54356999);DIR:OUT;SFP:1102;SCL:1;SRVR:BL2PR03MB500;H:BL2PR03MB545.namprd03.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-originalarrivaltime: 03 Nov 2015 09:37:22.6463 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-Transport-CrossTenantHeadersStamped: BL2PR03MB500 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1441 Lines: 38 > -----Original Message----- > From: Joakim Tjernlund [mailto:joakim.tjernlund@transmode.se] > > 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 Hi Jocke, There are some error counters exported through ethtool (used to be debugfs). FMan HW provides more debug information than we currently export, that will be improved in the future but given the current priority of having a codebase as small and reviewable as possible we had to drop some things from the initial submission. Madalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/