From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2E3AD8E6E for ; Fri, 25 Sep 2015 07:37:15 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 24 Sep 2015 22:37:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,585,1437462000"; d="scan'208";a="796972017" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 24 Sep 2015 22:37:13 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t8P5bBW4019296; Fri, 25 Sep 2015 13:37:11 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t8P5b7Mm032537; Fri, 25 Sep 2015 13:37:09 +0800 Received: (from heshaope@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t8P5b7RU032533; Fri, 25 Sep 2015 13:37:07 +0800 From: Shaopeng He To: dev@dpdk.org Date: Fri, 25 Sep 2015 13:37:00 +0800 Message-Id: <1443159425-32502-1-git-send-email-shaopeng.he@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/5] interrupt mode for fm10k X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 05:37:15 -0000 This patch series contains four major parts. 1. implement rx_descriptor_done function in fm10k 2. make sure default VID available in dev_init in fm10k 3. fix a memory leak for non-ip packet in l3fwd-power 4. add rx interrupt support in fm10k PF and VF The patch set is developed based on one previous patch set "[PATCH v1 00/11] interrupt mode for i40e" http://www.dpdk.org/ml/archives/dev/2015-September/023903.html Shaopeng He (5): fm10k: implement rx_descriptor_done function fm10k: enable Rx queue interrupts for PF and VF fm10k: make sure default VID available in dev_init l3fwd-power: fix a memory leak for non-ip packet doc: release note update for fm10k intr mode doc/guides/rel_notes/release_2_2.rst | 2 + drivers/net/fm10k/fm10k.h | 3 + drivers/net/fm10k/fm10k_ethdev.c | 163 +++++++++++++++++++++++++++++++++-- drivers/net/fm10k/fm10k_rxtx.c | 25 ++++++ examples/l3fwd-power/main.c | 3 +- 5 files changed, 188 insertions(+), 8 deletions(-) -- 1.9.3