Re: [PATCH v1 net-next 03/14] net: ipv4: Hook into time based transmission

2018-06-28 Thread Willem de Bruijn
On Wed, Jun 27, 2018 at 6:07 PM Jesus Sanchez-Palencia wrote: > > Add a transmit_time field to struct inet_cork, then copy the > timestamp from the CMSG cookie at ip_setup_cork() so we can > safely copy it into the skb later during __ip_make_skb(). > > For the raw fast path, just perform the copy

[PATCH v1 net-next 03/14] net: ipv4: Hook into time based transmission

2018-06-27 Thread Jesus Sanchez-Palencia
Add a transmit_time field to struct inet_cork, then copy the timestamp from the CMSG cookie at ip_setup_cork() so we can safely copy it into the skb later during __ip_make_skb(). For the raw fast path, just perform the copy at raw_send_hdrinc(). Signed-off-by: Richard Cochran Signed-off-by: