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=-2.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 7C529C76195 for ; Fri, 19 Jul 2019 08:49:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5574A2080D for ; Fri, 19 Jul 2019 08:49:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="BHzE0ERn" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727280AbfGSItS (ORCPT ); Fri, 19 Jul 2019 04:49:18 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:18036 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725798AbfGSItR (ORCPT ); Fri, 19 Jul 2019 04:49:17 -0400 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqemgate15.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Fri, 19 Jul 2019 01:49:23 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Fri, 19 Jul 2019 01:49:16 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Fri, 19 Jul 2019 01:49:16 -0700 Received: from [10.26.11.13] (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Fri, 19 Jul 2019 08:49:13 +0000 Subject: Re: [PATCH net-next 3/3] net: stmmac: Introducing support for Page Pool To: Jose Abreu , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-stm32@st-md-mailman.stormreply.com" , "linux-arm-kernel@lists.infradead.org" CC: Joao Pinto , "David S . Miller" , Giuseppe Cavallaro , Alexandre Torgue , Maxime Coquelin , Maxime Ripard , Chen-Yu Tsai , linux-tegra References: <1b254bb7fc6044c5e6e2fdd9e00088d1d13a808b.1562149883.git.joabreu@synopsys.com> <29dcc161-f7c8-026e-c3cc-5adb04df128c@nvidia.com> <6a6bac84-1d29-2740-1636-d3adb26b6bcc@nvidia.com> From: Jon Hunter Message-ID: <4db855e4-1d59-d30b-154c-e7a2aa1c9047@nvidia.com> Date: Fri, 19 Jul 2019 09:49:10 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL101.nvidia.com (172.20.187.10) To HQMAIL107.nvidia.com (172.20.187.13) Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1563526163; bh=1rtA4koPsM5DyIuq49Z5hIDoo4v0wuju2f0uobkbFvs=; h=X-PGP-Universal:Subject:To:CC:References:From:Message-ID:Date: User-Agent:MIME-Version:In-Reply-To:X-Originating-IP: X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=BHzE0ERn/0Y8becA0P2z+EgCDdV6U/P7zo9He50UJBKNObq0HGDHD3W1fGVK7fNm+ WSgPua+CSW3KUXqf7xrtlQtPI+bhvPe5Y6vcUsR+c7nAyPjzfd4T5taqVxZ4ybcj0Z DaiLnRvb8RI4Dc5dIAp5TjNbCDE5v4G7l1CZ+n1Wwglkc0VByQREHvr58+aH4FsRqD bRVoiYFLiBKs4vPfnD7gjg333oZKM7ZAbaJpiSubZZVCsYPg2Y87C3dn9DEzDFf6pN OP1/NqSo7zVMkpsG01v/5zL6Us/KWBjByqdIZN0uLNjzS8yaAHMmO9Vvs3HciYT1fD f8e+jY0MFOH7w== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19/07/2019 09:44, Jose Abreu wrote: > From: Jon Hunter > Date: Jul/19/2019, 09:37:49 (UTC+00:00) > >> >> On 19/07/2019 08:51, Jose Abreu wrote: >>> From: Jon Hunter >>> Date: Jul/18/2019, 10:16:20 (UTC+00:00) >>> >>>> Have you tried using NFS on a board with this ethernet controller? >>> >>> I'm having some issues setting up the NFS server in order to replicate >>> so this may take some time. >> >> If that's the case, we may wish to consider reverting this for now as it >> is preventing our board from booting. Appears to revert cleanly on top >> of mainline. >> >>> Are you able to add some debug in stmmac_init_rx_buffers() to see what's >>> the buffer address ? >> >> If you have a debug patch you would like me to apply and test with I >> can. However, it is best you prepare the patch as maybe I will not dump >> the appropriate addresses. >> >> Cheers >> Jon >> >> -- >> nvpublic > > Send me full boot log please. Please see: https://paste.debian.net/1092277/ Cheers Jon -- nvpublic