From patchwork Tue Jun 13 07:55:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qiming Yang X-Patchwork-Id: 128552 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CB70142CA2; Tue, 13 Jun 2023 10:13:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9505F40A8A; Tue, 13 Jun 2023 10:13:31 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 8279F40698 for ; Tue, 13 Jun 2023 10:13:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686644009; x=1718180009; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=AFVV1V+uYNNIoRkZxrvZDKJ8COaYidgJMpBclZufTMM=; b=hvriuE4QNF7p81sz4MJmxDY1ypkjBTgXjslmN1pqvu/nYO2qtpzPR3WY JHWGEoBX5ZPhjyEmzsbsNc37aBcqqaBSSbrsarGSrrPNFRKgn1/pO4mu6 rG+yzf+ZiGpywTD59QDwifPn4z0+pawh+hypC1Uj9vNf1LrSBudo8Ioku moeS5dbOitqX+FaF7qC8zy0qcgF+WNQU8uDRE2qAzbZNcbIg+XUCXCbB7 5rpypmtW2rzP6Yfk1cEoqZMR1Mc2T4KEA/rBCuePpap4OJQdD0n5k7iIC Fel0ryKU/ZM9ohoHQxQhDCGeQQCwX8jn88IM+teqJFQ/4FmPoo/oK9kG4 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10739"; a="361633032" X-IronPort-AV: E=Sophos;i="6.00,239,1681196400"; d="scan'208";a="361633032" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jun 2023 01:13:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10739"; a="714707632" X-IronPort-AV: E=Sophos;i="6.00,239,1681196400"; d="scan'208";a="714707632" Received: from dpdk-qiming3.sh.intel.com ([10.67.111.4]) by fmsmga007.fm.intel.com with ESMTP; 13 Jun 2023 01:13:27 -0700 From: Qiming Yang To: dev@dpdk.org Cc: qi.z.zhang@intel.com, Qiming Yang Subject: [PATCH] doc: add release note for new e1000 device Date: Tue, 13 Jun 2023 07:55:48 +0000 Message-Id: <20230613075548.2290073-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 Signed-off-by: Qiming Yang --- 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 027ae7bd2d..382dbfbe37 100644 --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst @@ -170,6 +170,9 @@ New Features See :doc:`../prog_guide/pdcp_lib` for more information. +* **Updated INTEL e1000 driver.** + + * Added support for new I219 devices. Removed Items -------------