From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 9BFE82C17 for ; Tue, 5 Sep 2017 15:28:12 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id u26so19438884wma.0 for ; Tue, 05 Sep 2017 06:28:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=osVYWDKtkZFw7Nt0Jw7MC47rYSe1hpPEV9p9w8NIguc=; b=hpvUQh6SAhgAjTKWtBlrrQCr7my/7G4s9Mj+EBuGcyUnS664oAI4KMI+KFCcU8Kd94 sqfbrJ+UoIFtGtHJuxgLips4iQJzt8C7/y/d0JSbNHIeQ70t10xjcUMIF+m1jtSm9FpO nmlh72B/4cIIG23nH7wAJ8lqy4g+la9tT1iuDjw3rF9E43v3Q6QGCz0pJgpR6dzDmTRc 2ipUbH2DSD+BJT1cIfGYQ2XCPI9QVWUqNlIMwvHdIHc/+D3lk9SaTDSduGyKnL8FljXH mOV9yjU9a/G4hoE8JaimfsxcaL33GOUrdS6JWsJyfYGlfDTJiOTJZcT+Z4h6pELwK8IY LjCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=osVYWDKtkZFw7Nt0Jw7MC47rYSe1hpPEV9p9w8NIguc=; b=ZFKkF45KOpHqYr/9temnyv5UHrDsUCePepKEERHimKDazDDBcNDYzX9fR6/3FDYV7/ DGJYy3iHjl0g8V5aRrFbS6FYSvclinW95XVuj6um4HmY1MrMm7Frpb4JvrROZqYV3rWl M1w3wuuy8JnVaUxYhszBFi1h0ADX8fNmpyuvVq724MMB0vCQ9x1nNJCf+8Icz7HGWaUE u9F3Z22pcKALmicRwMatxen/iJwcfTfoQfHxsx+VYBAyevpZ3k5orJ+9x39X50u8UQ/o xnAKJ3EdeE8BxkAYZ5Dh74Bfd+YQb1TtgFDd8rFCZZ7UurBiI4w5S5h9CQXPkiFkLzJE cPmw== X-Gm-Message-State: AHPjjUgVWeFKgk/j7Li/esde85jGxBd6b3ekaOe6GAP52S0on3rv/09b Ho0mZrAY0WHszh4V X-Google-Smtp-Source: ADKCNb78ypHeRgWbnY6Dnv/KyBQQBHn6gHPzk8l9TLpbJl5hX0SxwcP/YlcbUgeMgI130hUPO+0wCg== X-Received: by 10.28.54.3 with SMTP id d3mr2451959wma.56.1504618092196; Tue, 05 Sep 2017 06:28:12 -0700 (PDT) Received: from bidouze.vm.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id y94sm587474wrc.41.2017.09.05.06.28.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Sep 2017 06:28:11 -0700 (PDT) Date: Tue, 5 Sep 2017 15:28:01 +0200 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet To: Adrien Mazarguil Cc: Matan Azrad , dev@dpdk.org Message-ID: <20170905132801.GG21444@bidouze.vm.6wind.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v1 0/3] net/mlx4: additional interrupt handling fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2017 13:28:12 -0000 On Tue, Sep 05, 2017 at 02:56:36PM +0200, Adrien Mazarguil wrote: > While the previous interrupt rework improved the situation, it failed to > address one last issue pointed out by Matan: RMV/LSC events may be missed > and not reported to the application. > > Adrien Mazarguil (3): > net/mlx4: fix unhandled event debug message > net/mlx4: fix rescheduled link status check > net/mlx4: merge interrupt collector function > > drivers/net/mlx4/mlx4_intr.c | 150 ++++++++++++++++++-------------------- > 1 file changed, 71 insertions(+), 79 deletions(-) > > -- > 2.1.4 > For the series: Acked-by: Gaetan Rivet -- Gaëtan Rivet 6WIND