net/mlx5e: RX, Remove doubtful unlikely call
authorGal Pressman <gal@nvidia.com>
Thu, 16 Feb 2023 00:09:18 +0000 (16:09 -0800)
committerSaeed Mahameed <saeedm@nvidia.com>
Sat, 18 Feb 2023 09:01:34 +0000 (01:01 -0800)
commit993fd9bd656a082c9b713171622c70f72f0af59f
treef15b062092911d2ef4db8a8b7cf572b6d931b2a8
parentafce9271facb4cd41ffdf063cc6dd3d67341e723
net/mlx5e: RX, Remove doubtful unlikely call

When building an skb in non-linear mode, it is not likely nor unlikely
that the xdp buff has fragments, it depends on the size of the packet
received.

Signed-off-by: Gal Pressman <gal@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Reviewed-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c