[dpdk-dev] [PATCH 0/7] Fix Rx interrupt support in mlx4 and mlx5

Nélio Laranjeiro nelio.laranjeiro at 6wind.com
Wed Jun 14 16:28:02 CEST 2017


On Wed, Jun 14, 2017 at 01:49:10PM +0200, Adrien Mazarguil wrote:
> Several issues mainly related to error handling were found in both
> implementations as they share most of their Rx interrupts handling code.
> 
> Another problem with the mlx4 implementation is that it does not work
> properly with multiple ports adapters that share a common PCI device.
> 
> Adrien Mazarguil (7):
>   net/mlx4: fix typos from prior commit
>   net/mlx4: fix Rx interrupts with multiple ports
>   net/mlx4: fix Rx interrupts management
>   net/mlx5: fix misplaced Rx interrupts functions
>   net/mlx5: fix Rx interrupts support checks
>   net/mlx5: fix return value in Rx interrupts code
>   net/mlx5: fix Rx interrupts management
> 
>  drivers/net/mlx4/mlx4.c         | 179 ++++++++++++++++-------------------
>  drivers/net/mlx4/mlx4.h         |   1 +
>  drivers/net/mlx5/mlx5.c         |   2 +
>  drivers/net/mlx5/mlx5_rxq.c     | 142 ++++++++++++++++++---------
>  drivers/net/mlx5/mlx5_rxtx.c    |  73 --------------
>  drivers/net/mlx5/mlx5_rxtx.h    |  12 +--
>  drivers/net/mlx5/mlx5_trigger.c |  16 ++--
>  7 files changed, 194 insertions(+), 231 deletions(-)
> 
> -- 
> 2.1.4

For the series:

Acked-by: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com>

-- 
Nélio Laranjeiro
6WIND


More information about the dev mailing list