summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2023-08-24 23:44:00 +0300
committerTony Nguyen <anthony.l.nguyen@intel.com>2023-10-04 01:25:13 +0300
commit70dc7ab7645a438600e05a0196dbaf251e7f7062 (patch)
treecc26129880e71e44977e5646158f7c29b25ce4a7 /net/core/skbuff.c
parent5337d294973331660e84e41836a54014de22e5b0 (diff)
downloadlinux-70dc7ab7645a438600e05a0196dbaf251e7f7062.tar.xz
iavf: remove "inline" functions from iavf_txrx.c
The iAVF txrx hotpath code has several functions that are marked as "static inline" in the iavf_txrx.c file. This use of inline is frowned upon in the netdev community and explicitly marked as something to avoid in the Linux coding-style document (section 15). Even though these functions are only used once, it is expected that GCC is smart enough to decide when to perform function inlining where appropriate without the "hint". ./scripts/bloat-o-meter is showing zero difference with this changes. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Ahmed Zaki <ahmed.zaki@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'net/core/skbuff.c')
0 files changed, 0 insertions, 0 deletions