From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751900AbdJNUPS (ORCPT ); Sat, 14 Oct 2017 16:15:18 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:45446 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751565AbdJNUPR (ORCPT ); Sat, 14 Oct 2017 16:15:17 -0400 Date: Sat, 14 Oct 2017 22:15:11 +0200 From: Andrew Lunn To: Tristram.Ha@microchip.com Cc: Florian Fainelli , Pavel Machek , Ruediger Schmitt , muvarov@gmail.com, nathan.leigh.conrad@gmail.com, vivien.didelot@savoirfairelinux.com, UNGLinuxDriver@microchip.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 RFC 7/7] Modify tag_ksz.c so that tail tag code can be used by other KSZ switch drivers Message-ID: <20171014201511.GB24477@lunn.ch> References: <1507321985-15097-1-git-send-email-Tristram.Ha@microchip.com> <1507321985-15097-8-git-send-email-Tristram.Ha@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1507321985-15097-8-git-send-email-Tristram.Ha@microchip.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 06, 2017 at 01:33:05PM -0700, Tristram.Ha@microchip.com wrote: > From: Tristram Ha > > Modify tag_ksz.c so that tail tag code can be used by other KSZ switch > drivers. There is multiple things going on in this patch. Please split the special_mult_addr change into a separate patch, with an explanation why it is needed. Same for the PTP indication. It is always better to have lots of small patches, one logical change per patch. Andrew