Re: [dpdk-dev] [RFC v3 0/1] Compression API in DPDK

2018-01-09 Thread Ahmed Mansour
Hi Fiona, Thanks for your response. I added comments inline On 12/22/2017 8:44 AM, Trahe, Fiona wrote: > Hi Ahmed, > thanks for your feedback and sorry for the slow response. > Comments below. > >> -Original Message- >> From: Ahmed Mansour [mailto:ahmed.mans...@nxp.com] >> Sent: Monday,

Re: [dpdk-dev] [RFC v3 0/1] Compression API in DPDK

2017-12-22 Thread Trahe, Fiona
Hi Ahmed, thanks for your feedback and sorry for the slow response. Comments below. > -Original Message- > From: Ahmed Mansour [mailto:ahmed.mans...@nxp.com] > Sent: Monday, December 18, 2017 9:07 PM > To: dev@dpdk.org; shally.ve...@cavium.com; Hemant Agrawal > > Cc: Hemant Agrawal ; ma

Re: [dpdk-dev] [RFC v3 0/1] Compression API in DPDK

2017-12-18 Thread Verma, Shally
> -Original Message- > From: Ahmed Mansour [mailto:ahmed.mans...@nxp.com] > Sent: 19 December 2017 02:37 > To: dev@dpdk.org; Verma, Shally ; Hemant > Agrawal > Cc: Hemant Agrawal ; Challa, Mahipal > ; fiona.tr...@intel.com; Athreya, Narayana > Prasad ; > pablo.de.lara.gua...@intel.com; R

Re: [dpdk-dev] [RFC v3 0/1] Compression API in DPDK

2017-12-18 Thread Ahmed Mansour
Hi Fiona, On 12/15/2017 11:16 PM, Trahe, Fiona wrote: > 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 > compressio

[dpdk-dev] [RFC v3 0/1] Compression API in DPDK

2017-12-15 Thread Trahe, Fiona
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. This RFC proposes a compression API for DP