All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] add userspace API headfile for net hardware time-stamp to kbuild
@ 2009-11-12  9:59 Barry Song
  2009-11-12 15:16 ` Patrick Ohly
  0 siblings, 1 reply; 2+ messages in thread
From: Barry Song @ 2009-11-12  9:59 UTC (permalink / raw)
  To: sam; +Cc: linux-kbuild, uclinux-dist-devel, Jie Zhang, Barry Song, Patrick Ohly

From: Jie Zhang <jie.zhang@analog.com>

include/linux/net_tstamp.h is userspace API for hardware time stamping
of network packets. It should be exported to userspace.

Signed-off-by: Jie Zhang <jie.zhang@analog.com>
Signed-off-by: Barry Song <barry.song@analog.com>
cc: Patrick Ohly <patrick.ohly@gmx.de>
---
 -v2 cc to the right man

 include/linux/Kbuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 1feed71..f7508b0 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -118,6 +118,7 @@ header-y += mtio.h
 header-y += ncp_no.h
 header-y += neighbour.h
 header-y += net_dropmon.h
+header-y += net_tstamp.h
 header-y += netfilter_arp.h
 header-y += netrom.h
 header-y += nfs2.h
-- 
1.5.6.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] add userspace API headfile for net hardware time-stamp to kbuild
  2009-11-12  9:59 [PATCH v2] add userspace API headfile for net hardware time-stamp to kbuild Barry Song
@ 2009-11-12 15:16 ` Patrick Ohly
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Ohly @ 2009-11-12 15:16 UTC (permalink / raw)
  To: Barry Song; +Cc: sam, linux-kbuild, uclinux-dist-devel, Jie Zhang, Barry Song

On Thu, 2009-11-12 at 17:59 +0800, Barry Song wrote:
> From: Jie Zhang <jie.zhang@analog.com>
> 
> include/linux/net_tstamp.h is userspace API for hardware time stamping
> of network packets. It should be exported to userspace.
> 
> Signed-off-by: Jie Zhang <jie.zhang@analog.com>
> Signed-off-by: Barry Song <barry.song@analog.com>
> cc: Patrick Ohly <patrick.ohly@gmx.de>

Looks right to me. Not exporting it was oversight. Thanks for pointing
this out.

Signed-off-by: Patrick Ohly <patrick.ohly@gmx.de>

-- 
Bye, Patrick Ohly
--  
Patrick.Ohly@gmx.de
http://www.estamos.de/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-12 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-12  9:59 [PATCH v2] add userspace API headfile for net hardware time-stamp to kbuild Barry Song
2009-11-12 15:16 ` Patrick Ohly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.