net/mlx5e: Add likely to the common RX checksum flow
authorGal Pressman <galp@mellanox.com>
Tue, 9 Jan 2018 12:40:21 +0000 (14:40 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 19 Jan 2018 20:41:33 +0000 (22:41 +0200)
commit63a612f984a1fae040ab6f1c6a0f1fdcdf1954b8
treefc1c755f5296118ca57d012793675c58d461bdd3
parent193861773534a5711aa439d97eba3515310bb586
net/mlx5e: Add likely to the common RX checksum flow

Most of the packets return true for is_last_ethertype_ip, surround it
with likely compiler hint.

Signed-off-by: Gal Pressman <galp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c