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'.
>
>
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
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
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.
>
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