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 2846B8D9F for ; Wed, 28 Oct 2015 08:34:53 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 28 Oct 2015 00:34:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,209,1444719600"; d="scan'208";a="821199549" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 28 Oct 2015 00:34:53 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Oct 2015 00:34:51 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Oct 2015 00:34:51 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.194]) with mapi id 14.03.0248.002; Wed, 28 Oct 2015 15:34:43 +0800 From: "Chen, Jing D" To: "He, Shaopeng" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/7] interrupt mode for fm10k Thread-Index: AQHRD6Ehf8P56xc79UKwnEDVjRA00p6AhruQ Date: Wed, 28 Oct 2015 07:34:42 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D02AE5AE9@shsmsx102.ccr.corp.intel.com> References: <1443159425-32502-1-git-send-email-shaopeng.he@intel.com> <1445831265-14256-1-git-send-email-shaopeng.he@intel.com> In-Reply-To: <1445831265-14256-1-git-send-email-shaopeng.he@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/7] 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: Wed, 28 Oct 2015 07:34:53 -0000 > -----Original Message----- > From: He, Shaopeng > Sent: Monday, October 26, 2015 11:48 AM > To: dev@dpdk.org > Cc: Chen, Jing D; Qiu, Michael; He, Shaopeng > Subject: [PATCH v2 0/7] interrupt mode for fm10k >=20 > This patch series adds interrupt mode support for fm10k, > contains four major parts: >=20 > 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 >=20 > 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 >=20 > Shaopeng He (7): > fm10k: implement rx_descriptor_done function > fm10k: setup rx queue interrupts for PF and VF > fm10k: remove rx queue interrupts when dev stops > fm10k: add rx queue interrupt en/dis functions > 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 >=20 > doc/guides/rel_notes/release_2_2.rst | 2 + > drivers/net/fm10k/fm10k.h | 3 + > drivers/net/fm10k/fm10k_ethdev.c | 164 > +++++++++++++++++++++++++++++++++-- > drivers/net/fm10k/fm10k_rxtx.c | 25 ++++++ > examples/l3fwd-power/main.c | 3 +- > 5 files changed, 189 insertions(+), 8 deletions(-) >=20 > -- > 1.9.3 Acked-by : Jing Chen