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 A903242D79; Wed, 28 Jun 2023 05:43:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E59A406B3; Wed, 28 Jun 2023 05:43:49 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 3B2D140151 for ; Wed, 28 Jun 2023 05:43:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687923827; x=1719459827; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Zq/0srJpoGaO022Wqxz0JW+kmN+8yCaCWdmzFvEWOMc=; b=B4h9JTPzjBJqpvgj1Ua9V90ejRnM2wzXzCInjZB5L3xUiMt6ipk+3Jkw xCYlUOOwocwC1XMzTR3I/4rpRYgDc89hyStQMyP9JNzc5SPZCbW++V/hm VhRwvTYuju9dDLgK+oTbEl6a6ORaPO+StJ4C/u9p12t5lesBg9+oi6ISL jep22jJ65z+pS184Rlbh9OTLtdNetpDij21L9fzIp4jop/k/qjUrgYzkg rKmIHfU/om55i4GO4OuNModSs90ej1M73ODibHyB7ifa1NLpOl5i0335q RCg2Lol8OeMBuCm30LgKh01h/6ZawK6Stt1EsHf7gIU20W4SiWfRj/x0J A==; X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="360592897" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="360592897" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 20:43:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="786901592" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="786901592" Received: from dpdk-qiming3.sh.intel.com ([10.67.111.4]) by fmsmga004.fm.intel.com with ESMTP; 27 Jun 2023 20:43:45 -0700 From: Qiming Yang To: dev@dpdk.org Cc: Qiming Yang Subject: [PATCH] doc: fix missing release note for I225 support Date: Wed, 28 Jun 2023 03:26:07 +0000 Message-Id: <20230628032607.2771859-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.25.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 Add missing release note for I225-LMVP support. Fixes: 431d5e6dc3de ("net/igc: support I225-LMVP device") 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 4459144140..c4a6043780 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 igc driver.** + + * Added support for I225-LMVP. Removed Items ------------- -- 2.25.1