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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 B5426C606D3 for ; Tue, 9 Jul 2019 01:07:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 983E421537 for ; Tue, 9 Jul 2019 01:07:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726322AbfGIBHc (ORCPT ); Mon, 8 Jul 2019 21:07:32 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:2243 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725886AbfGIBHb (ORCPT ); Mon, 8 Jul 2019 21:07:31 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 8F1A245A256F786BE060; Tue, 9 Jul 2019 09:07:28 +0800 (CST) Received: from [127.0.0.1] (10.65.87.206) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.439.0; Tue, 9 Jul 2019 09:07:19 +0800 Subject: Re: [PATCH] net: hisilicon: Add an tx_desc to adapt HI13X1_GMAC To: David Miller References: <1562307003-103516-1-git-send-email-xiaojiangfeng@huawei.com> <20190707.221805.2104668553072088371.davem@davemloft.net> <20190708.111833.1002341757593028886.davem@davemloft.net> CC: , , , , , , , , , , , From: Jiangfeng Xiao Message-ID: <89adc83e-c789-9c61-222b-23110778a873@huawei.com> Date: Tue, 9 Jul 2019 09:07:19 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20190708.111833.1002341757593028886.davem@davemloft.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.65.87.206] X-CFilter-Loop: Reflected Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 2019/7/9 2:18, David Miller wrote: > From: David Miller > Date: Sun, 07 Jul 2019 22:18:05 -0700 (PDT) > >> From: Jiangfeng Xiao >> Date: Fri, 5 Jul 2019 14:10:03 +0800 >> >>> HI13X1 changed the offsets and bitmaps for tx_desc >>> registers in the same peripheral device on different >>> models of the hip04_eth. >>> >>> Signed-off-by: Jiangfeng Xiao >> >> Applied. > > Actually I didn't apply this because I can't see that HI13X1_GMAC > kconfig knob anywhere in the tree at all. > Thank you for your guidance, I made a mistake, for which I am sincerely sorry for wasting your time. I will submit the correct one again. I will not make this low-level mistake again. Thanks, Jiangfeng Xiao