Re: [dpdk-dev] [PATCH v5] mbuf: add a function to linearize a packet

2017-01-15 Thread Thomas Monjalon
2017-01-13 16:32, Olivier Matz: > On Thu, 12 Jan 2017 10:40:44 +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 handl

Re: [dpdk-dev] [PATCH v5] mbuf: add a function to linearize a packet

2017-01-13 Thread Kulasek, TomaszX
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Friday, January 13, 2017 16:33 > To: Kulasek, TomaszX > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: Re: [PATCH v5] mbuf: add a function to linearize a packet > > On Thu, 12 Jan 2017 10:40:44 +0100,

Re: [dpdk-dev] [PATCH v5] mbuf: add a function to linearize a packet

2017-01-13 Thread Olivier Matz
On Thu, 12 Jan 2017 10:40:44 +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. > > Included unit test

[dpdk-dev] [PATCH v5] mbuf: add a function to linearize a packet

2017-01-12 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