[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45F03D9C.6050708@trash.net>
Date: Thu, 08 Mar 2007 17:45:16 +0100
From: Patrick McHardy <kaber@...sh.net>
To: Eric Dumazet <dada1@...mosbay.com>
CC: David Miller <davem@...emloft.net>,
Stephen Hemminger <shemminger@...ux-foundation.org>,
netdev@...r.kernel.org
Subject: Re: [PATCH] NET : Introduce SIOCGSTAMPNS ioctl to get timestamps
with nanosec resolution
Eric Dumazet wrote:
> On Thursday 08 March 2007 17:28, Patrick McHardy 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.
>
>
> I really dont see how this change could break syscall emulation for non-Linux
> binaries. SIOCGSTAMP{NS} is linux specific.
>
> Could you please give the context of your past problems ?
It was when I added the SO_SNDBUFFORCE/SO_RCVBUFFORCE setsockopt
options. IIRC the values I chose where already used differently
for non-Linux MIPS binaries.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists