Re: [PATCH v2] bonding: fix PACKET_ORIGDEV regression

2019-02-21 Thread David Miller
From: Michal Soltys Date: Mon, 18 Feb 2019 17:55:28 +0100 > This patch fixes a subtle PACKET_ORIGDEV regression which was a side > effect of fixes introduced by: > > 6a9e461f6fe4 bonding: pass link-local packets to bonding master also. > > ... to: > > b89f04c61efe bonding: deliver link-local p

Re: [PATCH v2] bonding: fix PACKET_ORIGDEV regression

2019-02-19 Thread Maciej Żenczykowski
Signed-off-by: Maciej Żenczykowski It certainly seems like this should do the trick, but I do agree some sort of tests would be nice.

Re: [PATCH v2] bonding: fix PACKET_ORIGDEV regression

2019-02-18 Thread David Ahern
On 2/18/19 9:55 AM, Michal Soltys wrote: > This patch fixes a subtle PACKET_ORIGDEV regression which was a side > effect of fixes introduced by: > > 6a9e461f6fe4 bonding: pass link-local packets to bonding master also. > > ... to: > > b89f04c61efe bonding: deliver link-local packets with skb->de

[PATCH v2] bonding: fix PACKET_ORIGDEV regression

2019-02-18 Thread Michal Soltys
This patch fixes a subtle PACKET_ORIGDEV regression which was a side effect of fixes introduced by: 6a9e461f6fe4 bonding: pass link-local packets to bonding master also. ... to: b89f04c61efe bonding: deliver link-local packets with skb->dev set to link that packets arrived on While 6a9e461f6fe