From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/13] IP fragmentation and reassembly Date: Mon, 16 Jun 2014 18:59:32 +0200 Message-ID: <56118244.Fuh7l1breL@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Anatoly Burakov Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > 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