Hi Tomasz, > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Tomasz Kulasek > Sent: Thursday, January 05, 2017 9:13 AM > To: [email protected] > 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 <[email protected]>
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

