[dpdk-dev] [PATCH 02/12] eal/pci: Inline several functions into rte_pci_get_iommu_class

Stephen Hemminger stephen at networkplumber.org
Thu May 30 19:57:02 CEST 2019


On Thu, 30 May 2019 10:48:09 -0700
Ben Walker <benjamin.walker at intel.com> wrote:

> This is in preparation for future simplifications. The
> functions are simply inlined for now.
> 
> Signed-off-by: Ben Walker <benjamin.walker at intel.com>
> Change-Id: I129992c9b44f4575a28cc05b78297e15b6be4249

Please don't inline any functions that are not in the fast path.
The compiler will do it anyway.



More information about the dev mailing list