commit | 0e575f8542d1f4d74df30b5a9ba419c5373d01a1 | [log] [tgz] |
---|---|---|
author | Arthur Kiyanovski <akiyano@amazon.com> | Thu Oct 11 11:26:16 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 11 10:13:50 2018 -0700 |
tree | 6834152b12513ee06cc06e3cf761b2dd4cec0d76 | |
parent | 7b68b8361452e710f383bef408174309c773e953 [diff] |
net: ena: minor performance improvement Reduce fastpath overhead by making ena_com_tx_comp_req_id_get() inline. Also move it to ena_eth_com.h file with its dependency function ena_com_cq_inc_head(). Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>