From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 247C342D79; Wed, 28 Jun 2023 07:54:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D6E9142D30; Wed, 28 Jun 2023 07:54:46 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id C816242D30 for ; Wed, 28 Jun 2023 07:54:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687931686; x=1719467686; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Zshskti4/hNqgp7UBOJVWiS2R+kRaaRFsTGxvExEsr0=; b=GpI7iQmQgL/w8mokxwmST8jVUgpZL+1qa19yx14RfqfjkIUR9ksbHeyN +Jdfqt4UJxcwxkjXj8HVds1PeRHWqYSn04XaefC3vkfMGwo8S88kPiBxQ f1Q9YUIjDe3Xq9cJ41wPhnXH2K4hW3Eeat9NP6W9wpqcxw9ah3ksactrc xOeRnSkc2n/Y9TIeC7Nat9dDCl31PT2XQ1EuS/JCVjpbU6H4JDdpZNaZI lmBxbKXnr7oNJakIpmBc0ICKcJwgO1Izo/Tc8EvJhTT8bDt22Fn8NcMJc SFx8fNFvShMnCxI7zAYvyYS7sQK0/TNVPDQXSl5bs9/oBc8XT9R2WiTs9 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="346520400" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="346520400" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 22:54:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="786944993" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="786944993" Received: from shwdenpg561.ccr.corp.intel.com (HELO dpdk..) ([10.239.252.3]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 22:54:43 -0700 From: kevin-intel To: dev@dpdk.org Cc: qiming.yang@intel.com, yidingx.zhou@intel.com, kevin-intel , Qi Zhang Subject: [PATCH] doc: fix missing release note for link support Date: Wed, 28 Jun 2023 13:20:57 +0800 Message-Id: <20230628052057.14065-1-kaiwenx.deng@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org fix missing release note for link speed change support. Fixes: 36afbc269081 ("net/ice: support link speed change") Signed-off-by: kevin-intel --- doc/guides/rel_notes/release_23_07.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst index 4459144140..d3fa6a89f1 100644 --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst @@ -141,6 +141,10 @@ New Features * Added support for quota flow action and item. * Added support for flow rule update. +* **Updated Intel ice driver.** + + * Added support for link speed change. + * **Updated Solarflare network PMD.** * Added support for configuring FEC mode, querying FEC capabilities and -- 2.34.1