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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CAF7BC4332F for ; Wed, 21 Dec 2022 02:04:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234179AbiLUCEw (ORCPT ); Tue, 20 Dec 2022 21:04:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229696AbiLUCEv (ORCPT ); Tue, 20 Dec 2022 21:04:51 -0500 Received: from smtpbguseast1.qq.com (smtpbguseast1.qq.com [54.204.34.129]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A31F1DDF3 for ; Tue, 20 Dec 2022 18:04:48 -0800 (PST) X-QQ-mid: Yeas3t1671588261t623t08474 Received: from 7082A6556EBF4E69829842272A565F7C (jiawenwu@trustnetic.com [183.129.236.74]) X-QQ-SSF: 00400000000000F0FK8000000000000 From: =?utf-8?b?Smlhd2VuIFd1?= To: "'Andrew Lunn'" Cc: , References: <20221213063543.2408987-1-jiawenwu@trustnetic.com> In-Reply-To: Subject: RE: [PATCH net-next] net: wangxun: Adjust code structure Date: Wed, 21 Dec 2022 10:04:20 +0800 Message-ID: <005401d914e0$8a455650$9ed002f0$@trustnetic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHeeeY3/zUksUCiGmKjPhlKQULJegHrn96erl1uGVA= Content-Language: zh-cn X-QQ-SENDSIZE: 520 Feedback-ID: Yeas:trustnetic.com:qybglogicsvr:qybglogicsvr5 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wednesday, December 21, 2022 6:56 AM, Andrew Lunn wrote: > On Tue, Dec 13, 2022 at 02:35:43PM +0800, Jiawen Wu wrote: > > From: Mengyuan Lou > > > > Remove useless structs 'txgbe_hw' and 'ngbe_hw' make the codes clear. > > And move the same codes which sets MAC address between txgbe and ngbe > > to libwx. > > So this patch appears to do three things. So ideally it should be three patches. I will then but much easier > to review. > > Andrew > I have sent the v2 patch set. Please see https://lore.kernel.org/all/20221214064133.2424570-1-jiawenwu@trustnetic.com/ Patch set v3 will be sent for "net-next" prefix and more comments, if any, after 6.2-rc1.