[dpdk-dev] [PATCH 0/5] net/mlx5: cleanups

2017-11-23 Thread Nelio Laranjeiro
This series apply on top of patch 31485. Nelio Laranjeiro (5): net/mlx5: remove get priv internal function net/mlx5: fix secondary process verification net/mlx5: removes 32bits support net/mlx5: move variable declaration net/mlx5: remove redundant inline variable drivers/net/mlx5/mlx5.

Re: [dpdk-dev] [PATCH 0/5] net/mlx5: cleanups

2017-08-02 Thread Nélio Laranjeiro
On Tue, Aug 01, 2017 at 02:09:26PM +0200, Nelio Laranjeiro wrote: > This Series make some cleanup in mlx5 PMD by removing useless code or non > working code. > > This series apply on top of: > [PATCH 0/5] net/mlx5: enable/disable vPMD and some cleanups > Specifically on patch: net/mlx5: cleanup R

[dpdk-dev] [PATCH 0/5] net/mlx5: cleanups

2017-08-01 Thread Nelio Laranjeiro
This Series make some cleanup in mlx5 PMD by removing useless code or non working code. This series apply on top of: [PATCH 0/5] net/mlx5: enable/disable vPMD and some cleanups Specifically on patch: net/mlx5: cleanup Rx ring in free functions http://dpdk.org/dev/patchwork/patch/27303/ Nelio La