net/mlx5e: Use function pointers for RX data path handling
authorTariq Toukan <tariqt@mellanox.com>
Wed, 20 Apr 2016 19:02:12 +0000 (22:02 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Apr 2016 19:09:04 +0000 (15:09 -0400)
commit2f48af128d9aa64dd4e8c6fe97491b0bde3681b2
treebbef81b2dae6ecd4ee35a31183c73db3bbb7a7fc
parentd8c9660dac6287490ef450bc892593f05d364531
net/mlx5e: Use function pointers for RX data path handling

In preparation for Striding RQ feature, which will need its own
RX handlers.
This patch does not change any functionality.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Achiad Shochat <achiad@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c