OSDN Git Service

net/mlx5e: Rx, Split rep rx mpwqe handler from nic
authorPaul Blakey <paulb@mellanox.com>
Sun, 16 Feb 2020 10:01:29 +0000 (12:01 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 20 Feb 2020 01:49:48 +0000 (17:49 -0800)
commitdfd9e7500cd4b21b61d65907e02880b20de929aa
tree20516b8efe8e1e432231db7154a8bbebe8edeca5
parent8f1e0b97cc708aa6a4d84b0431afc410feba00b6
net/mlx5e: Rx, Split rep rx mpwqe handler from nic

Copy the current rep mpwqe rx handler which is also used by nic
profile. In the next patch, we will add rep specific logic, just
for the rep profile rx handler.

Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Oz Shlomo <ozsh@mellanox.com>
Reviewed-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
drivers/net/ethernet/mellanox/mlx5/core/en_rep.h
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c