[dpdk-dev] [PATCH v4 0/4] net/mlx5: code cleanup in rx and tx files

Dekel Peled dekelp at mellanox.com
Wed May 8 10:29:37 CEST 2019


During work on Rx feature I did some cleanup actions.
This series includes those changes divided by their type.

---
v2: Change 2nd patch type to "fix".
v3: Apply minor code-review comment on 2nd patch.
    Add Acked-by in all patches.
v4: Fix compilaton issue in 4th patch.
---

Dekel Peled (4):
  net/mlx5: remove unused functions
  net/mlx5: fix missing validation of null pointer
  net/mlx5: fix description of function return value
  net/mlx5: move locally used functions to static

 drivers/net/mlx5/mlx5_rxq.c  | 218 +++++++++++++++++++------------------------
 drivers/net/mlx5/mlx5_rxtx.h |  19 ----
 drivers/net/mlx5/mlx5_txq.c  |  13 ---
 3 files changed, 94 insertions(+), 156 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list