From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] Add link status notification support to Mellanox PMDs Date: Sun, 01 Nov 2015 11:32:06 +0100 Message-ID: <2025773.7KjMItJcTq@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Adrien Mazarguil , nelio.laranjeiro@6wind.com Return-path: 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 ; Sun, 1 Nov 2015 11:33:19 +0100 (CET) Received: by wicfx6 with SMTP id fx6so33865116wic.1 for ; Sun, 01 Nov 2015 02:33:19 -0800 (PST) In-Reply-To: <1446231443-8285-1-git-send-email-adrien.mazarguil@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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