Re: [dpdk-dev] [RFC] Compression API in DPDK

2017-11-20 Thread Verma, Shally
asad ; > Challa, Mahipal ; Trahe, Fiona > > Subject: RE: [dpdk-dev] [RFC] Compression API in DPDK > > Hi Shally, > I'm aiming to get a v2 of the RFC out this week. > Regards, > Fiona > > > -Original Message- > > From: Verma, Shally [mailto:shally.ve

Re: [dpdk-dev] [RFC] Compression API in DPDK

2017-11-20 Thread Trahe, Fiona
arayana Prasad ; Challa, > Mahipal > > Subject: RE: [dpdk-dev] [RFC] Compression API in DPDK > > Hi Fiona > > Could you give some expected timeframe for next comp API spec patch? > > Thanks > Shally > > > -Original Message- > > From: dev [

Re: [dpdk-dev] [RFC] Compression API in DPDK

2017-11-19 Thread Verma, Shally
Narayana Prasad ; > Challa, Mahipal > Subject: Re: [dpdk-dev] [RFC] Compression API in DPDK > > [This sender failed our fraud detection checks and may not be who they > appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing] > > > -Original Message-

Re: [dpdk-dev] [RFC] Compression API in DPDK

2017-11-10 Thread Verma, Shally
> -Original Message- > From: Trahe, Fiona [mailto:fiona.tr...@intel.com] > Sent: 07 November 2017 16:54 > To: Verma, Shally ; dev@dpdk.org > Cc: Athreya, Narayana Prasad ; > Challa, Mahipal ; Trahe, Fiona > > Subject: RE: [dpdk-dev] [RFC] Compression AP

Re: [dpdk-dev] [RFC] Compression API in DPDK

2017-11-07 Thread Trahe, Fiona
Hi Shally, ///snip/// > [Shally] Ok. Then, just to confirm my understanding here. You mean PMD can > figure out amount of > available space in dst mbuf by calling rte_pktmbuf_data_len() on each of its > segment? [Fiona] exactly. ///snip/// > > > > > > + * This indicates the buffer size and

Re: [dpdk-dev] [RFC] Compression API in DPDK

2017-11-06 Thread Verma, Shally
> -Original Message- > From: Trahe, Fiona [mailto:fiona.tr...@intel.com] > Sent: 03 November 2017 00:47 > To: Verma, Shally ; dev@dpdk.org; Athreya, > Narayana Prasad ; Challa, Mahipal > > Cc: Trahe, Fiona > Subject: RE: [dpdk-dev] [RFC] Compression AP

Re: [dpdk-dev] [RFC] Compression API in DPDK

2017-11-02 Thread Trahe, Fiona
Hi Shally, > -Original Message- > From: Verma, Shally [mailto:shally.ve...@cavium.com] > Sent: Friday, October 20, 2017 6:40 PM > To: Trahe, Fiona ; dev@dpdk.org; Athreya, Narayana > Prasad > ; Challa, Mahipal > > Subject: RE: [dpdk-dev] [RFC]

Re: [dpdk-dev] [RFC] Compression API in DPDK

2017-10-23 Thread Verma, Shally
> -Original Message- > From: Trahe, Fiona [mailto:fiona.tr...@intel.com] > Sent: 17 October 2017 20:11 > To: shally verma ; dev@dpdk.org; Athreya, > Narayana Prasad ; Challa, Mahipal > ; Verma, Shally > Cc: Trahe, Fiona > Subject: RE: [dpdk-dev] [RFC] Compres

Re: [dpdk-dev] [RFC] Compression API in DPDK

2017-10-17 Thread Trahe, Fiona
gt; ; Shally Verma > Subject: Re: [dpdk-dev] [RFC] Compression API in DPDK > > While I am still going through RFC in details, inline are my inputs to > some of the points. > > On Thu, Oct 12, 2017 at 10:34 PM, Trahe, Fiona wrote: > > > > With the vast amounts of data bein

Re: [dpdk-dev] [RFC] Compression API in DPDK

2017-10-16 Thread shally verma
While I am still going through RFC in details, inline are my inputs to some of the points. On Thu, Oct 12, 2017 at 10:34 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

[dpdk-dev] [RFC] Compression API in DPDK

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