From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen Jing D(Mark)" Subject: [PATCH v2 2/2] doc: update release note for fm10k pmd driver Date: Fri, 13 Mar 2015 17:14:19 +0800 Message-ID: <1426238059-18386-3-git-send-email-jing.d.chen@intel.com> References: <1425623986-15465-1-git-send-email-jing.d.chen@intel.com> <1426238059-18386-1-git-send-email-jing.d.chen@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1426238059-18386-1-git-send-email-jing.d.chen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" From: "Chen Jing D(Mark)" Add feature list for fm10k driver. Signed-off-by: Chen Jing D(Mark) --- doc/guides/rel_notes/new_features.rst | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst index 2993b1e..a27e360 100644 --- a/doc/guides/rel_notes/new_features.rst +++ b/doc/guides/rel_notes/new_features.rst @@ -58,4 +58,24 @@ New Features * Packet Distributor Sample Application +* Poll Mode Driver - PCIE host-interface of Intel Ethernet Switch FM10000 Series (librte_pmd_fm10k) + + * Basic Rx/Tx functions for PF/VF + + * Interrupt handling support for PF/VF + + * Per queue start/stop functions for PF/VF + + * Support Mailbox handling between PF/VF and PF/Switch Manager + + * Receive Side Scaling (RSS) for PF/VF + + * Scatter receive function for PF/VF + + * Reta update/query for PF/VF + + * VLAN filter set for PF + + * Link status query for PF/VF + For further features supported in this release, see Chapter 3 Supported Features. -- 1.7.7.6