On 3/6/2015 2:40 PM, Chen Jing D(Mark) wrote: > From: "Chen Jing D(Mark)" <jing.d.chen at intel.com> > > Add feature list for fm10k driver. > > Signed-off-by: Chen Jing D(Mark) <jing.d.chen at intel.com> > --- > 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..c08d5a8 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.
Why only last has '.'? I think should be keep the same style. Thanks, Michael > + > For further features supported in this release, see Chapter 3 Supported > Features.