From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) by dpdk.org (Postfix) with ESMTP id A86D0B0B7 for ; Mon, 16 Jun 2014 18:59:18 +0200 (CEST) Received: by mail-la0-f46.google.com with SMTP id gl10so3158920lab.5 for ; Mon, 16 Jun 2014 09:59:34 -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=OiKQGBrByStjtVvci9mXMvBYM7kgGGwciUeKmbcT1+8=; b=jNOXGJFBWfQqAC2y6ZOD671CqvIlw83Vj26vzwtsqzHL8DnPzWAshB8H1g+JnGX/Qu t1rngUnSU7Lgg9I4u8w8jTa647zndRg5e3YbhcYrjPY+BfsrzdQwhlAshIaJ/HMUw7oq 52NoIy8XYFI2xXFrl7Rd0rhuy63l7TtZqwGvjXJAD/qDAPqR35yJE4VE8UNQ9XgpavQF SvSXH0Ff+N/8Gd52gqYUv/zcMJgRZSkeq8yAxiyzPrcu5lJap/LMFyliwyZPOpjn+kIj 38wRClg1ilLv/OCFcPLZTmbBKB6kwnXT9vkCJi2KIVmYnbu8f7mkqdx60WTh4Xr4dyaE EVvQ== X-Gm-Message-State: ALoCoQmFCK+S69f8iEnn4X8J/O1FCu12vDRdAx3jq5oE2bLl3Z94WfdJBcvJVJOwXTKecT25A8TU X-Received: by 10.180.83.225 with SMTP id t1mr29114995wiy.28.1402937973911; Mon, 16 Jun 2014 09:59:33 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id ub8sm5620536wib.0.2014.06.16.09.59.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Jun 2014 09:59:32 -0700 (PDT) From: Thomas Monjalon To: Anatoly Burakov Date: Mon, 16 Jun 2014 18:59:32 +0200 Message-ID: <56118244.Fuh7l1breL@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/13] IP fragmentation and reassembly 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: Mon, 16 Jun 2014 16:59:19 -0000 > Anatoly Burakov (13): > ip_frag: Moving fragmentation/reassembly headers into a separate > library > Refactored IPv4 fragmentation into a proper library > Fixing issues reported by checkpatch > ip_frag: new internal common header > ip_frag: removed unneeded check and macro > ip_frag: renaming structures in fragmentation table to be more generic > ip_frag: refactored reassembly code and made it a proper library > ip_frag: renamed ipv4 frag function > ip_frag: added IPv6 fragmentation support > examples: renamed ipv4_frag example app to ip_fragmentation > example: overhaul of ip_fragmentation example app > ip_frag: add support for IPv6 reassembly > examples: overhaul of ip_reassembly app Acked-by: Thomas Monjalon I've fixed few code style issues and added the library in doxygen. Applied for version 1.7.0. Thanks -- Thomas