From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 539B711C5 for ; Fri, 6 Mar 2015 09:07:06 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 06 Mar 2015 00:07:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,351,1422950400"; d="scan'208";a="676041626" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by fmsmga001.fm.intel.com with ESMTP; 06 Mar 2015 00:07:05 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 6 Mar 2015 16:07:04 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.192]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.197]) with mapi id 14.03.0195.001; Fri, 6 Mar 2015 16:07:02 +0800 From: "Qiu, Michael" To: "Chen, Jing D" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/2] doc: update release note for fm10k pmd driver Thread-Index: AQHQV9hu3+eLBwXp6EOVfX1bK591Aw== Date: Fri, 6 Mar 2015 08:07:02 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E60286CEF890@SHSMSX101.ccr.corp.intel.com> References: <1425623986-15465-1-git-send-email-jing.d.chen@intel.com> <1425623986-15465-2-git-send-email-jing.d.chen@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 2/2] doc: update release note for fm10k pmd driver 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, 06 Mar 2015 08:07:06 -0000 On 3/6/2015 2:40 PM, Chen Jing D(Mark) wrote:=0A= > From: "Chen Jing D(Mark)" =0A= >=0A= > Add feature list for fm10k driver.=0A= >=0A= > Signed-off-by: Chen Jing D(Mark) =0A= > ---=0A= > doc/guides/rel_notes/new_features.rst | 20 ++++++++++++++++++++=0A= > 1 files changed, 20 insertions(+), 0 deletions(-)=0A= >=0A= > diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes= /new_features.rst=0A= > index 2993b1e..c08d5a8 100644=0A= > --- a/doc/guides/rel_notes/new_features.rst=0A= > +++ b/doc/guides/rel_notes/new_features.rst=0A= > @@ -58,4 +58,24 @@ New Features=0A= > =0A= > * Packet Distributor Sample Application=0A= > =0A= > +* Poll Mode Driver - PCIE host-interface of Intel Ethernet Switch FM10= 000 Series (librte_pmd_fm10k)=0A= > +=0A= > + * Basic Rx/Tx functions for PF/VF=0A= > +=0A= > + * Interrupt handling support for PF/VF=0A= > +=0A= > + * Per queue start/stop functions for PF/VF=0A= > +=0A= > + * Support Mailbox handling between PF/VF and PF/Switch Manager=0A= > +=0A= > + * Receive Side Scaling (RSS) for PF/VF=0A= > +=0A= > + * Scatter receive function for PF/VF=0A= > +=0A= > + * Reta update/query for PF/VF=0A= > +=0A= > + * VLAN filter set for PF=0A= > +=0A= > + * Link status query for PF/VF.=0A= =0A= Why only last has '.'? I think should be keep the same style.=0A= =0A= Thanks,=0A= Michael=0A= > +=0A= > For further features supported in this release, see Chapter 3 Supported = Features.=0A= =0A=