mbox series

[v2,0/4] net/mlx5: code cleanup in rx and tx files

Message ID cover.1556809050.git.dekelp@mellanox.com (mailing list archive)
Headers
Series net/mlx5: code cleanup in rx and tx files |

Message

Dekel Peled May 2, 2019, 3:01 p.m. UTC
  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"
---

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 |  20 ----
 drivers/net/mlx5/mlx5_txq.c  |  13 ---
 3 files changed, 94 insertions(+), 157 deletions(-)