[dpdk-dev] [PATCH v2] doc: announce ABI change for librte_port

2015-08-16 Thread Thomas Monjalon
> > v2 changes:
> > -text simplification
> > 
> > Signed-off-by: Cristian Dumitrescu 
> > ---
> 
> Acked-by: Jasvinder Singh 

Applied, thanks


[dpdk-dev] [PATCH v2] doc: announce ABI change for librte_port

2015-07-17 Thread Mrzyglod, DanielX T
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, July 16, 2015 5:27 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v2] doc: announce ABI change for librte_port
> 
> v2 changes:
> -text simplification
> 
> Signed-off-by: Cristian Dumitrescu 

Acked-by: Daniel Mrzyglod 


[dpdk-dev] [PATCH v2] doc: announce ABI change for librte_port

2015-07-17 Thread Gajdzica, MaciejX T


> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, July 16, 2015 5:27 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v2] doc: announce ABI change for librte_port
> 
> v2 changes:
> -text simplification
> 
> Signed-off-by: Cristian Dumitrescu 

Acked-by: Maciej Gajdzica 


[dpdk-dev] [PATCH v2] doc: announce ABI change for librte_port

2015-07-16 Thread Cristian Dumitrescu
v2 changes: 
-text simplification

Signed-off-by: Cristian Dumitrescu 
---
 doc/guides/rel_notes/abi.rst |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst
index 9e98d62..6c064e2 100644
--- a/doc/guides/rel_notes/abi.rst
+++ b/doc/guides/rel_notes/abi.rst
@@ -34,3 +34,8 @@ Deprecation Notices
   creates a dummy/empty malloc library to fulfill binaries with dynamic linking
   dependencies on librte_malloc.so. Such dummy library will not be created from
   release 2.2 so binaries will need to be rebuilt.
+
+* librte_port (rte_port.h): Macros to access the packet meta-data stored within
+  the packet buffer will be adjusted to cover the packet mbuf structure as 
well,
+  as currently they are able to access any packet buffer location except the
+  packet mbuf structure.
-- 
1.7.4.1



[dpdk-dev] [PATCH v2] doc: announce ABI change for librte_port

2015-07-16 Thread Singh, Jasvinder


> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, July 16, 2015 4:27 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v2] doc: announce ABI change for librte_port
> 
> v2 changes:
> -text simplification
> 
> Signed-off-by: Cristian Dumitrescu 
> ---

Acked-by: Jasvinder Singh