login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
October
»
4
Re: [PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix sockets
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alban Crequy
Subject:
Re: [PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix sockets
Date: Monday, October 4, 2010 - 11:47 am
Le Mon, 04 Oct 2010 20:09:49 +0200, Eric Dumazet <eric.dumazet@gmail.com> a écrit :
quoted text
> Le lundi 04 octobre 2010 à 19:01 +0100, Alban Crequy a écrit : > > Userspace applications can already request to receive timestamps > > with: setsockopt(sockfd, SOL_SOCKET, SO_TIMESTAMP, ...) > > > > Although setsockopt() returns zero (success), timestamps are not > > added to the ancillary data. This patch fixes that on SOCK_DGRAM > > and SOCK_SEQPACKET Unix sockets. > > > > Signed-off-by: Alban Crequy <alban.crequy@collabora.co.uk> > > --- > > net/unix/af_unix.c | 3 +++ > > 1 files changed, 3 insertions(+), 0 deletions(-) > > > > diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c > > index 617bea4..bca0c1e 100644 > > --- a/net/unix/af_unix.c > > +++ b/net/unix/af_unix.c > > @@ -1697,6 +1697,9 @@ static int unix_dgram_recvmsg(struct kiocb > > *iocb, struct socket *sock, if (err) > > goto out_free; > > > > + if (sock_flag(sk, SOCK_RCVTSTAMP)) > > + __sock_recv_timestamp(msg, sk, skb); > > + > > if (!siocb->scm) { > > siocb->scm = &tmp_scm; > > memset(&tmp_scm, 0, sizeof(tmp_scm)); > > Hmm, but how is set skb->tstamp ? > > I think its zero at this point, so __sock_recv_timestamp() use current > time, not time of send(). > > gettimeofday() might be better/cheaper :)
You're right, I just tested it and it was the time of reception. Thanks for the review. --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS ...
, Alban Crequy
, (Mon Oct 4, 8:38 am)
Re: [PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAM ...
, Eric Dumazet
, (Mon Oct 4, 9:41 am)
Re: [PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAM ...
, Alban Crequy
, (Mon Oct 4, 11:00 am)
[PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS ...
, Alban Crequy
, (Mon Oct 4, 11:01 am)
Re: [PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAM ...
, Eric Dumazet
, (Mon Oct 4, 11:09 am)
Re: [PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAM ...
, Alban Crequy
, (Mon Oct 4, 11:47 am)
[PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS ...
, Alban Crequy
, (Mon Oct 4, 11:48 am)
Re: [PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAM ...
, Eric Dumazet
, (Mon Oct 4, 12:20 pm)
Re: [PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAM ...
, David Miller
, (Tue Oct 5, 2:55 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client
linux-netdev
:
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
David Daney
[PATCH 5/7] Staging: Octeon Ethernet: Convert to NAPI.
Wolfgang Grandegger
[PATCH net-next v4 1/3] can: mscan: fix improper return if dlc < 8 in start_xmi...
Amit Kumar Salecha
[PATCHv3 NEXT 2/2] NET: Add Qlogic ethernet driver for CNA devices
openbsd-misc
:
Theo de Raadt
Re: Old IPSEC bug
Tomáš Bodžár
Problem with vpnc connection - check group password !
Insan Praja SW
Mandoc Compiling Error
Carl Roberso
Re: Cannot change MTU of carp interface?
Richard Daemon
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate