[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130722.145445.571586476649309482.davem@davemloft.net>
Date: Mon, 22 Jul 2013 14:54:45 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: nicolas.dichtel@...nd.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] skbuff: ensure to reset dev in skb_scrub_packet()
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
Date: Fri, 19 Jul 2013 16:41:31 +0200
> Because this function is used to scrub a packet when it cross netns, we must
> ensure that skb->dev points to the new netns.
>
> This was done by eth_type_trans() in dev_forward_skb(), but it's also needed
> for ip tunnels.
>
> I take the opportunity to move the call of skb_scrub_packet() after
> eth_type_trans(), to be sure that pkt_type is set to PACKET_HOST.
>
> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@...nd.com>
Like others I do not like this change at all.
Every write into the SKB is costly at high packet rates, so writing
the device pointer multiple times unnecessarily can't be done.
The device does get set properly in all cases, the netns change is
not violated, so there is nothing wrong with the current code.
--
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