From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: [PATCH v1 0/3] net/mlx4: additional interrupt handling fixes Date: Tue, 5 Sep 2017 14:56:36 +0200 Message-ID: Cc: dev@dpdk.org To: Gaetan Rivet , Matan Azrad Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id C6D353254 for ; Tue, 5 Sep 2017 14:56:55 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id f145so11033438wme.0 for ; Tue, 05 Sep 2017 05:56:55 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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