[dpdk-dev] [PATCH v2 0/6] net/mlx5: performance improvement

2016-09-20 Thread Nélio Laranjeiro
On Mon, Sep 19, 2016 at 05:17:34PM +0100, Bruce Richardson wrote: > On Wed, Sep 14, 2016 at 02:18:01PM +0200, Nelio Laranjeiro wrote: > > - Rework structure elements to reduce their size. > > - Removes a second useless loop in Tx burst function. > > > > This series should be applied on top of "n

[dpdk-dev] [PATCH v2 0/6] net/mlx5: performance improvement

2016-09-19 Thread Bruce Richardson
On Wed, Sep 14, 2016 at 02:18:01PM +0200, Nelio Laranjeiro wrote: > - Rework structure elements to reduce their size. > - Removes a second useless loop in Tx burst function. > > This series should be applied on top of "net/mlx5: various fixes". > > Changes in v2: > > - rework serie to apply i

[dpdk-dev] [PATCH v2 0/6] net/mlx5: performance improvement

2016-09-14 Thread Nelio Laranjeiro
- Rework structure elements to reduce their size. - Removes a second useless loop in Tx burst function. This series should be applied on top of "net/mlx5: various fixes". Changes in v2: - rework serie to apply it on top of "net/mlx5: various fixes". Nelio Laranjeiro (6): net/mlx5: rework h