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 7B5BD42D79; Wed, 28 Jun 2023 05:38:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 54FD1406B3; Wed, 28 Jun 2023 05:38:40 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 92A1240151 for ; Wed, 28 Jun 2023 05:38:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687923518; x=1719459518; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2u5PDkqGxK66IRBG+WkobMs/2Sy8Sie/Y4OGCA3oO/o=; b=Bvk8xgYuH1rHlt69XwH5xYvcgsVWYERquoM+t4EHB0EwIo9vdw9IpXTy hHf39vuregnsFsVsdCbN6tC/JWv8qGB2Sq2qAwLtUGqmDZyT4RezCUo9u Bx/FGz2qgbsWQCj3rWjx9Sbv3p3JdZUCfxnZq42Te6P+uKmvMm0XaM2xz O431Zrs1XyZgJPeqtiDwFiRU/N1ulmZqb369hQMcI369H2RxrpXNBO5ap bS3VaMSp9j7yz0/A7RFLipfC4KElCZwKlvKW2PKlWqBn6Lzg8oXjicQ5Q +UP0o0BAwPNsxvZHRZmgGEG0sThEarFpsi1zxiGl8FYbdkBeSdPrBc+u5 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="351522716" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="351522716" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 20:38:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="710883439" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="710883439" Received: from dpdk-qiming3.sh.intel.com ([10.67.111.4]) by orsmga007.jf.intel.com with ESMTP; 27 Jun 2023 20:38:36 -0700 From: Qiming Yang To: dev@dpdk.org Cc: Qiming Yang Subject: [PATCH v2] doc: fix missing release note for I219 support Date: Wed, 28 Jun 2023 03:20:58 +0000 Message-Id: <20230628032058.2770945-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230613075548.2290073-1-qiming.yang@intel.com> References: <20230613075548.2290073-1-qiming.yang@intel.com> 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 Add missing release note for I219 support Fixes: a33e1a5bcd3f ("net/e1000: support more I219 devices") Signed-off-by: Qiming Yang --- v2 changes: add fix line --- doc/guides/rel_notes/release_23_07.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst index 4459144140..2d5d22d63e 100644 --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst @@ -200,6 +200,9 @@ New Features Enhanced the GRO library to support TCP packets over IPv6 network. +* **Updated Intel e1000 driver.** + + * Added support for new I219 devices. Removed Items ------------- -- 2.25.1