Re: [PATCH net] add support of IFF_XMIT_DST_RELEASE bit in vlan

2017-11-04 Thread David Miller
From: Vadim Fedorenko Date: Thu, 2 Nov 2017 15:49:08 +0300 > Some time ago Eric Dumazet suggested a "hack the IFF_XMIT_DST_RELEASE > flag on the vlan netdev". But the last comment was "does not support > properly bonding/team.(If the real_dev->privflags IFF_XMIT_DST_RELEASE > bit changes, we want

Re: [PATCH net] add support of IFF_XMIT_DST_RELEASE bit in vlan

2017-11-02 Thread Eric Dumazet
On Fri, 2017-11-03 at 01:39 +0300, Vadim Fedorenko wrote: > Do you mean what happens with vlan device with real_dev is bonding ? > > With patches: > 1) A is added >bond_enslave() > bond_compute_features() > -> bond_dev IFF_XMIT_DST_RELEASE is not changed (set) >netde

Re: [PATCH net] add support of IFF_XMIT_DST_RELEASE bit in vlan

2017-11-02 Thread Vadim Fedorenko
On 02.11.2017 19:25, Eric Dumazet wrote: On Thu, 2017-11-02 at 17:47 +0300, Vadim Fedorenko wrote: On Thu, 2017-11-02 at 07:33 -7000, Eric Dumazet wrote: On Thu, 2017-11-02 at 15:49 +0300, Vadim Fedorenko wrote: Some time ago Eric Dumazet suggested a "hack the IFF_XMIT_DST_RELEASE flag on th

Re: [PATCH net] add support of IFF_XMIT_DST_RELEASE bit in vlan

2017-11-02 Thread Eric Dumazet
On Thu, 2017-11-02 at 17:47 +0300, Vadim Fedorenko wrote: > On Thu, 2017-11-02 at 07:33 -7000, Eric Dumazet wrote: > > On Thu, 2017-11-02 at 15:49 +0300, Vadim Fedorenko wrote: > >> Some time ago Eric Dumazet suggested a "hack the IFF_XMIT_DST_RELEASE > >> flag on the vlan netdev". But the last com

Re: [PATCH net] add support of IFF_XMIT_DST_RELEASE bit in vlan

2017-11-02 Thread Vadim Fedorenko
On Thu, 2017-11-02 at 07:33 -7000, Eric Dumazet wrote: > On Thu, 2017-11-02 at 15:49 +0300, Vadim Fedorenko wrote: >> Some time ago Eric Dumazet suggested a "hack the IFF_XMIT_DST_RELEASE >> flag on the vlan netdev". But the last comment was "does not support >> properly bonding/team.(If the real_d

Re: [PATCH net] add support of IFF_XMIT_DST_RELEASE bit in vlan

2017-11-02 Thread Eric Dumazet
On Thu, 2017-11-02 at 15:49 +0300, Vadim Fedorenko wrote: > Some time ago Eric Dumazet suggested a "hack the IFF_XMIT_DST_RELEASE > flag on the vlan netdev". But the last comment was "does not support > properly bonding/team.(If the real_dev->privflags IFF_XMIT_DST_RELEASE > bit changes, we want to

[PATCH net] add support of IFF_XMIT_DST_RELEASE bit in vlan

2017-11-02 Thread Vadim Fedorenko
Some time ago Eric Dumazet suggested a "hack the IFF_XMIT_DST_RELEASE flag on the vlan netdev". But the last comment was "does not support properly bonding/team.(If the real_dev->privflags IFF_XMIT_DST_RELEASE bit changes, we want to update all the vlans at the same time )" I've extended that patc