From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH V2 net-next 00/10] Cleanups, minor additions & fixes for HNS3 driver Date: Sat, 29 Sep 2018 10:46:44 -0700 (PDT) Message-ID: <20180929.104644.1898007175155937602.davem@davemloft.net> References: <20180929145622.5448-1-salil.mehta@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: yisen.zhuang@huawei.com, lipeng321@huawei.com, mehta.salil@opnsrc.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com To: salil.mehta@huawei.com Return-path: In-Reply-To: <20180929145622.5448-1-salil.mehta@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Salil Mehta Date: Sat, 29 Sep 2018 15:56:12 +0100 > This patch-set contains cleans-ups, minor changes and fixes to the HNS3 driver. > > Change Summary: > v1->v2 > * Fixed Kbuild error due to missed patch in the current submission. > For now, replaced HNAE3_REVISION_ID_21 macro with 0x21 > * Fixed issues identified by Eric Dumazet and spelling mistakes by David Miller > Link: https://lkml.org/lkml/2018/9/28/842 > > Note: > Hi David, > From v1->v2 changes only exists in below patch > "net: hns3: Add serdes parallel inner loopback support" I already applied v1, so you have to send me a build fix for that broken patch. Nevermind, I'll do it myself, I can't have my tree broken like this for days. In the future, when I've applied your changes, they cannot be reverted. You must send me relative fixups to what is in my tree already. Thank you.