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 05006A0C4D; Mon, 8 Nov 2021 14:56:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BE1A41122; Mon, 8 Nov 2021 14:56:03 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 24DEA40E28 for ; Mon, 8 Nov 2021 14:56:01 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10161"; a="295665654" X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="295665654" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 05:56:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="669012935" Received: from sivswdev08.ir.intel.com ([10.237.217.47]) by orsmga005.jf.intel.com with ESMTP; 08 Nov 2021 05:56:00 -0800 From: Konstantin Ananyev To: dev@dpdk.org Cc: Konstantin Ananyev Date: Mon, 8 Nov 2021 13:55:53 +0000 Message-Id: <20211108135555.24164-1-konstantin.ananyev@intel.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20211108115136.9998-1-konstantin.ananyev@intel.com> References: <20211108115136.9998-1-konstantin.ananyev@intel.com> Subject: [dpdk-dev] [PATCH v4 0/2] ip_frag cleanup patches 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 Sender: "dev" Konstantin Ananyev (2): ip_frag: hide internal structures ip_frag: add namespace doc/guides/rel_notes/release_21_11.rst | 3 + examples/ip_reassembly/main.c | 2 +- examples/ipsec-secgw/ipsec-secgw.c | 2 +- lib/ip_frag/ip_frag_common.h | 1 + lib/ip_frag/ip_reassembly.h | 89 ++++++++++++++++++++++++++ lib/ip_frag/rte_ip_frag.h | 87 ++----------------------- lib/ip_frag/rte_ip_frag_common.c | 3 +- lib/ip_frag/rte_ipv6_fragmentation.c | 12 ++-- lib/ip_frag/rte_ipv6_reassembly.c | 6 +- lib/port/rte_port_ras.c | 2 +- 10 files changed, 114 insertions(+), 93 deletions(-) create mode 100644 lib/ip_frag/ip_reassembly.h -- 2.25.1