Re: [PATCH net-next v3] net-loopback: set lo dev initial state to UP

2021-02-09 Thread महेश बंडेवार
On Tue, Feb 9, 2021 at 11:06 AM Ido Schimmel wrote: > > On Tue, Feb 09, 2021 at 10:49:23AM -0800, Mahesh Bandewar (महेश बंडेवार) > wrote: > > On Tue, Feb 9, 2021 at 8:23 AM Jakub Kicinski wrote: > > > > > > On Tue, 9 Feb 2021 12:54:59 +0100 Petr Machata wrote: > > > > Jian Yang writes: > > > >

Re: [PATCH net-next v3] net-loopback: set lo dev initial state to UP

2021-02-09 Thread Jakub Kicinski
On Tue, 9 Feb 2021 11:18:05 -0800 Mahesh Bandewar (महेश बंडेवार) wrote: > On Tue, Feb 9, 2021 at 11:04 AM Jakub Kicinski wrote: > > On Tue, 9 Feb 2021 10:49:23 -0800 Mahesh Bandewar (महेश बंडेवार) wrote: > > > On Tue, Feb 9, 2021 at 8:23 AM Jakub Kicinski wrote: > > > > On Tue, 9 Feb 2021 12:

Re: [PATCH net-next v3] net-loopback: set lo dev initial state to UP

2021-02-09 Thread महेश बंडेवार
On Tue, Feb 9, 2021 at 11:04 AM Jakub Kicinski wrote: > > On Tue, 9 Feb 2021 10:49:23 -0800 Mahesh Bandewar (महेश बंडेवार) wrote: > > On Tue, Feb 9, 2021 at 8:23 AM Jakub Kicinski wrote: > > > On Tue, 9 Feb 2021 12:54:59 +0100 Petr Machata wrote: > > > > This will break user scripts, and it fact

Re: [PATCH net-next v3] net-loopback: set lo dev initial state to UP

2021-02-09 Thread Jakub Kicinski
On Tue, 9 Feb 2021 10:49:23 -0800 Mahesh Bandewar (महेश बंडेवार) wrote: > On Tue, Feb 9, 2021 at 8:23 AM Jakub Kicinski wrote: > > On Tue, 9 Feb 2021 12:54:59 +0100 Petr Machata wrote: > > > This will break user scripts, and it fact breaks kernel's very own > > > selftest. We currently have this

Re: [PATCH net-next v3] net-loopback: set lo dev initial state to UP

2021-02-09 Thread Ido Schimmel
On Tue, Feb 09, 2021 at 10:49:23AM -0800, Mahesh Bandewar (महेश बंडेवार) wrote: > On Tue, Feb 9, 2021 at 8:23 AM Jakub Kicinski wrote: > > > > On Tue, 9 Feb 2021 12:54:59 +0100 Petr Machata wrote: > > > Jian Yang writes: > > > > > > > From: Jian Yang > > > > > > > > Traditionally loopback device

Re: [PATCH net-next v3] net-loopback: set lo dev initial state to UP

2021-02-09 Thread महेश बंडेवार
On Tue, Feb 9, 2021 at 8:23 AM Jakub Kicinski wrote: > > On Tue, 9 Feb 2021 12:54:59 +0100 Petr Machata wrote: > > Jian Yang writes: > > > > > From: Jian Yang > > > > > > Traditionally loopback devices come up with initial state as DOWN for > > > any new network-namespace. This would mean that a

Re: [PATCH net-next v3] net-loopback: set lo dev initial state to UP

2021-02-09 Thread Petr Machata
Jakub Kicinski writes: > Thanks for the report, could you send a revert with this explanation? Sure.

Re: [PATCH net-next v3] net-loopback: set lo dev initial state to UP

2021-02-09 Thread Jakub Kicinski
On Tue, 9 Feb 2021 12:54:59 +0100 Petr Machata wrote: > Jian Yang writes: > > > From: Jian Yang > > > > Traditionally loopback devices come up with initial state as DOWN for > > any new network-namespace. This would mean that anyone needing this > > device would have to bring this UP by issuing

Re: [PATCH net-next v3] net-loopback: set lo dev initial state to UP

2021-02-09 Thread Petr Machata
Jian Yang writes: > From: Jian Yang > > Traditionally loopback devices come up with initial state as DOWN for > any new network-namespace. This would mean that anyone needing this > device would have to bring this UP by issuing something like 'ip link > set lo up'. This can be avoided if the i

Re: [PATCH net-next v3] net-loopback: set lo dev initial state to UP

2021-02-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 1 Feb 2021 15:34:45 -0800 you wrote: > From: Jian Yang > > Traditionally loopback devices come up with initial state as DOWN for > any new network-namespace. This would mean that anyone needing this > device woul