[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080620.221906.98088315.davem@davemloft.net>
Date: Fri, 20 Jun 2008 22:19:06 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: shemminger@...tta.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] tcp: /proc/net/tcp rto,ato values not scaled properly
From: Stephen Hemminger <shemminger@...tta.com>
Date: Fri, 20 Jun 2008 11:56:03 -0700
> I found another case where we are sending information to userspace
> in the wrong HZ scale. This should have been fixed back in 2.5 :-(
>
> This means an ABI change but as it stands there is no way for an application
> like ss to get the right value.
>
> Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
Please fix these warnings and resubmit:
net/ipv4/tcp_ipv4.c: In function 'get_tcp4_sock':
net/ipv4/tcp_ipv4.c:2311: warning: format '%u' expects type 'unsigned int', but argument 19 has type 'clock_t'
net/ipv4/tcp_ipv4.c:2311: warning: format '%u' expects type 'unsigned int', but argument 20 has type 'clock_t'
net/ipv6/tcp_ipv6.c: In function 'get_tcp6_sock':
net/ipv6/tcp_ipv6.c:2059: warning: format '%u' expects type 'unsigned int', but argument 25 has type 'clock_t'
net/ipv6/tcp_ipv6.c:2059: warning: format '%u' expects type 'unsigned int', but argument 26 has type 'clock_t'
Thanks!
--
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