Re: [PATCH net-next v2 0/7] mld: change context from atomic to sleepable

2021-02-14 Thread David Ahern
On 2/14/21 4:40 AM, Taehee Yoo wrote: > > > On 21. 2. 14. 오전 4:58, David Ahern wrote: >> your patches still show up as 8 individual emails. >> >> Did you use 'git send-email --thread --no-chain-reply-to' as Jakub >> suggested? Please read the git-send-email man page for what the >> options do. >>

Re: [PATCH net-next v2 0/7] mld: change context from atomic to sleepable

2021-02-14 Thread Taehee Yoo
On 21. 2. 14. 오전 4:58, David Ahern wrote: your patches still show up as 8 individual emails. Did you use 'git send-email --thread --no-chain-reply-to' as Jakub suggested? Please read the git-send-email man page for what the options do. I sent all patches individually with these options. gi

Re: [PATCH net-next v2 0/7] mld: change context from atomic to sleepable

2021-02-13 Thread David Ahern
your patches still show up as 8 individual emails. Did you use 'git send-email --thread --no-chain-reply-to' as Jakub suggested? Please read the git-send-email man page for what the options do.

[PATCH net-next v2 0/7] mld: change context from atomic to sleepable

2021-02-13 Thread Taehee Yoo
This patchset changes the context of MLD module. Before this patchset, MLD functions are atomic context so it couldn't use sleepable functions and flags. There are several reasons why MLD functions are under atomic context. 1. It uses timer API. Timer expiration functions are executed in the atomi