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 E04EE456BD; Fri, 26 Jul 2024 18:13:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6BCDF427AE; Fri, 26 Jul 2024 18:13:43 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) by mails.dpdk.org (Postfix) with ESMTP id 2695D410F6 for ; Fri, 26 Jul 2024 18:13:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1722010422; x=1753546422; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HLLGAw4z3ghVlyUOpUYRNrkokOA+klLQuUc7HGFU5+U=; b=XOqm6N4cmLrB+wRx7XNEgpVuSJ+5PlIOepyr8X6ayWPM+Y9MNZ5yOTva yE2TLY/AxJ5L7ccjZg/otBL/D2rSIEseRJRQxcLiU2hN1M3cRA0Y/xreO SwKXggBp1h+TKuMk6c+gcFGNOE0+0W6jWLLv/XBkz21Bsz52VJ7jq0UoN VQ2DtR3OGR8ZiAZ5QEBX443YLjl2u8hOLVOsXSMW9a0v0HY+ei9C9NjBW Qjo7BHpRAe7VGAWg2B7QeDeQIYjbexTsRR4acpJwbFotmJjElCnuXExBT FiqePSt72cKbGsHGvNMQ2ld2VCxIleBGPcgOz+IMI02zldKmZPskyC+Db w==; X-CSE-ConnectionGUID: GmSphrOkQ+ORtOsBfEPV1A== X-CSE-MsgGUID: +0WRotzuShCbXceprLIHvg== X-IronPort-AV: E=McAfee;i="6700,10204,11145"; a="19686185" X-IronPort-AV: E=Sophos;i="6.09,239,1716274800"; d="scan'208";a="19686185" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jul 2024 09:13:41 -0700 X-CSE-ConnectionGUID: AKLIYcl0RV6WXe1Q4+yLhg== X-CSE-MsgGUID: esU72icgSaW4L6qWTt2S0Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,239,1716274800"; d="scan'208";a="53249950" Received: from unknown (HELO silpixa00401176.ir.intel.com) ([10.243.22.170]) by fmviesa009.fm.intel.com with ESMTP; 26 Jul 2024 09:13:40 -0700 From: Vladimir Medvedkin To: dev@dpdk.org Cc: rjarry@redhat.com Subject: [PATCH] doc: announce fib configuration structure changes Date: Fri, 26 Jul 2024 16:13:33 +0000 Message-Id: <20240726161333.878004-1-vladimir.medvedkin@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Announce addition of the flags field into rte_fib_conf structure. Signed-off-by: Vladimir Medvedkin --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 6948641ff6..d4d6290288 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -147,3 +147,7 @@ Deprecation Notices will be deprecated and subsequently removed in DPDK 24.11 release. Before this, the new port library API (functions rte_swx_port_*) will gradually transition from experimental to stable status. + +* fib: A new flags field will be introduced in rte_fib_conf structure + in DPDK 24.11. This field will be used to pass extra configuration + settings when creating rte_fib. -- 2.34.1