On Fri, Jan 22, 2021 at 10:50 AM Jakub Kicinski <k...@kernel.org> wrote:
>
> On Thu, 21 Jan 2021 16:45:36 +0800 Xin Long wrote:
> > This patch is to rename csum_not_inet to csum_type, as later
> > more csum type would be introduced in the next patch.
> >
> > Signed-off-by: Xin Long <lucien....@gmail.com>
>
> drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:1073:11: error: ‘struct 
> sk_buff’ has no member named ‘csum_not_inet’; did you mean ‘csum_offset’?
>  1073 |  if (skb->csum_not_inet || skb_is_gso(skb) ||
>       |           ^~~~~~~~~~~~~
>       |           csum_offset
I will replace it with skb_csum_is_sctp(). Thanks.

Reply via email to