[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160927.094441.1957543068015677016.davem@davemloft.net>
Date: Tue, 27 Sep 2016 09:44:41 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: daniel@...earbox.net
Cc: shmulik.ladkani@...ellosystems.com, jhs@...atatu.com,
xiyou.wangcong@...il.com, edumazet@...gle.com,
netdev@...r.kernel.org, shmulik.ladkani@...il.com
Subject: Re: [PATCH net-next 4/4] net/sched: act_mirred: Implement ingress
actions
From: Daniel Borkmann <daniel@...earbox.net>
Date: Tue, 27 Sep 2016 12:39:34 +0200
> Any reason why dev_forward_skb() is not preferred over direct
> netif_receive_skb() you're using? It would, for example, implicitly
> assure that pkt_type is always PACKET_HOST, etc.
dev_forward_skb() will pull the ethernet header.
And since a direct call to netif_receive_skb() will not, one of these
two choices won't work properly.
Powered by blists - more mailing lists