Re: [uml-devel] [PATCH] net: fixup tx time stamping for uml vde driver.

2012-12-06 Thread Richard Cochran
On Wed, Dec 05, 2012 at 03:20:53PM +0100, Paul Chavent wrote: > Call skb_tx_timestamp after write completion. > > Signed-off-by: Paul Chavent The subject line would better describe the changes if it would read, "enable tx time stamping in the uml vde driver." Can you please also add support for

[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

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

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