Re: [dpdk-dev] [PATCH v4] doc: announce ring API change

2019-05-13 Thread Olivier Matz
.com; nd ; Ananyev, Konstantin > > ; tho...@monjalon.net; Richardson, > > Bruce ; dev@dpdk.org; > > olivier.m...@6wind.com; Honnappa Nagarahalli > > ; Gavin Hu (Arm Technology China) > > > > Subject: Re: [dpdk-dev] [PATCH v4] doc: announce ring API change > >

Re: [dpdk-dev] [PATCH v4] doc: announce ring API change

2019-05-10 Thread Eads, Gage
dpdk.org; > olivier.m...@6wind.com; Honnappa Nagarahalli > ; Gavin Hu (Arm Technology China) > > Subject: Re: [dpdk-dev] [PATCH v4] doc: announce ring API change > > On Fri, 2019-05-10 at 07:58 -0700, Stephen Hemminger wrote: > > On Fri, 10 May 2019 14:53:56 + > >

Re: [dpdk-dev] [PATCH v4] doc: announce ring API change

2019-05-10 Thread Ola Liljedahl
On Fri, 2019-05-10 at 07:58 -0700, Stephen Hemminger wrote: > On Fri, 10 May 2019 14:53:56 + > "Eads, Gage" wrote: > > 01/02/2019 15:36, Gage Eads: > In order to support the non-blocking ring[1], an API change > (additional argument to rte_ring_get_memsize()) is required in > librte_ring. T

Re: [dpdk-dev] [PATCH v4] doc: announce ring API change

2019-05-10 Thread Stephen Hemminger
On Fri, 10 May 2019 14:53:56 + "Eads, Gage" wrote: > > 01/02/2019 15:36, Gage Eads: > > > In order to support the non-blocking ring[1], an API change > > > (additional argument to rte_ring_get_memsize()) is required in > > > librte_ring. This commit updates the deprecation notice to pave th

Re: [dpdk-dev] [PATCH v4] doc: announce ring API change

2019-05-10 Thread Eads, Gage
> 01/02/2019 15:36, Gage Eads: > > In order to support the non-blocking ring[1], an API change > > (additional argument to rte_ring_get_memsize()) is required in > > librte_ring. This commit updates the deprecation notice to pave the > > way for its inclusion in 19.08. > > > > [1] http://mails.dpdk

Re: [dpdk-dev] [PATCH v4] doc: announce ring API change

2019-05-09 Thread Thomas Monjalon
01/02/2019 15:36, Gage Eads: > In order to support the non-blocking ring[1], an API change (additional > argument to rte_ring_get_memsize()) is required in librte_ring. This commit > updates the deprecation notice to pave the way for its inclusion in > 19.08. > > [1] http://mails.dpdk.org/archives

[dpdk-dev] [PATCH v4] doc: announce ring API change

2019-02-01 Thread Gage Eads
In order to support the non-blocking ring[1], an API change (additional argument to rte_ring_get_memsize()) is required in librte_ring. This commit updates the deprecation notice to pave the way for its inclusion in 19.08. [1] http://mails.dpdk.org/archives/dev/2019-January/124162.html Signed-off