net/mlx5e: XDP, Remove doubtful unlikely calls
authorTariq Toukan <tariqt@nvidia.com>
Mon, 17 Apr 2023 12:18:52 +0000 (15:18 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Apr 2023 07:59:25 +0000 (08:59 +0100)
commit3a48ba12b4e471a9a3cf5fcff5146632ae6453d5
tree2fc710ffa11e6c2cc30bf2653a8deec100b6d956
parenteb9b9fdcafe29f022260dc43bd001b85937d9f83
net/mlx5e: XDP, Remove doubtful unlikely calls

It is not likely nor unlikely that the xdp buff has fragments, it
depends on the program loaded and size of the packet received.

Reviewed-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c