From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 00/13] interrupt mode for i40e Date: Wed, 04 Nov 2015 15:29:10 +0100 Message-ID: <2283167.RvTQ6by2mi@xps13> References: <1446617263-7448-1-git-send-email-cunming.liang@intel.com> <1446626740-28824-1-git-send-email-cunming.liang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Cunming Liang Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id EC1129E7 for ; Wed, 4 Nov 2015 15:30:22 +0100 (CET) Received: by wmeg8 with SMTP id g8so112133701wme.0 for ; Wed, 04 Nov 2015 06:30:22 -0800 (PST) In-Reply-To: <1446626740-28824-1-git-send-email-cunming.liang@intel.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-11-04 16:45, Cunming Liang: > v4 change: > - remove redundancy condition check on PF > > v3 changes: > - rename MISC_VEC_ID and RX_VEC_START > - add bsdapp dummy > - split cleanup and fix patches > - merge doc update along with code change > > v2 changes: > - rework to depend on one previous patch > patch http://dpdk.org/dev/patchwork/patch/7504/ > - always set DIS_AUTOMASK_* bit in PF to avoid ENA flag auto-clear > > This patch series contains four major parts. > > 1. always reserve vector zero for misc cause in vfio mapping > 2. add api to declare the capability of multiple interrupt vector support > 3. fix the rx interrupt compatible issue with mbox in ixgbe/igb IOV-PF > 4. add rx interrupt support in i40e PF and VF Applied, thanks