Re: [PATCH net 1/2] net: refactor bind_bucket fastreuse into helper

2020-08-06 Thread Matthieu Baerts
Hi Tim, Thank you for having sent the patch! On 06/08/2020 08:41, Tim Froidcoeur wrote: Refactor the fastreuse update code in inet_csk_get_port into a small helper function that can be called from other places. (...) diff --git a/net/ipv4/inet_connection_sock.c b/net/ipv4/inet_connection_so

[PATCH net 1/2] net: refactor bind_bucket fastreuse into helper

2020-08-05 Thread Tim Froidcoeur
Refactor the fastreuse update code in inet_csk_get_port into a small helper function that can be called from other places. Acked-by: Matthieu Baerts Signed-off-by: Tim Froidcoeur --- include/net/inet_connection_sock.h | 4 ++ net/ipv4/inet_connection_sock.c| 99