[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140903155022.1896.59030.stgit@ahduyck-bv4.jf.intel.com>
Date: Wed, 03 Sep 2014 11:53:46 -0400
From: Alexander Duyck <alexander.h.duyck@...el.com>
To: netdev@...r.kernel.org
Cc: richardcochran@...il.com, davem@...emloft.net, willemb@...gle.com
Subject: [PATCH 0/2] Combine standard and phy timestamping logic
This change makes it so that the core path for the phy timestamping logic
is shared between skb_tx_tstamp and skb_complete_tx_timestamp. In addition
it provides a means of using the same skb clone type path in non phy
timestamping drivers.
The main motivation for this is to enable non-phy drivers to be able to
manipulate tx timestamp skbs for such things as putting them in lists or
setting aside buffer in the context block.
---
Alexander Duyck (2):
net-timestamp: Merge shared code between phy and regular timestamping
net-timestamp: Make the clone operation stand-alone from phy timestamping
include/linux/skbuff.h | 2 +
net/core/skbuff.c | 86 ++++++++++++++++++++++++++++++++++++-----------
net/core/timestamping.c | 43 ++----------------------
3 files changed, 70 insertions(+), 61 deletions(-)
--
--
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