From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B12FA2A6C for ; Thu, 5 Jan 2017 17:52:16 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP; 05 Jan 2017 08:52:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,322,1477983600"; d="scan'208";a="49902512" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga005.fm.intel.com with ESMTP; 05 Jan 2017 08:52:06 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.230]) by IRSMSX106.ger.corp.intel.com ([169.254.8.197]) with mapi id 14.03.0248.002; Thu, 5 Jan 2017 16:52:06 +0000 From: "Kulasek, TomaszX" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 1/5] rte_mbuf: add rte_pktmbuf_linearize Thread-Index: AQHSZzP/ZFrbQsYnyEqM1/Go5zGxjKEqBMOAgAAUi6A= Date: Thu, 5 Jan 2017 16:52:05 +0000 Message-ID: <3042915272161B4EB253DA4D77EB373A14F7171E@IRSMSX102.ger.corp.intel.com> References: <1483031543-21196-1-git-send-email-tomaszx.kulasek@intel.com> <1483607556-21460-1-git-send-email-tomaszx.kulasek@intel.com> <1483607556-21460-2-git-send-email-tomaszx.kulasek@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 1/5] rte_mbuf: add rte_pktmbuf_linearize X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2017 16:52:17 -0000 Hi Pablo > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, January 5, 2017 16:37 > To: Kulasek, TomaszX ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 1/5] rte_mbuf: add > rte_pktmbuf_linearize >=20 > Hi Tomasz, >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tomasz Kulasek > > Sent: Thursday, January 05, 2017 9:13 AM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH v3 1/5] rte_mbuf: add rte_pktmbuf_linearize > > > > This patch adds function rte_pktmbuf_linearize to let crypto PMD > coalesce > > chained mbuf before crypto operation and extend their capabilities to > > support segmented mbufs when device cannot handle them natively. > > > > Signed-off-by: Tomasz Kulasek >=20 > Could you separate this patch and patch 2/5 out of this patchset and CC > Olivier, > the mbuf maintainer, so it can be better reviewed? > (you can send it as a single patch, both lib and test code) > Then, send another patchset with the other 3 patches, > stating that it depends on that patchset. >=20 > Thanks, > Pablo Done. Tomasz