From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=yhu9qwFrcyVGzZAN+fJX/VSgiTrID989QWbJKpITfAM=; b=Uo+GGmPQ1WKhBbIkTjeU5tpB8n/2RB06Sf+6bXUs7OrJVTBZkEBxLpfNajDoWgmXwT 8wB2mpo1u2NFwtIO+8njKC5SF8BKQaLShSg/eYX1r63PyMoTWbhJWnLOm6tNOTG5e2vj M9nh/202YIOp73XQDSPU+j7HoNTvxZo0zKJk9ALEKLGYXZcN6Z64NDDK/6K+puMdP6/f s5Np0zThlhv3S5gmINsHu50d8Bd1nX9wt7SW77J9kOFtwDOY0QbpeyZ1PS564bLIq6xU ap67UR0/SuL6lSJFsFaL7s/WoGcvABoUBdDp/gZou6M0nvho/7BxBJuHLIgB8PyYtXXj iewg== X-Gm-Message-State: ALoCoQm9WPereD8Z3Z4p3dGqUD5Mlc2JHueoRWAclm3bhtqNcIt8bJpPR19T7/jb7i8MaEAyrMw6 X-Received: by 10.28.24.73 with SMTP id 70mr1131908wmy.45.1445724276777; Sat, 24 Oct 2015 15:04:36 -0700 (PDT) Received: from xps13.localnet (APoitiers-657-1-137-120.w86-222.abo.wanadoo.fr. [86.222.2.120]) by smtp.gmail.com with ESMTPSA id cv1sm7996823wib.18.2015.10.24.15.04.35 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 24 Oct 2015 15:04:35 -0700 (PDT) From: Thomas Monjalon To: Simon Kagstrom Date: Sun, 25 Oct 2015 00:03:10 +0200 Message-ID: <1916099.DqcXIkWSqt@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <56249B86.9040908@6wind.com> References: <20151015090146.53a27703@miho> <56249B86.9040908@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4] mbuf/ip_frag: move mbuf chaining to common code 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: Sat, 24 Oct 2015 22:04:37 -0000 > > 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