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

2021-02-09 Thread Taehee Yoo
On Tue, 9 Feb 2021 at 14:31, Cong Wang wrote: > > On Mon, Feb 8, 2021 at 6:17 PM Taehee Yoo wrote: > > You're right, this patchset contains many unnecessary changes. > > So I will send a v2 patch, which contains only the necessary changes. > > And target branch will be 'net', not 'net-next'. > >

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

2021-02-08 Thread Cong Wang
On Mon, Feb 8, 2021 at 6:17 PM Taehee Yoo wrote: > You're right, this patchset contains many unnecessary changes. > So I will send a v2 patch, which contains only the necessary changes. > And target branch will be 'net', not 'net-next'. Just to be clear: this is up to you. I am not suggesting the

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

2021-02-08 Thread Taehee Yoo
On Tue, 9 Feb 2021 at 10:50, Cong Wang wrote: > Hi Cong! Thank you for your review. > On Mon, Feb 8, 2021 at 9:50 AM Taehee Yoo wrote: > > > > This patchset changes context of MLD module. > > Before this patch, MLD functions are atomic context so it couldn't use > > sleepable functions and flag

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

2021-02-08 Thread Cong Wang
On Mon, Feb 8, 2021 at 9:50 AM Taehee Yoo wrote: > > This patchset changes context of MLD module. > Before this patch, MLD functions are atomic context so it couldn't use > sleepable functions and flags. > This patchset also contains other refactoring patches, which is to use > list macro, etc. >

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

2021-02-08 Thread Taehee Yoo
This patchset changes context of MLD module. Before this patch, MLD functions are atomic context so it couldn't use sleepable functions and flags. This patchset also contains other refactoring patches, which is to use list macro, etc. 1~3 and 5~7 are refactoring patches and 4 and 8 patches actuall