Re: [PATCH net 00/11] net: fix nested device bugs

2019-09-05 Thread Taehee Yoo
On Thu, 5 Sep 2019 at 03:58, Stephen Hemminger wrote: > > On Thu, 5 Sep 2019 03:38:28 +0900 > Taehee Yoo wrote: > > > This patchset fixes several bugs that are related to nesting > > device infrastructure. > > Current nesting infrastructure code doesn't limit the depth level of > > devices. nest

Re: [PATCH net 00/11] net: fix nested device bugs

2019-09-04 Thread Stephen Hemminger
On Thu, 5 Sep 2019 03:38:28 +0900 Taehee Yoo wrote: > This patchset fixes several bugs that are related to nesting > device infrastructure. > Current nesting infrastructure code doesn't limit the depth level of > devices. nested devices could be handled recursively. at that moment, > it needs hu