From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: Re: [PATCH RFC net-next v1 0/9] ptp: dynamic pin control Date: Wed, 12 Mar 2014 15:22:48 +0100 Message-ID: <20140312142248.GA10256@netboy> References: <1394455974.2296.22.camel@e37108.spectralink.com> <20140310134227.GB19781@netboy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: =?iso-8859-1?B?U/hyZW5zZW4s?= , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, bhutchings@solarflare.com, davem@davemloft.net To: Christian Riesch Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, Mar 12, 2014 at 07:58:37AM +0100, Christian Riesch wrote: > >I did not change the n_per_out in this series, > > Why not? I think it would be a good idea to set both n_ext_ts and > n_per_out to the correct value right from the start (8, right?). > Christian Yes, it is a good idea, but it is a little extra work, especially testing it. Channels 0 and 1 must be programmed differently, IIRC. Right now, I am focusing on: 1. getting the new ioctl interface right 2. making it work for the phyter while keeping the module params. After that, as I said before: > >but once this basic > >support gets merged, then you will be able to increase n_per_out for > >the dp83640 with little extra effort. Thanks, Richard