[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20141007.132244.460509534988004588.davem@davemloft.net>
Date: Tue, 07 Oct 2014 13:22:44 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: netdev@...r.kernel.org, ja@....bg
Subject: Re: [PATCH v2 net-next] net: better IFF_XMIT_DST_RELEASE support
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Mon, 06 Oct 2014 15:05:26 -0700
> We have a loop over team/bonding members, where we do :
>
> dst_release_flag &= slave->dev->priv_flags;
>
> So at the end of the loop, we check if any one of the member had one of
> the bit cleared.
>
> if dst_release_flags has both bits set, then we are set and we allow the
> IFF_XMIT_DST_RELEASE being set on the master.
Oh I see, I mis-read the patch thinking dst_release_flags was a new variable
when in fact it's an existing one.
Patch applied, thanks Eric.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists