[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161107.203846.734910693756417486.davem@davemloft.net>
Date: Mon, 07 Nov 2016 20:38:46 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: rafalo@...ence.com
Cc: nicolas.ferre@...el.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v3] cadence: Add LSO support.
From: Rafal Ozieblo <rafalo@...ence.com>
Date: Fri, 4 Nov 2016 11:40:18 +0000
> + if (IPPROTO_UDP == (((struct iphdr *)skb_network_header(skb))->protocol))
This is simply "ip_hdr(skb)->protocol", please use it everywhere you
have this ugly cast thing in this change.
Thanks.
Powered by blists - more mailing lists