[dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice

2016-04-05 Thread Wiles, Keith
>2016-03-10 13:56, Wiles, Keith: >> >On Thu, Mar 10, 2016 at 01:37:27PM +0100, Olivier MATZ wrote: >> >> Hi David, >> >> >> >> On 03/10/2016 12:55 PM, David Hunt wrote: >> >> > Announce the ABI breakage due to addition of external mempool >> >> > manager functionality which requires changes to rte

[dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice

2016-04-04 Thread Thomas Monjalon
> >> > Announce the ABI breakage due to addition of external mempool > >> > manager functionality which requires changes to rte_mempool > >> > structure. > >> > > >> > Signed-off-by: David Hunt > >> > >> Acked-by: Olivier Matz > >> > >Acked-by: Bruce Richardson > > Acked-by: John McNamara >

[dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice

2016-03-10 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of David Hunt > Sent: Thursday, March 10, 2016 11:56 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice > > Announce the ABI breakage due to

[dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice

2016-03-10 Thread Thomas Monjalon
2016-03-10 13:56, Wiles, Keith: > >On Thu, Mar 10, 2016 at 01:37:27PM +0100, Olivier MATZ wrote: > >> Hi David, > >> > >> On 03/10/2016 12:55 PM, David Hunt wrote: > >> > Announce the ABI breakage due to addition of external mempool > >> > manager functionality which requires changes to rte_mempoo

[dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice

2016-03-10 Thread Wiles, Keith
>On Thu, Mar 10, 2016 at 01:37:27PM +0100, Olivier MATZ wrote: >> Hi David, >> >> On 03/10/2016 12:55 PM, David Hunt wrote: >> > Announce the ABI breakage due to addition of external mempool >> > manager functionality which requires changes to rte_mempool >> > structure. >> > >> > Signed-off-by:

[dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice

2016-03-10 Thread Olivier MATZ
Hi David, On 03/10/2016 12:55 PM, David Hunt wrote: > Announce the ABI breakage due to addition of external mempool > manager functionality which requires changes to rte_mempool > structure. > > Signed-off-by: David Hunt Acked-by: Olivier Matz Please note we need not 2 more acks for this kind

[dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice

2016-03-10 Thread Bruce Richardson
On Thu, Mar 10, 2016 at 01:37:27PM +0100, Olivier MATZ wrote: > Hi David, > > On 03/10/2016 12:55 PM, David Hunt wrote: > > Announce the ABI breakage due to addition of external mempool > > manager functionality which requires changes to rte_mempool > > structure. > > > > Signed-off-by: David Hun

[dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice

2016-03-10 Thread David Hunt
Announce the ABI breakage due to addition of external mempool manager functionality which requires changes to rte_mempool structure. Signed-off-by: David Hunt --- doc/guides/rel_notes/deprecation.rst | 10 ++ 1 file changed, 10 insertions(+) diff --git a/doc/guides/rel_notes/deprecation