From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [patch net-next v11 00/13] net: sched: allow qdiscs to share filter block instances Date: Thu, 18 Jan 2018 00:35:27 +0100 Message-ID: <20180117233527.GB26967@nanopsycho> References: <20180117.145535.372452000577277915.davem@davemloft.net> <20180117.150338.1416187564552087719.davem@davemloft.net> <20180117201807.GH2114@nanopsycho> <20180117.163332.129101548602236774.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, mlxsw@mellanox.com, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, michael.chan@broadcom.com, ganeshgr@chelsio.com, saeedm@mellanox.com, matanb@mellanox.com, leonro@mellanox.com, idosch@mellanox.com, jakub.kicinski@netronome.com, simon.horman@netronome.com, pieter.jansenvanvuuren@netronome.com, john.hurley@netronome.com, alexander.h.duyck@intel.com, ogerlitz@mellanox.com, john.fastabend@gmail.com, daniel@iogearbox.net, dsahern@gmail.com To: David Miller Return-path: Received: from mail-wr0-f169.google.com ([209.85.128.169]:33648 "EHLO mail-wr0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753390AbeAQXf3 (ORCPT ); Wed, 17 Jan 2018 18:35:29 -0500 Received: by mail-wr0-f169.google.com with SMTP id p6so20754423wrd.0 for ; Wed, 17 Jan 2018 15:35:28 -0800 (PST) Content-Disposition: inline In-Reply-To: <20180117.163332.129101548602236774.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: Wed, Jan 17, 2018 at 10:33:32PM CET, davem@davemloft.net wrote: >From: Jiri Pirko >Date: Wed, 17 Jan 2018 21:18:07 +0100 > >> Odd. I don't see this warning with: >> gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC) > >Yeah, for reference I'm using: > >gcc (GCC) 7.2.1 20170915 (Red Hat 7.2.1-2) Interesting, I upgraded to the same version: gcc version 7.2.1 20170915 (Red Hat 7.2.1-2) (GCC) I still don't see the warning :O what is your cmdline?