From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C6191214A for ; Thu, 5 Jan 2017 16:37:16 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 05 Jan 2017 07:37:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,322,1477983600"; d="scan'208";a="919271132" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga003.jf.intel.com with ESMTP; 05 Jan 2017 07:37:15 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX152.ger.corp.intel.com ([169.254.6.191]) with mapi id 14.03.0248.002; Thu, 5 Jan 2017 15:37:14 +0000 From: "De Lara Guarch, Pablo" To: "Kulasek, TomaszX" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 1/5] rte_mbuf: add rte_pktmbuf_linearize Thread-Index: AQHSZzQAwLcRy2oc006GwtXxZRnP/qEqA+SQ Date: Thu, 5 Jan 2017 15:37:13 +0000 Message-ID: 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: <1483607556-21460-2-git-send-email-tomaszx.kulasek@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWFiZDNhOGItNGRjOS00ZDMyLWE3MWItZWE2NTFmYzVmNTJlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InBucEtPb0RIS2VZZlI4a1N6VXkzVFRQalwvaTJSaXlFMTVaU2d1TERqQzg0PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] 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 15:37:17 -0000 Hi Tomasz, > -----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 >=20 > 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. >=20 > Signed-off-by: Tomasz Kulasek Could you separate this patch and patch 2/5 out of this patchset and CC Oli= vier, 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. Thanks, Pablo