Message ID | 20210612123224.12525-1-kuniyu@amazon.co.jp (mailing list archive) |
---|---|
Headers | show |
Series | Socket migration for SO_REUSEPORT. | expand |
On Sat, Jun 12, 2021 at 2:32 PM Kuniyuki Iwashima <kuniyu@amazon.co.jp> wrote: > > > > Changelog: > v8: > * Make reuse const in reuseport_sock_index() > * Don't use __reuseport_add_sock() in reuseport_alloc() > * Change the arg of the second memcpy() in reuseport_grow() > * Fix coding style to use goto in reuseport_alloc() > * Keep sk_refcnt uninitialized in inet_reqsk_clone() > * Initialize ireq_opt and ipv6_opt separately in reqsk_migrate_reset() > > [ This series does not include a stats patch suggested by Yuchung Cheng > not to drop Acked-by/Reviewed-by tags and save reviewer's time. I will > post the patch as a follow up after this series is merged. ] > For the whole series. Reviewed-by: Eric Dumazet <edumazet@google.com>
From: Eric Dumazet <edumazet@google.com> Date: Tue, 15 Jun 2021 17:35:10 +0200 > On Sat, Jun 12, 2021 at 2:32 PM Kuniyuki Iwashima <kuniyu@amazon.co.jp> wrote: > > > > > > > > > Changelog: > > v8: > > * Make reuse const in reuseport_sock_index() > > * Don't use __reuseport_add_sock() in reuseport_alloc() > > * Change the arg of the second memcpy() in reuseport_grow() > > * Fix coding style to use goto in reuseport_alloc() > > * Keep sk_refcnt uninitialized in inet_reqsk_clone() > > * Initialize ireq_opt and ipv6_opt separately in reqsk_migrate_reset() > > > > [ This series does not include a stats patch suggested by Yuchung Cheng > > not to drop Acked-by/Reviewed-by tags and save reviewer's time. I will > > post the patch as a follow up after this series is merged. ] > > > > For the whole series. > > Reviewed-by: Eric Dumazet <edumazet@google.com> I greatly appreciate your review. Thank you!!
On 6/15/21 6:03 PM, Kuniyuki Iwashima wrote: > From: Eric Dumazet <edumazet@google.com> > Date: Tue, 15 Jun 2021 17:35:10 +0200 >> On Sat, Jun 12, 2021 at 2:32 PM Kuniyuki Iwashima <kuniyu@amazon.co.jp> wrote: >>> >>> Changelog: >>> v8: >>> * Make reuse const in reuseport_sock_index() >>> * Don't use __reuseport_add_sock() in reuseport_alloc() >>> * Change the arg of the second memcpy() in reuseport_grow() >>> * Fix coding style to use goto in reuseport_alloc() >>> * Keep sk_refcnt uninitialized in inet_reqsk_clone() >>> * Initialize ireq_opt and ipv6_opt separately in reqsk_migrate_reset() >>> >>> [ This series does not include a stats patch suggested by Yuchung Cheng >>> not to drop Acked-by/Reviewed-by tags and save reviewer's time. I will >>> post the patch as a follow up after this series is merged. ] >> >> For the whole series. >> >> Reviewed-by: Eric Dumazet <edumazet@google.com> > > I greatly appreciate your review. +1, applied, thanks everyone!