Re: [PATCH net-next 1/2] mptcp: add last time fields in mptcp_info

2024-04-05 Thread Matthieu Baerts
Hi Eric, Thank you for the review! On 05/04/2024 15:29, Eric Dumazet wrote: > On Fri, Apr 5, 2024 at 3:06 PM Matthieu Baerts (NGI0) > wrote: >> >> From: Geliang Tang >> >> This patch adds "last time" fields last_data_sent, last_data_recv and >> last_ack_recv in struct mptcp_sock to record the l

Re: [PATCH net-next 1/2] mptcp: add last time fields in mptcp_info

2024-04-05 Thread Eric Dumazet
On Fri, Apr 5, 2024 at 3:06 PM Matthieu Baerts (NGI0) wrote: > > From: Geliang Tang > > This patch adds "last time" fields last_data_sent, last_data_recv and > last_ack_recv in struct mptcp_sock to record the last time data_sent, > data_recv and ack_recv happened. They all are initialized as > tc

[PATCH net-next 1/2] mptcp: add last time fields in mptcp_info

2024-04-05 Thread Matthieu Baerts (NGI0)
From: Geliang Tang This patch adds "last time" fields last_data_sent, last_data_recv and last_ack_recv in struct mptcp_sock to record the last time data_sent, data_recv and ack_recv happened. They all are initialized as tcp_jiffies32 in __mptcp_init_sock(), and updated as tcp_jiffies32 too when d