net/mlx5: force inline for completion function
authorNélio Laranjeiro <nelio.laranjeiro@6wind.com>
Wed, 14 Sep 2016 11:53:53 +0000 (13:53 +0200)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000 (12:27 +0200)
commita6ca35aa74339cdd1596c9ba897097b2d2ba77ce
tree41de81131605f913461c30f7dd5538a9048b99d9
parentade188a51664a32eea120a995ce84661294cc8af
net/mlx5: force inline for completion function

This function was supposed to be inlined, but was not because several
functions calls it.  This function should always be inline avoid
external function calls and to optimize code in data-path.

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5_rxtx.c