From: Sean Tranchetti <stran...@codeaurora.org> Date: Thu, 23 May 2019 13:36:17 -0600
> @@ -472,11 +472,15 @@ static inline struct sk_buff *udp_rcv_segment(struct > sock *sk, > struct sk_buff *skb, bool ipv4) > { > struct sk_buff *segs; > + netdev_features_t features = NETIF_F_SG; When you respin this based upon Paolo's feedback, please reverse christmas tree these local variables. Thank you.