From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] NET : Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution Date: Thu, 08 Mar 2007 17:28:47 +0100 Message-ID: <45F039BF.3070309@trash.net> References: <45E5570E.7050301@free.fr> <45E6F744.8070106@linux-foundation.org> <200703021538.41284.dada1@cosmosbay.com> <200703081517.57539.dada1@cosmosbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: David Miller , Stephen Hemminger , netdev@vger.kernel.org To: Eric Dumazet Return-path: Received: from stinky.trash.net ([213.144.137.162]:61897 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752485AbXCHQ2v (ORCPT ); Thu, 8 Mar 2007 11:28:51 -0500 In-Reply-To: <200703081517.57539.dada1@cosmosbay.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Eric Dumazet wrote: > --- a/include/asm-mips/sockios.h > +++ b/include/asm-mips/sockios.h > @@ -20,6 +20,7 @@ #define SIOCATMARK _IOR('s', 7, int) > #define SIOCSPGRP _IOW('s', 8, pid_t) > #define SIOCGPGRP _IOR('s', 9, pid_t) > > -#define SIOCGSTAMP 0x8906 /* Get stamp - linux-specific */ > +#define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ > +#define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ You might want to CC linux-arch or the architecture maintainers. Last time I changed something in this area I got complaints because it affected syscall emulation for non-Linux binaries or something like that.