From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 216E942D79;
	Wed, 28 Jun 2023 07:31:07 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id A92C7406B3;
	Wed, 28 Jun 2023 07:31:06 +0200 (CEST)
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by mails.dpdk.org (Postfix) with ESMTP id CDC0D40151
 for <dev@dpdk.org>; Wed, 28 Jun 2023 07:31:04 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1687930264; x=1719466264;
 h=from:to:cc:subject:date:message-id:mime-version:
 content-transfer-encoding;
 bh=TypeMXmAMg1sXP0q1bJiPORQmzvn0Kmsv1df9Dw6PYE=;
 b=khPBarlqBPpHxgiO0blajR+dnxqg9FgpEXZerbtunKYYwUReDdQyN0g4
 LtLWGY8E8m9dwiYfBnDu9u22NsZHZjuK/WKfg68UY8T0kf6w5Gm05m/gF
 YQKWbNVzkP5WokIJ+gfgmpRtNCPIK1zUdM119WGrMdKfDOFkzM5DpZBSK
 3psWHb3ofnnz1LebkF71qRyhRzGAWv+44V40NYnuvUlAbtJy/zBsVPCIN
 hVFb0ap3R+TOh7nzz2h3Dl7hEWXoZuI1loZNPiL4BY3PYiRmVInLjUyzL
 rapT0O0i4yw6fKTEj7WCPfltsjlG8kWhUm8aRWL9Ds432B3j5mrbftmzq w==;
X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="365212839"
X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="365212839"
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 27 Jun 2023 22:31:03 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="829941499"
X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="829941499"
Received: from unknown (HELO zhichao-dpdk..) ([10.239.252.103])
 by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 27 Jun 2023 22:31:01 -0700
From: Zhichao Zeng <zhichaox.zeng@intel.com>
To: dev@dpdk.org
Cc: qiming.yang@intel.com, Zhichao Zeng <zhichaox.zeng@intel.com>,
 Qi Zhang <qi.z.zhang@intel.com>
Subject: [PATCH] doc: fix missing release note for timestamp offload on iavf
Date: Wed, 28 Jun 2023 13:37:39 +0800
Message-Id: <20230628053739.103560-1-zhichaox.zeng@intel.com>
X-Mailer: git-send-email 2.34.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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Add missing release note for Rx timestamp offload on vector path.

Fixes: 61b6874b9224 ("net/iavf: support Rx timestamp offload on AVX512")
Signed-off-by: Zhichao Zeng <zhichaox.zeng@intel.com>
---
 doc/guides/rel_notes/release_23_07.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
index 4459144140..cd33607af8 100644
--- a/doc/guides/rel_notes/release_23_07.rst
+++ b/doc/guides/rel_notes/release_23_07.rst
@@ -125,6 +125,10 @@ New Features
   which are being upstreamed:
   https://lore.kernel.org/all/20230419134329.346825-1-maxime.coquelin@redhat.com/
 
+* **Updated Intel iavf driver.**
+
+  * Added support for Rx timestamp offload on vector path.
+
 * **Updated Marvell cnxk ethdev driver.**
 
   * Added support for reassembly of multi-segment packets.
-- 
2.34.1