From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by dpdk.org (Postfix) with ESMTP id 87354B137 for ; Wed, 18 Jun 2014 16:50:36 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 18 Jun 2014 07:50:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,501,1400050800"; d="scan'208";a="447055384" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by azsmga001.ch.intel.com with ESMTP; 18 Jun 2014 07:50:39 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s5IEoc3d009255 for ; Wed, 18 Jun 2014 15:50:38 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id s5IEocpr025928 for ; Wed, 18 Jun 2014 15:50:38 +0100 Received: (from aburakov@localhost) by sivswdev01.ir.intel.com with id s5IEobC3025922 for dev@dpdk.org; Wed, 18 Jun 2014 15:50:37 +0100 From: Anatoly Burakov To: dev@dpdk.org Date: Wed, 18 Jun 2014 15:50:27 +0100 Message-Id: X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 00/10] rte_ip_frag: various fixes for lib and examples X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 14:50:37 -0000 This patchset fixes a few issues found during validation, and also does a bunch of renames (so that internally-used data structures aren't starting with rte_) and fixes a few typos. Anatoly Burakov (10): ip_frag: rename RTE_IP_FRAG_ASSERT to IP_FRAG_ASSERT ip_frag: fix debug macros ip_frag: renaming rte_ip_frag_pkt to ip_frag_pkt ip_frag: fix stats macro, rename rte_ip_frag_tbl_stat structure ip_frag: small fix, replace hardcode with a macro ip_frag: replace memmove with custom copying ip_frag: fix order of arguments to key compare function ip_fragmentation: small fixes ip_reassembly: small fixes rte_ip_frag: API header file fix config/common_bsdapp | 1 + config/common_linuxapp | 1 + examples/ip_fragmentation/main.c | 6 +++++- examples/ip_reassembly/main.c | 16 ++++++++++------ lib/librte_ip_frag/ip_frag_common.h | 22 +++++++++++----------- lib/librte_ip_frag/ip_frag_internal.c | 28 ++++++++++++++-------------- lib/librte_ip_frag/rte_ip_frag.h | 20 ++++++++++---------- lib/librte_ip_frag/rte_ipv4_fragmentation.c | 2 +- lib/librte_ip_frag/rte_ipv4_reassembly.c | 10 +++++----- lib/librte_ip_frag/rte_ipv6_fragmentation.c | 2 +- lib/librte_ip_frag/rte_ipv6_reassembly.c | 16 +++++++++++++--- 11 files changed, 72 insertions(+), 52 deletions(-) -- 1.8.1.4