net/ionic: fix up function attribute tags
authorAndrew Boyer <aboyer@pensando.io>
Mon, 18 Jan 2021 20:35:07 +0000 (12:35 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 29 Jan 2021 17:16:10 +0000 (18:16 +0100)
commit0de3e209af12b2f3c5f656203c58703b8ebc14e3
tree4c144efb69794c5cfd3ea2a7223b6bf5538d5ec3
parent68591087ac59825e804d86aa70012e9b88a4427b
net/ionic: fix up function attribute tags

One function marked cold is in the hot path.
Make sure to always inline hot path functions.

Fixes: a27d901331da ("net/ionic: add Rx and Tx handling")
Cc: stable@dpdk.org
Signed-off-by: Andrew Boyer <aboyer@pensando.io>
drivers/net/ionic/ionic_rxtx.c