From: Tariq Toukan
Date: Thu, 8 Sep 2016 11:51:53 +0300
> Add likely/unlikely hints to improve branch predictions
> in the RX data-path.
>
> Signed-off-by: Tariq Toukan
This is absolutely not appropriate for 'net'. This is not a bug
fix, it is a feature/enhancement.
Add likely/unlikely hints to improve branch predictions
in the RX data-path.
Signed-off-by: Tariq Toukan
---
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 26 ++
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/drivers/net/ethernet/mellanox/mlx4/en_rx.c
b/d