Re: [dpdk-dev] [PATCH v5 0/3] Chained Mbufs support in SW PMDs

2017-01-16 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Friday, January 13, 2017 3:23 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v5 0/3] Chained Mbufs support in SW PMDs > > This patch set adds support of scatter

[dpdk-dev] [PATCH v5 0/3] Chained Mbufs support in SW PMDs

2017-01-13 Thread Tomasz Kulasek
This patch set adds support of scattered-gather list for SW PMDs. As of now, application needs to reserve continuous block of memory for mbufs which is not always the case. Hence needed to support chaining of mbufs which are smaller in size but can be used if chained. Above work involves: --