[dpdk-dev] [PATCH 00/14] Fixes for mlx4 and mlx5

2015-11-24 Thread Thomas Monjalon
> Adrien Mazarguil (6): > mlx4: fix possible crash when clearing device statistics > mlx4: fix memory registration for indirect mbuf data > mlx4: fix TX for scattered mbufs with too many segments > mlx5: fix possible crash when clearing device statistics > mlx5: fix memory registration fo

[dpdk-dev] [PATCH 00/14] Fixes for mlx4 and mlx5

2015-11-23 Thread Adrien Mazarguil
Here is a set of fixes for mlx4 and mlx5. Since mlx5 derives from mlx4, most patches apply to both PMDs. Besides bugfixes, there is a documentation commit for mlx5 (undocumented environment variables) and another commit that addresses secondary process operation with mlx4 (does not work at all).