[dpdk-dev] [PATCH v5 18/34] net/mlx5: remove unused mreg copy code

2020-10-28 Thread Suanming Mou
After non-cache mode feature was implemented, the flows can only be created when port started. No need to check if the mreg flows are created in port stopped status, and apply the mreg flows after port start will also never happen. This commit removed the relevant not used mreg copy code. Signed-

[dpdk-dev] [PATCH v5 18/34] net/mlx5: remove unused mreg copy code

2020-10-28 Thread Suanming Mou
After non-cache mode feature was implemented, the flows can only be created when port started. No need to check if the mreg flows are created in port stopped status, and apply the mreg flows after port start will also never happen. This commit removed the relevant not used mreg copy code. Signed-