[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140103.153352.166630160016412696.davem@davemloft.net>
Date: Fri, 03 Jan 2014 15:33:52 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: fw@...len.de
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] macvlan: fix oops with vlan-on-top and HW_VLAN_CTAG_TX
lowerdev
From: Florian Westphal <fw@...len.de>
Date: Fri, 3 Jan 2014 12:39:04 +0100
>> +static const struct header_ops vlan_passthru_header_ops = {
>> + .create = vlan_passthru_hard_header,
>> + .rebuild = dev_rebuild_header,
>
> Doesn't that result in infinite recursion when invoking
> dev_rebuild_header() on skb whose dev->header_ops is
> vlan_passthru_header_ops?
The skb->dev should be the real_dev at this point, no?
--
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