> -----Original Message----- > From: Xu, Ting <ting...@intel.com> > Sent: Friday, June 19, 2020 4:51 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Yang, Qiming > <qiming.y...@intel.com>; Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei > <beilei.x...@intel.com>; Kovacevic, Marko <marko.kovace...@intel.com>; > Mcnamara, John <john.mcnam...@intel.com>; Xu, Ting <ting...@intel.com> > Subject: [PATCH v4 12/12] doc: enable DCF datapath configuration > > Add doc for DCF datapath configuration in DPDK 20.08 release note. > > Signed-off-by: Ting Xu <ting...@intel.com> > --- > doc/guides/rel_notes/release_20_08.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/release_20_08.rst > b/doc/guides/rel_notes/release_20_08.rst > index dee4ccbb5..1a3a4cdb2 100644 > --- a/doc/guides/rel_notes/release_20_08.rst > +++ b/doc/guides/rel_notes/release_20_08.rst > @@ -56,6 +56,12 @@ New Features > Also, make sure to start the actual text at the margin. > ========================================================= > > +* **Updated the Intel ice driver.** > + > + Updated the Intel ice driver with new features and improvements, > including: > + > + * Added support for DCF datapath configuration. > + > * **Updated Mellanox mlx5 driver.** > > Updated Mellanox mlx5 driver with new features and improvements, > including: > -- > 2.17.1 We might also need to add doc/nic/features/ice_dcf.ini as a new type of ethdev has been added.