From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com
 [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 881FF5A95
 for <dev@dpdk.org>; Sun,  1 Nov 2015 11:33:19 +0100 (CET)
Received: by wicfx6 with SMTP id fx6so33865116wic.1
 for <dev@dpdk.org>; Sun, 01 Nov 2015 02:33:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind_com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=irQ6oJfBmqX94/wZAaBZ+yskPw2vEM14LweQr8RI4Q4=;
 b=vWETbm1fLUuXqVzzjd6xGS8GqGP1s4YSs3i8oW9jwFd3WyMzT+SGwDtJ78KiC+GWRv
 wxulcese7XFBdVbTVdlbEILVy/hY+N3Q4rWXE/wHG4DpNiPS1S3G0Hr+Aa35+dZHqSZ8
 834VgSO+AjlW0shmnePxEn62Ulz7UKcaRmCdoA9hEkUl6q7ZJWkIU/jNlp5jtjGU2L54
 8MZ36GrqZaaGPGUjyxVQHZiJYFHulUDKZvSH+zwNJ26x6Wg7v9X5sFx0lOOWA4SMMswk
 Lt57rHrxA+xvrCiak2RzQPdJVmdkZex2WCBSL9S2BUJHS3WkRJLEwx42fOxAMmXPzhCk
 HJng==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=irQ6oJfBmqX94/wZAaBZ+yskPw2vEM14LweQr8RI4Q4=;
 b=cX77Np0shPeDQPdWO+5F3PuqC5UBvunEZHSJ4XzJ74PCf4h0357RrOv2NJmRzkW/aO
 FztdooGqDU79c4luFgO8Sxc9XYKo+v6hW2CA1TVXD8Zl40RvxWkh83bcuLF9I0J4cu5k
 hv2ePu50AslnJh5KyuK4W1JfLrRfLs5bvhxVMofD48/8RIaPDcA9OsmWwwblU4/qXs5h
 HEomDXiDI0g1/8kgXWb05A2gL7HVXQ5DaA1W2+hDR0bA3F/HMm4W7i+vPEgRWzfpIISR
 Mua2HGAED1bUJzVMShswy/iju3uzIKFIi9OEE2gpWqUW8eFaGnm11mJpZ6XRF4HnMLH1
 3qSA==
X-Gm-Message-State: ALoCoQk4ZkPcoog1rB4IcfQycXuKqZjZENC0it8P0yOrS4ZX8KFfG7XI3XzdIcqQsdCnaUjGf9zW
X-Received: by 10.194.203.101 with SMTP id kp5mr17009846wjc.64.1446373999393; 
 Sun, 01 Nov 2015 02:33:19 -0800 (PST)
Received: from xps13.localnet (242.202.154.77.rev.sfr.net. [77.154.202.242])
 by smtp.gmail.com with ESMTPSA id h198sm12195708wmd.9.2015.11.01.02.33.18
 (version=TLSv1/SSLv3 cipher=OTHER);
 Sun, 01 Nov 2015 02:33:18 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Adrien Mazarguil <adrien.mazarguil@6wind.com>, nelio.laranjeiro@6wind.com
Date: Sun, 01 Nov 2015 11:32:06 +0100
Message-ID: <2025773.7KjMItJcTq@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1446231443-8285-1-git-send-email-adrien.mazarguil@6wind.com>
References: <1444067795-29748-1-git-send-email-adrien.mazarguil@6wind.com>
 <1446231443-8285-1-git-send-email-adrien.mazarguil@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 0/3] Add link status notification support
	to Mellanox PMDs
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Nov 2015 10:33:19 -0000

2015-10-30 19:57, Adrien Mazarguil:
> Mellanox PMDs (mlx4 and mlx5) support link status notification with
> libibverbs through a file descriptor, in a manner reminiscent of UIO/VFIO.
> 
> It still requires a new "external" interrupt handler type since contrary
> to other types, this file descriptor must not be processed by EAL.
> 
> Changes in v2:
> - Only changes caused by rebase on v2 of previous patchsets
>   ("Mellanox ConnectX-4 PMD (mlx5)" and
>   "Enhance mlx5 with Mellanox OFED 3.1")
> 
> Nelio Laranjeiro (3):
>   eal: new interrupt handler type
>   mlx4: handle interrupts
>   mlx5: handle interrupts

Applied with previous ack from David on v1 and suggested title change.
Please take care of addressing comments yourself.
Thanks