aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.c
diff options
context:
space:
mode:
authorJacob Keller <[email protected]>2023-08-24 14:44:00 -0600
committerTony Nguyen <[email protected]>2023-10-03 15:25:13 -0700
commit70dc7ab7645a438600e05a0196dbaf251e7f7062 (patch)
treecc26129880e71e44977e5646158f7c29b25ce4a7 /drivers/net/ethernet/intel/ice/ice_common.c
parent5337d294973331660e84e41836a54014de22e5b0 (diff)
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 <[email protected]> Signed-off-by: Ahmed Zaki <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.c')
0 files changed, 0 insertions, 0 deletions