Re: [uml-devel] [PATCH] net : enable tx time stamping in the vde driver.

2012-12-06 Thread Richard Weinberger
Richard Cochran schrieb: >On Thu, Dec 06, 2012 at 04:25:05PM +0100, Paul Chavent wrote: >> This new version moves the skb_tx_timestamp in the main uml >> driver. This should avoid the need to call this function in each >> transport (vde, slirp, tuntap, ...). It also add support for ethtool >> g

Re: [uml-devel] [PATCH] net : enable tx time stamping in the vde driver.

2012-12-06 Thread Richard Cochran
On Thu, Dec 06, 2012 at 04:25:05PM +0100, Paul Chavent wrote: > This new version moves the skb_tx_timestamp in the main uml > driver. This should avoid the need to call this function in each > transport (vde, slirp, tuntap, ...). It also add support for ethtool > get_ts_info. > > Signed-off-by: Pa

[uml-devel] [PATCH] net : enable tx time stamping in the vde driver.

2012-12-06 Thread Paul Chavent
This new version moves the skb_tx_timestamp in the main uml driver. This should avoid the need to call this function in each transport (vde, slirp, tuntap, ...). It also add support for ethtool get_ts_info. Signed-off-by: Paul Chavent --- arch/um/drivers/net_kern.c | 2 ++ 1 file changed, 2 inse