From: David Miller <davem@davemloft.net>
To: jeffrey.t.kirsher@intel.com
Cc: anjali.singhai@intel.com, netdev@vger.kernel.org,
nhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com
Subject: Re: [net-next 04/16] i40e/i40evf: Move helper functions to a header file
Date: Thu, 20 Aug 2015 15:01:02 -0700 (PDT) [thread overview]
Message-ID: <20150820.150102.1875344338034277595.davem@davemloft.net> (raw)
In-Reply-To: <1440032286-30054-5-git-send-email-jeffrey.t.kirsher@intel.com>
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Wed, 19 Aug 2015 17:57:54 -0700
> +inline int i40e_allocate_dma_mem_d(struct i40e_hw *hw,
> + struct i40e_dma_mem *mem,
> + u64 size, u32 alignment)
> +{
All of these should be "static inline" otherwise GCC is going to emit
a copy every time you include this header file, even if it inlines all
of the call sites visible to it.
next prev parent reply other threads:[~2015-08-20 22:01 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-20 0:57 [net-next 00/16][pull request] Intel Wired LAN Driver Updates 2015-08-19 Jeff Kirsher
2015-08-20 0:57 ` [net-next 01/16] i40e: Set defport behavior for the Main VSI when in promiscuous mode Jeff Kirsher
2015-08-20 0:57 ` [net-next 02/16] i40e: don't degrade __le16 Jeff Kirsher
2015-08-20 0:57 ` [net-next 03/16] i40e: add RX to port CRC errors label Jeff Kirsher
2015-08-20 0:57 ` [net-next 04/16] i40e/i40evf: Move helper functions to a header file Jeff Kirsher
2015-08-20 22:01 ` David Miller [this message]
2015-08-20 0:57 ` [net-next 05/16] i40e: Move function calls to i40e_shutdown instead of i40e_suspend Jeff Kirsher
2015-08-20 0:57 ` [net-next 06/16] i40e: Fix legacy interrupt mode in the driver Jeff Kirsher
2015-08-20 0:57 ` [net-next 07/16] i40e: Fix ethtool offline diagnostic with netqueues Jeff Kirsher
2015-08-20 0:57 ` [net-next 08/16] i40e/i40evf: Add capability to gather VEB per TC stats Jeff Kirsher
2015-08-20 0:57 ` [net-next 09/16] i40e: Fix comment for ethtool diagnostic link test Jeff Kirsher
2015-08-20 0:58 ` [net-next 10/16] i40e: correct spelling error Jeff Kirsher
2015-08-20 0:58 ` [net-next 11/16] i40evf: Use the correct defines to match the VF registers Jeff Kirsher
2015-08-20 0:58 ` [net-next 12/16] i40evf: Remove PF specific register definitions from the VF Jeff Kirsher
2015-08-20 0:58 ` [net-next 13/16] i40e: Remove redundant and unneeded messages Jeff Kirsher
2015-08-20 0:58 ` [net-next 14/16] i40e/i40evf: add VIRTCHNL_VF_OFFLOAD flag Jeff Kirsher
2015-08-20 0:58 ` [net-next 15/16] i40e/i40evf: Cache the CEE TLV status returned from firmware Jeff Kirsher
2015-08-20 0:58 ` [net-next 16/16] i40e/i40evf: Bump i40e to 1.3.9 and i40evf to 1.3.5 Jeff Kirsher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150820.150102.1875344338034277595.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=anjali.singhai@intel.com \
--cc=jeffrey.t.kirsher@intel.com \
--cc=jogreene@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@redhat.com \
--cc=sassmann@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).