From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] mbuf/ip_frag: move mbuf chaining to common code Date: Sun, 25 Oct 2015 00:03:10 +0200 Message-ID: <1916099.DqcXIkWSqt@xps13> References: <20151015090146.53a27703@miho> <56249B86.9040908@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Simon Kagstrom Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id EB27B8D89 for ; Sun, 25 Oct 2015 00:04:36 +0200 (CEST) Received: by wicfx6 with SMTP id fx6so70360145wic.1 for ; Sat, 24 Oct 2015 15:04:36 -0700 (PDT) In-Reply-To: <56249B86.9040908@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Chaining/segmenting mbufs can be useful in many places, so make it > > global. > > > > Signed-off-by: Simon Kagstrom > > Signed-off-by: Johan Faltstrom > > Acked-by: Olivier Matz Applied, thanks