From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Liang, Cunming" Subject: Re: [PATCH v7 09/10] igb: enable rx queue interrupts for PF Date: Mon, 11 May 2015 13:05:34 +0800 Message-ID: <5550389E.9060008@intel.com> References: <1425012976-10173-1-git-send-email-cunming.liang@intel.com> <1430804386-28949-1-git-send-email-cunming.liang@intel.com> <1430804386-28949-10-git-send-email-cunming.liang@intel.com> <20150505161643.222cfec9@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4C3B9C3CA for ; Mon, 11 May 2015 07:05:37 +0200 (CEST) In-Reply-To: <20150505161643.222cfec9@urahara> 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" On 5/6/2015 7:16 AM, Stephen Hemminger wrote: > On Tue, 5 May 2015 13:39:45 +0800 > Cunming Liang wrote: > >> The patch does below for igb PF: >> - Setup NIC to generate MSI-X interrupts >> - Set the IVAR register to map interrupt causes to vectors >> - Implement interrupt enable/disable functions >> >> Signed-off-by: Danny Zhou >> Signed-off-by: Cunming Liang > What about E1000? > > This only usable if it works on all devices. [LCM] Agree with you, will send separate patch for e1000 after the patch series close.