Re: [PATCH net-next] Revert "ipv6: Initial skb->dev and skb->protocol in ip6_output"

2017-06-10 Thread Chenbo Feng
On 06/10/2017 07:55 AM, Eric Dumazet wrote: On Fri, 2017-06-09 at 12:56 -0700, Chenbo Feng wrote: From: Chenbo Feng This reverts commit 97a7a37a7b7b("ipv6: Initial skb->dev and skb->protocol in ip6_output") since it does not handles the skb->dev assignment inside ip6_fragment() code path pro

Re: [PATCH net-next] Revert "ipv6: Initial skb->dev and skb->protocol in ip6_output"

2017-06-10 Thread Eric Dumazet
On Fri, 2017-06-09 at 12:56 -0700, Chenbo Feng wrote: > From: Chenbo Feng > > This reverts commit 97a7a37a7b7b("ipv6: Initial skb->dev and > skb->protocol in ip6_output") since it does not handles the > skb->dev assignment inside ip6_fragment() code path properly. > Need to rework and upload agai

[PATCH net-next] Revert "ipv6: Initial skb->dev and skb->protocol in ip6_output"

2017-06-09 Thread Chenbo Feng
From: Chenbo Feng This reverts commit 97a7a37a7b7b("ipv6: Initial skb->dev and skb->protocol in ip6_output") since it does not handles the skb->dev assignment inside ip6_fragment() code path properly. Need to rework and upload again Fixes: 97a7a37a7b7b("ipv6: Initial skb->dev and skb->protocol i