[dpdk-dev] [PATCH 1/4] rte_ethdev: remove extra inline

2015-04-15 Thread Bruce Richardson
On Thu, Apr 09, 2015 at 02:29:39PM -0700, Stephen Hemminger wrote: > There is no reason to inline functions that are not in the critical > path. > > Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson > --- > lib/librte_ether/rte_ethdev.c | 12 ++-- > 1 file changed, 6

[dpdk-dev] [PATCH 1/4] rte_ethdev: remove extra inline

2015-04-09 Thread Stephen Hemminger
There is no reason to inline functions that are not in the critical path. Signed-off-by: Stephen Hemminger --- lib/librte_ether/rte_ethdev.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c index