From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3580BC43381 for ; Mon, 18 Feb 2019 08:45:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0570321479 for ; Mon, 18 Feb 2019 08:45:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=synopsys.com header.i=@synopsys.com header.b="QvlCKASR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729341AbfBRIpL (ORCPT ); Mon, 18 Feb 2019 03:45:11 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:37754 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727423AbfBRIpL (ORCPT ); Mon, 18 Feb 2019 03:45:11 -0500 Received: from mailhost.synopsys.com (dc2-mailhost2.synopsys.com [10.12.135.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtprelay.synopsys.com (Postfix) with ESMTPS id 4AC5F24E000A; Mon, 18 Feb 2019 00:45:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1550479511; bh=UY+fLH1LUfv/h873LF+WGU+mOdE1GRA6H/eL10n7l4w=; h=Subject:From:To:CC:References:Date:In-Reply-To:From; b=QvlCKASRYuQytfuDolChY0dNiwMIAdesQyzF+iJmFBA9bmAsvEoeRxPyCXkMzwO+o 0V9IWLwZMh4Ek/mTH661ESHU9XH0Poc0pY22+bItY4BzLlvR+r+9kzVnkAZ6hz8UE1 Wic4/j7/Dl405n+XgsO0M7MSZttXpYnFvV5Okz1XvhOg6m37oZRoODJgPAmQ3G9r+e APLc6rNTOH8lneqpcbugjPgvXtpnk1byi7SHm/BE9v855MpFQUxhbAy1ZpjlNm7bAz Fzcz1SGRPyDT3/ktLj7Qgz/+lOdf6vm+apGV/Hvm1Xmna8pf4gMZl6iBK3QSQYiqDi IQCczPV8fFgig== Received: from US01WXQAHTC1.internal.synopsys.com (us01wxqahtc1.internal.synopsys.com [10.12.238.230]) (using TLSv1.2 with cipher AES128-SHA256 (128/128 bits)) (No client certificate requested) by mailhost.synopsys.com (Postfix) with ESMTPS id 00298A0096; Mon, 18 Feb 2019 08:45:08 +0000 (UTC) Received: from DE02WEHTCB.internal.synopsys.com (10.225.19.94) by US01WXQAHTC1.internal.synopsys.com (10.12.238.230) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 18 Feb 2019 00:45:08 -0800 Received: from DE02WEHTCA.internal.synopsys.com (10.225.19.92) by DE02WEHTCB.internal.synopsys.com (10.225.19.94) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 18 Feb 2019 09:45:06 +0100 Received: from [10.107.19.176] (10.107.19.176) by DE02WEHTCA.internal.synopsys.com (10.225.19.80) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 18 Feb 2019 09:45:06 +0100 Subject: Re: stmmac / meson8b-dwmac From: Jose Abreu To: Martin Blumenstingl , Jose Abreu CC: Simon Huelck , Emiliano Ingrassia , , , , References: <20190206103645.GA2482@ingrassia.epigenesys.com> <3001f244-8904-1e89-9595-62a65a7b32ae@gmx.de> <330a523a-c1d6-4a99-3287-459096af0330@synopsys.com> <2abbf79a-cdff-b6a7-42de-79ea2c6ab367@synopsys.com> Message-ID: Date: Mon, 18 Feb 2019 08:45:05 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <2abbf79a-cdff-b6a7-42de-79ea2c6ab367@synopsys.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.107.19.176] Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 2/18/2019 8:42 AM, Jose Abreu wrote: > On 2/17/2019 2:48 PM, Martin Blumenstingl wrote: >> Jose, is my command for disabling offloading correct? > > Yes, I think so. What about NIC statistics and logs ? ("ethtool > -S eth0", "dmesg | grep -i stmmac") And, "ifconfig eth0" after running the test. > > Thanks, > Jose Miguel Abreu >