From 4bd8098a3b277f50adebd9941dda6ce9e33bdf7f Mon Sep 17 00:00:00 2001 From: Dapeng Yu Date: Wed, 10 Nov 2021 16:59:25 +0800 Subject: [PATCH] doc: update release notes for DCF reset in ice PMD The ice DCF device reset has been supported. Release notes is updated to synchronize with the feature. Fixes: 1a86f4dbdf42 ("net/ice: support DCF device reset") Signed-off-by: Dapeng Yu Acked-by: Qi Zhang --- doc/guides/rel_notes/release_21_11.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst index 0f79a7cff1..a6b3ea544a 100644 --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst @@ -205,6 +205,7 @@ New Features * Added IPv4 and L4 (TCP/UDP/SCTP) checksum hash support in RSS flow. * Added DEV_RX_OFFLOAD_TIMESTAMP support. * Added timesync API support under scalar path. + * Added DCF reset API support. * **Updated Intel ixgbe driver.** -- 2.39.5