From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id A85A2B0BA for ; Thu, 26 Jun 2014 23:10:01 +0200 (CEST) Received: by mail-wg0-f51.google.com with SMTP id x12so4164531wgg.34 for ; Thu, 26 Jun 2014 14:10:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=YiydYDtRhm7HtTHNhXYdZT23wo+hODiG7CM0Br1xRz0=; b=D3ahANKuWzrS9vmssFa0jRo38PQ+l5SOHJDtLQA0tmemvJcydA4mDLq7T5wW6uNgs1 COBd+DgpfAHiH/AtJWDWZ11BjpQ/ItAS2PVa/p2YOifKxcIwlNpkDkWaFGM2WsD0U1rD iVYA6+nzyU96y8JWl82tovZYyehcsVW09t/UGZpocWILZ4qUQIXS7P7zi11mfL8IgDbC m6R4mjXJ0gV5vJq94gdSgHUoFrnpXdq+mW+5aqc46+/Dom1Kocj5b+k3+gVaxXjvHix1 jyz4U/5ciwLMO8muKg28NpHZtGUu1vtBmdllZGQD5XM4zsajzD1IobEB2dGIhkgssNXW MSqw== X-Gm-Message-State: ALoCoQlEF8xIauSjRzHcFElLfrcj76LXP2VM9KASF8FSTSbolD4kjQ3vYSpEwt64QkgubKrV50Wi X-Received: by 10.195.18.8 with SMTP id gi8mr20301235wjd.75.1403817020701; Thu, 26 Jun 2014 14:10:20 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id wc4sm549179wjc.31.2014.06.26.14.10.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 14:10:19 -0700 (PDT) From: Thomas Monjalon To: Anatoly Burakov Date: Thu, 26 Jun 2014 23:10:14 +0200 Message-ID: <2329385.zJz28mVFzo@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [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: Thu, 26 Jun 2014 21:10:01 -0000 2014-06-18 15:50, Anatoly Burakov: > 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 Acked-by: Thomas Monjalon There were a lot of little things in these commits. In order to tidy them without waiting another version for rc2, I've splitted, merged and renamed some commits. Applied for version 1.7.0. Thanks -- Thomas