Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753316Ab3EMCM5 (ORCPT ); Sun, 12 May 2013 22:12:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24440 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751200Ab3EMCM4 (ORCPT ); Sun, 12 May 2013 22:12:56 -0400 Date: Mon, 13 May 2013 10:12:36 +0800 From: Dong Zhu To: Richard Cochran Cc: Sergei Shtylyov , Jeff Kirsher , Jesse Brandeburg , Bruce Allan , Carolyn Wyborny , Don Skidmore , Greg Rose , Peter P Waskiewicz Jr , Alex Duyck , John Ronciak , Tushar Dave , Matthew Vick , Jacob Keller , "Paul E. McKenney" , David Howells , Dave Jones , Thomas Gleixner , linux-kernel@vger.kernel.org, e1000-devel@lists.sourceforge.net, netdev@vger.kernel.org Subject: Re: [PATCH] igb: add a method to get the nic hw time stamping policy Message-ID: <20130513021236.GJ8399@zhudong.nay.redhat.com> References: <20130511140219.GG8399@zhudong.nay.redhat.com> <518E7723.5010003@cogentembedded.com> <20130512142555.GI8399@zhudong.nay.redhat.com> <20130512172446.GA2484@netboy> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130512172446.GA2484@netboy> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1133 Lines: 32 On Sun, May 12, 2013 at 07:24:46PM +0200, Richard Cochran wrote: > On Sun, May 12, 2013 at 10:25:55PM +0800, Dong Zhu wrote: > > Thanks for your pointing out my mistakes of CodingStyle. > > > > > > struct hwtstamp_config { > > > >+ int rw; > > > > My initial idea was that the type of rw should be enum like tx_type, but I am > > not sure whther it is necessary to define a new enum, if this patch could > > be accpeted I will ask someone about the rw. At that time I will change > > the type of rw to bool or define a new enum, then convert the if to > > switch if necessary. > > You cannot add any new field at all. That would break a userland ABI. > Thanks for your info Richard. Can I use the 'flags' which members of hwtstamp_config to judge the ioctl request instead ? If not could you plz give me a new way to resolve this issue ? Thanks a lot ! -- Best Regards, Dong Zhu -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/