From: Dapeng Yu Date: Wed, 10 Nov 2021 08:59:25 +0000 (+0800) Subject: doc: update release notes for DCF reset in ice PMD X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=4bd8098a3b277f50adebd9941dda6ce9e33bdf7f;p=dpdk.git 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 --- 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.**