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.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,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 12BDCC04AB3 for ; Wed, 29 May 2019 08:39:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DBC9A2081C for ; Wed, 29 May 2019 08:39:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726085AbfE2IjP convert rfc822-to-8bit (ORCPT ); Wed, 29 May 2019 04:39:15 -0400 Received: from mga09.intel.com ([134.134.136.24]:1548 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725917AbfE2IjO (ORCPT ); Wed, 29 May 2019 04:39:14 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2019 01:39:14 -0700 X-ExtLoop1: 1 Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by orsmga001.jf.intel.com with ESMTP; 29 May 2019 01:39:11 -0700 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.93]) by PGSMSX105.gar.corp.intel.com ([169.254.4.53]) with mapi id 14.03.0415.000; Wed, 29 May 2019 16:39:10 +0800 From: "Voon, Weifeng" To: Jose Abreu , "David S. Miller" , Maxime Coquelin CC: "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Giuseppe Cavallaro" , Andrew Lunn , "Florian Fainelli" , Alexandre Torgue , biao huang , "Ong, Boon Leong" , "Kweh, Hock Leong" Subject: RE: [PATCH net-next v3 0/5] net: stmmac: enable EHL SGMII Thread-Topic: [PATCH net-next v3 0/5] net: stmmac: enable EHL SGMII Thread-Index: AQHVFcTZLHl57v7lrUiIrmrnYDAoDqaBNN0AgACP6TA= Date: Wed, 29 May 2019 08:39:09 +0000 Message-ID: References: <1559125118-24324-1-git-send-email-weifeng.voon@intel.com> <78EB27739596EE489E55E81C33FEC33A0B932F7F@DE02WEMBXB.internal.synopsys.com> In-Reply-To: <78EB27739596EE489E55E81C33FEC33A0B932F7F@DE02WEMBXB.internal.synopsys.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [172.30.20.206] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Did you rebase this series against latest net-next tree ? > > Because you are missing MMC module in your HWIF table entry. This module > was recently added with the addition of selftests. No, the base is on last Thursday. Let me rebased on the latest net-next and submit for v4. Thanks, Weifeng > > Thanks, > Jose Miguel Abreu