Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7262874ybi; Mon, 8 Jul 2019 18:09:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqwgNy755tM2mQcBqEpSQA+pb3cnpZvvz1bDqpwxFZmY0doOUhKduPoyNWPPeP07yUEBs/qv X-Received: by 2002:a17:90b:8d8:: with SMTP id ds24mr28905572pjb.135.1562634584146; Mon, 08 Jul 2019 18:09:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562634584; cv=none; d=google.com; s=arc-20160816; b=gakJZwU0ZnPxj06yxfA1WSrh42opz0del1ByOCLa4duT2yM1QV1jJjb/ZRKccwV2LO 04k1bQsVSFnAa75qvH8+fg13BbPDHlpKwXCuo+McSKeXlUc1OengU1Axqq+dw/nWg6Bp HInjcOoCZb8HB/6gamrE/pSlwJhho9sEGgYAeJdWLW7Yr8OqbuAOTOEguWbPLFzcMiaj adM4K+oAMaLCweVroIGh78y07N+lEgYbljkLsN1mhy5eOp2knvncZRCWXgIufXkZB2Ef 6r4a1YSwE6HTSrQ4gEhQZB9AaNVzy0KeEL9P8jLfh75MT5dksW8qiJ07Y4WcVMs8Fcva zjVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=UAZB22l6VzNLdjNb4MFFoWnRkSXkYNG2u3xamn4kfXE=; b=P1xTEvA7/JgbpqvBI2nKh6d5gFFkx1OQ3pTfNDtId6mR5iRSKvlDHe48lxCkLNIVis QwDFBdumCrAVfD7eb4rYNpAHQey0bspx8+rkNhkyuypD7bauSXg53Reh61G2hgN6tvWN DAEJ21ZYQEz4gBy/7lT3z3f0OODfmi5WnO+KT/j5igi1N3nAh+lCbNBsBbLCBK3m7Gal KrbfLfy2XftiWrYkCrkipo/upA/HjLOZaVCgSdpG8XqAEW5vJrrybLpN2vfM0AxQyPTw kuJNpbjMdw3OXZ2V6HHb8vzAriAgesSRbT4+1MC0KOB44duFWnTZ3CT0QUpuWgYSeDqH dP6g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j1si20403104pfr.52.2019.07.08.18.09.28; Mon, 08 Jul 2019 18:09:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726428AbfGIBHc (ORCPT + 99 others); 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: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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