Re: [PATCH net-next v3 0/3] sctp: Introduce sctp_flush_ctx

2018-05-14 Thread David Miller
From: Marcelo Ricardo Leitner Date: Mon, 14 May 2018 14:35:17 -0300 > This struct will hold all the context used during the outq flush, so we > don't have to pass lots of pointers all around. > > Checked on x86_64, the compiler inlines all these functions and there is no > derreference added bec

[PATCH net-next v3 0/3] sctp: Introduce sctp_flush_ctx

2018-05-14 Thread Marcelo Ricardo Leitner
This struct will hold all the context used during the outq flush, so we don't have to pass lots of pointers all around. Checked on x86_64, the compiler inlines all these functions and there is no derreference added because of the struct. This patchset depends on 'sctp: refactor sctp_outq_flush'