[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7a8fe3ff-64ac-965e-fe12-40371107d513@lab.ntt.co.jp>
Date: Mon, 15 Apr 2019 18:48:03 +0900
From: Toshiaki Makita <makita.toshiaki@....ntt.co.jp>
To: Yuya Kusakabe <yuya.kusakabe@...il.com>
Cc: davem@...emloft.net, taketarou2@...il.com, netdev@...r.kernel.org,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Jakub Kicinski <jakub.kicinski@...ronome.com>,
Jesper Dangaard Brouer <hawk@...nel.org>,
John Fastabend <john.fastabend@...il.com>
Subject: Re: [PATCH] net: Fix missing meta data in skb with vlan packet
On 2019/04/15 17:06, Yuya Kusakabe wrote:
...
>>> @@ -5095,6 +5096,13 @@ static struct sk_buff
>>> *skb_reorder_vlan_header(struct sk_buff *skb)
...
>>> + meta = skb_metadata_end(skb) - meta_len;
>>> + memmove(meta + VLAN_HLEN, meta, meta_len);
>>> + };
I just noticed that there is an unnecessary semicolon here.
Not sure if checkpatch.pl can detect this, but if you did not use it,
please try it.
Also it seems your patch is corrupted and tabs are converted into
whitespaces. Please check if you can apply the patch by sending your
patch to yourself, then send to the list.
Thanks,
Toshiaki Makita
Powered by blists - more mailing lists