Re: [dpdk-dev] [PATCH v4 12/12] doc: enable DCF datapath configuration
From: Zhang, Qi Z <hidden>
Date: 2020-06-22 04:48:34
quoted hunk ↗ jump to hunk
-----Original Message----- From: Xu, Ting <redacted> Sent: Friday, June 19, 2020 4:51 PM To: dev@dpdk.org Cc: Zhang, Qi Z <redacted>; Yang, Qiming [off-list ref]; Wu, Jingjing [off-list ref]; Xing, Beilei [off-list ref]; Kovacevic, Marko [off-list ref]; Mcnamara, John [off-list ref]; Xu, Ting [off-list ref] 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 <redacted> --- doc/guides/rel_notes/release_20_08.rst | 6 ++++++ 1 file changed, 6 insertions(+)diff --git a/doc/guides/rel_notes/release_20_08.rstb/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.