Re: [PATCH net] nfp: ensure skb network header is set for packet redirect

2019-06-09 Thread David Miller
From: Jakub Kicinski Date: Sat, 8 Jun 2019 17:48:03 -0700 > From: John Hurley > > Packets received at the NFP driver may be redirected to egress of another > netdev (e.g. in the case of OvS internal ports). On the egress path, some > processes, like TC egress hooks, may expect the network head

[PATCH net] nfp: ensure skb network header is set for packet redirect

2019-06-08 Thread Jakub Kicinski
From: John Hurley Packets received at the NFP driver may be redirected to egress of another netdev (e.g. in the case of OvS internal ports). On the egress path, some processes, like TC egress hooks, may expect the network header offset field in the skb to be correctly set. If this is not the case