Re: [PATCH v4] net: tcp: fix rx timestamp behavior for tcp_recvmsg

2020-05-08 Thread Jakub Kicinski
On Fri, 8 May 2020 19:58:46 + Kelly Littlepage wrote: > From: Kelly Littlepage > > The stated intent of the original commit is to is to "return the timestamp > corresponding to the highest sequence number data returned." The current > implementation returns the timestamp for the last byte of

[PATCH v4] net: tcp: fix rx timestamp behavior for tcp_recvmsg

2020-05-08 Thread Kelly Littlepage
From: Kelly Littlepage The stated intent of the original commit is to is to "return the timestamp corresponding to the highest sequence number data returned." The current implementation returns the timestamp for the last byte of the last fully read skb, which is not necessarily the last byte in t