Re: [dpdk-dev] [PATCH v4] rte_mbuf: add rte_pktmbuf_linearize

2017-01-10 Thread Olivier MATZ
Hi Tomasz, On Thu, 5 Jan 2017 17:44:00 +0100, Tomasz Kulasek wrote: > 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. > > Includ

[dpdk-dev] [PATCH v4] rte_mbuf: add rte_pktmbuf_linearize

2017-01-05 Thread Tomasz Kulasek
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. Included unit tests for rte_pktmbuf_linearize functionality: 1) Creates banch of segmen