Re: [PATCH net] net: clear skb->tstamp in bridge forwarding path

2019-01-11 Thread David Miller
From: Paolo Abeni Date: Tue, 8 Jan 2019 18:45:05 +0100 > Matteo reported forwarding issues inside the linux bridge, > if the enslaved interfaces use the fq qdisc. > > Similar to commit 8203e2d844d3 ("net: clear skb->tstamp in > forwarding paths"), we need to clear the tstamp field in > the brid

Re: [PATCH net] net: clear skb->tstamp in bridge forwarding path

2019-01-11 Thread Eric Dumazet
On 01/08/2019 09:45 AM, Paolo Abeni wrote: > Matteo reported forwarding issues inside the linux bridge, > if the enslaved interfaces use the fq qdisc. > > Similar to commit 8203e2d844d3 ("net: clear skb->tstamp in > forwarding paths"), we need to clear the tstamp field in > the bridge forwardin

Re: [PATCH net] net: clear skb->tstamp in bridge forwarding path

2019-01-10 Thread Roopa Prabhu
On Tue, Jan 8, 2019 at 9:45 AM Paolo Abeni wrote: > > Matteo reported forwarding issues inside the linux bridge, > if the enslaved interfaces use the fq qdisc. > > Similar to commit 8203e2d844d3 ("net: clear skb->tstamp in > forwarding paths"), we need to clear the tstamp field in > the bridge for

Re: [PATCH net] net: clear skb->tstamp in bridge forwarding path

2019-01-10 Thread Nikolay Aleksandrov
On 08/01/2019 19:45, Paolo Abeni wrote: > Matteo reported forwarding issues inside the linux bridge, > if the enslaved interfaces use the fq qdisc. > > Similar to commit 8203e2d844d3 ("net: clear skb->tstamp in > forwarding paths"), we need to clear the tstamp field in > the bridge forwarding path

[PATCH net] net: clear skb->tstamp in bridge forwarding path

2019-01-08 Thread Paolo Abeni
Matteo reported forwarding issues inside the linux bridge, if the enslaved interfaces use the fq qdisc. Similar to commit 8203e2d844d3 ("net: clear skb->tstamp in forwarding paths"), we need to clear the tstamp field in the bridge forwarding path. Fixes: 80b14dee2bea ("net: Add a new socket optio