From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next PATCH v5 1/7] net: Refactor XPS for CPUs and Rx queues Date: Fri, 29 Jun 2018 21:59:38 +0900 (KST) Message-ID: <20180629.215938.2008552830198656487.davem@davemloft.net> References: <153013824922.4959.14633065530326138344.stgit@anamhost.jf.intel.com> <153013867798.4959.5260718966225816154.stgit@anamhost.jf.intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, alexander.h.duyck@intel.com, willemdebruijn.kernel@gmail.com, sridhar.samudrala@intel.com, alexander.duyck@gmail.com, edumazet@google.com, hannes@stressinduktion.org, tom@herbertland.com, tom@quantonium.net To: amritha.nambiar@intel.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:44736 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935222AbeF2M7m (ORCPT ); Fri, 29 Jun 2018 08:59:42 -0400 In-Reply-To: <153013867798.4959.5260718966225816154.stgit@anamhost.jf.intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Amritha Nambiar Date: Wed, 27 Jun 2018 15:31:18 -0700 > diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h > index c6b377a..3790ac9 100644 > --- a/include/linux/netdevice.h > +++ b/include/linux/netdevice.h ... > +static inline bool attr_test_online(unsigned long j, > + const unsigned long *online_mask, > + unsigned int nr_bits) This is a networking header file, so for names you are putting into the global namespace please give them some kind of prefix that indicates it is about networking.