From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C94F28E58 for ; Tue, 22 Dec 2015 08:00:21 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 21 Dec 2015 23:00:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,463,1444719600"; d="scan'208";a="17403820" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 21 Dec 2015 23:00:19 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 21 Dec 2015 23:00:19 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.190]) by shsmsx102.ccr.corp.intel.com ([169.254.2.158]) with mapi id 14.03.0248.002; Tue, 22 Dec 2015 15:00:15 +0800 From: "Qiu, Michael" To: "He, Shaopeng" , "dev@dpdk.org" Thread-Topic: [PATCH v2 7/7] doc: release note update for fm10k intr mode Thread-Index: AQHRD6EqcZW7DOmWD0K1HnLXWgw2Mw== Date: Tue, 22 Dec 2015 07:00:15 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E6028622EFD142@SHSMSX101.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> <1445831265-14256-8-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 7/7] doc: release note update for fm10k intr mode 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: Tue, 22 Dec 2015 07:00:22 -0000 On 10/26/2015 11:48 AM, He, Shaopeng wrote:=0A= > Signed-off-by: Shaopeng He =0A= > ---=0A= > doc/guides/rel_notes/release_2_2.rst | 2 ++=0A= > 1 file changed, 2 insertions(+)=0A= >=0A= > diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/= release_2_2.rst=0A= > index 73dba47..44b3aea 100644=0A= > --- a/doc/guides/rel_notes/release_2_2.rst=0A= > +++ b/doc/guides/rel_notes/release_2_2.rst=0A= > @@ -5,11 +5,13 @@ New Features=0A= > ------------=0A= > =0A= > * Support interrupt mode on i40e=0A= > +* Support interrupt mode on fm10k=0A= > =0A= =0A= Do we need to declare the limitation like only VFIO support for RRC, and=0A= other limitations like could not work on the management port for=0A= BR(maybe I'm wrong, but need BAR4 to run Testpoint)=0A= =0A= > Resolved Issues=0A= > ---------------=0A= > =0A= > * Fix ixgbe/igb rx interrupt compatible issue with mbox=0A= > +* Fix l3fwd-power memory leak for non-ip packet=0A= > =0A= > Known Issues=0A= > ------------=0A= =0A=