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 59F3942D7C; Wed, 28 Jun 2023 08:09:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2D935406B3; Wed, 28 Jun 2023 08:09:31 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id BDA3140151 for ; Wed, 28 Jun 2023 08:09: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=1687932569; x=1719468569; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=w7HwCwd0hR5ZmzqlluB9PPrXWwawzIzdzFmw453Va/0=; b=ioJMHD3i/LwHNaep53wXuQ0CQg9C3udv5LgWZX9wF3Gblm70m1x72u+H S1TaFFeK0mP8oylJigncKYciEut6e0Ye/1NmQI76/5Jv6dkAFquYSwjMt 2y2bZJQt9gfclEcd+StbTMLQoShptBs7MO/aaOjReRtSnXcawioHtB5zB fH6ph8V4A3uKwdNa6tPZEJcX0HXftIDzj3B3ILIyf+5HOOOyP7CIw9aeM +iDhiRQFQuc2ks9MaO2SGaLqwmUOid9WQohZ0XP+13OgQ3XjyIq8Vz4yX Dn9e6Ep8UyxXRebjzNjdhRFsxxSPvrNwuaUb/1Ev6fBlS8eG4P7b8zsBy w==; X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="427768000" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="427768000" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 23:09:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="806772246" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="806772246" Received: from unknown (HELO localhost.localdomain) ([10.239.252.253]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 23:09:25 -0700 From: Mingjin Ye To: dev@dpdk.org Cc: qiming.yang@intel.com, yidingx.zhou@intel.com, Mingjin Ye Subject: [PATCH] doc: fix missing release note for double vlan on ice Date: Wed, 28 Jun 2023 06:00:17 +0000 Message-Id: <20230628060017.8541-1-mingjinx.ye@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 double vlan on ice driver. Fixes: de5da9d16430 ("net/ice: support double VLAN") Signed-off-by: Mingjin Ye --- doc/guides/rel_notes/release_23_07.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst index 4459144140..fbbf349c63 100644 --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst @@ -141,6 +141,11 @@ New Features * Added support for quota flow action and item. * Added support for flow rule update. +* **Updated Intel ice driver.** + + * Added support for double vlan, include outer vlan stripping, + port-based outer vlan insertion and outer vlan tag type setting. + * **Updated Solarflare network PMD.** * Added support for configuring FEC mode, querying FEC capabilities and -- 2.25.1