Hi Pablo > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, January 5, 2017 16:37 > To: Kulasek, TomaszX <tomaszx.kula...@intel.com>; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 1/5] rte_mbuf: add > rte_pktmbuf_linearize > > Hi Tomasz, > > > -----Original Message----- > > From: dev [mailto:dev-boun...@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 <tomaszx.kula...@intel.com> > > 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. > > Thanks, > Pablo
Done. Tomasz