Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1708804

Re: [PATCH net-next] net: core: fix compile error inside flow_dissector due to new dsa callback

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH net-next] net: core: fix compile error inside flow_dissector due to new dsa callback
Date 2017-08-10 18:20 +0200
Message-ID <ucYlI-806-35@gated-at.bofh.it> (permalink)
References <ucQHv-2LF-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: John Crispin <john@phrozen.org>
Date: Thu, 10 Aug 2017 10:09:03 +0200

> The following error was introduced by
> commit 43e665287f93 ("net-next: dsa: fix flow dissection")
> due to a missing #if guard
> 
> net/core/flow_dissector.c: In function '__skb_flow_dissect':
> net/core/flow_dissector.c:448:18: error: 'struct net_device' has no member named 'dsa_ptr'
> ops = skb->dev->dsa_ptr->tag_ops;
>                 ^
> make[3]: *** [net/core/flow_dissector.o] Error 1
> 
> Signed-off-by: John Crispin <john@phrozen.org>

Applied, thanks.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH net-next] net: core: fix compile error inside flow_dissector due to new dsa callback John Crispin <john@phrozen.org> - 2017-08-10 10:10 +0200
  Re: [PATCH net-next] net: core: fix compile error inside  flow_dissector due to new dsa callback David Miller <davem@davemloft.net> - 2017-08-10 18:20 +0200

csiph-web