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 845BA42D79; Wed, 28 Jun 2023 07:49:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1FEB1406B3; Wed, 28 Jun 2023 07:49:20 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 3487440151 for ; Wed, 28 Jun 2023 07:49:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687931358; x=1719467358; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=rgSs0mVOkWNNeZzOetKSnxKo8rbimpcKl2AO5bnS1RY=; b=CHbfTG9HtwaV1B6jXCDQCI+WAqqXyN+GmrX6v2e6EZ/AQVR0bRjbngwm gurQqEZjsAk3GKqeQL+R21SMOXsTsqSYddjLa5Sj7w86yBFJABlu7uuFZ ojCN2e0Wbkai12Zc2pUyeyTjITPlwPNAoxaohJU812eZA6fN6bmfNJW2F VW1WRLPTkp5P9Ke2w9an/BzN44Xo4Wofhx6kHa/7VO1ncISQaJlFhOoJT 38OP2+rlXBNQxYv1g4gOEtsz7U/wGWZfjDlge6xOUaysm3jJVVqKsmmiq PsxSJoGFEHyDhGBUMuo4kx/Y3Wxq3/ff9x1DbOOdQNVN2KvGFKVFKKuG5 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="361798489" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="361798489" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 22:49:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="829945596" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="829945596" Received: from unknown (HELO localhost.localdomain) ([10.239.252.253]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 22:49:14 -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 05:39:59 +0000 Message-Id: <20230628053959.7622-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 dc0d250e16..ba4efa69f2 100644 --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst @@ -156,6 +156,11 @@ New Features * Added support for combined Cipher-CRC offload for DOCSIS for QAT GENs 2,3 and 4. +* **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 Marvell cnxk crypto driver.** * Added support for PDCP chain in cn10k crypto driver. -- 2.25.1