From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro Subject: Re: [PATCH 0/7] Fix Rx interrupt support in mlx4 and mlx5 Date: Wed, 14 Jun 2017 16:28:02 +0200 Message-ID: <20170614142802.GR18438@autoinstall.dev.6wind.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mail-wr0-f169.google.com (mail-wr0-f169.google.com [209.85.128.169]) by dpdk.org (Postfix) with ESMTP id 340BE7D12 for ; Wed, 14 Jun 2017 16:28:11 +0200 (CEST) Received: by mail-wr0-f169.google.com with SMTP id 77so3080772wrb.1 for ; Wed, 14 Jun 2017 07:28:11 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 -- Nélio Laranjeiro 6WIND