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

2019-02-01 Thread Eads, Gage
plumber.org; Mcnamara, > John > Subject: Re: [dpdk-dev] [PATCH v3] doc: announce ring API change > > 18/01/2019 16:31, Gage Eads: > > In order to support the non-blocking ring[1], an API change > > (additional argument to rte_ring_get_memsize()) is required in > > libr

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

2019-02-01 Thread Thomas Monjalon
18/01/2019 16:31, 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.05. > > [1] http://mails.dpdk.org/archives

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

2019-01-18 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.05. [1] http://mails.dpdk.org/archives/dev/2019-January/123774.html Signed-off