Re: [dpdk-dev] [PATCH v6 00/14] Implement compression API

2018-05-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Friday, April 27, 2018 2:24 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; shally.ve...@cavium.com; > ahmed.mans...@nxp.com; ashish.gu...@cavium.com; De Lara Guarch, Pablo > ; Shally Verma > ; Ashish Gupta > > Subject: [PATCH v6 00/1

[dpdk-dev] [PATCH v6 00/14] Implement compression API

2018-04-27 Thread Pablo de Lara
With the vast amounts of data being transported around networks and stored in storage systems, reducing data size is becoming ever more important. There are both software libraries and hardware devices available that provide compression, but no common API. Such an API is proposed in this patchset,