DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: announce ABI changes planned for unified packet type
@ 2015-06-17  5:48 Helin Zhang
  2015-07-03  8:49 ` [dpdk-dev] [PATCH v2] " Helin Zhang
  0 siblings, 1 reply; 6+ messages in thread
From: Helin Zhang @ 2015-06-17  5:48 UTC (permalink / raw)
  To: dev

The significant ABI changes are planned for unified packet type
which will be supported from release 2.2. Here announces that ABI
changes in detail.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
---
 doc/guides/rel_notes/abi.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst
index f00a6ee..6bbb6ed 100644
--- a/doc/guides/rel_notes/abi.rst
+++ b/doc/guides/rel_notes/abi.rst
@@ -38,3 +38,4 @@ Examples of Deprecation Notices
 
 Deprecation Notices
 -------------------
+* Significant ABI changes are planned for struct rte_mbuf, and several PKT_RX_ flags will be removed, to support unified packet type from release 2.2. The upcoming release 2.1 will not have those changes. There is no backward compatibility planned from release 2.2. All binaries will need to be rebuilt from release 2.2.
-- 
1.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [dpdk-dev] [PATCH v2] doc: announce ABI changes planned for unified packet type
  2015-06-17  5:48 [dpdk-dev] [PATCH] doc: announce ABI changes planned for unified packet type Helin Zhang
@ 2015-07-03  8:49 ` Helin Zhang
  2015-07-07 17:45   ` [dpdk-dev] [PATCH v3] " Helin Zhang
  0 siblings, 1 reply; 6+ messages in thread
From: Helin Zhang @ 2015-07-03  8:49 UTC (permalink / raw)
  To: dev

The significant ABI changes are planned for unified packet type
which will be supported from release 2.2. Here announces that ABI
changes in detail.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
---
 doc/guides/rel_notes/abi.rst | 1 +
 1 file changed, 1 insertion(+)

v2 changes:
* Added 'struct rte_kni_mbuf' to the ABI change announcement.

diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst
index 110c486..4328367 100644
--- a/doc/guides/rel_notes/abi.rst
+++ b/doc/guides/rel_notes/abi.rst
@@ -12,3 +12,4 @@ Examples of Deprecation Notices
 
 Deprecation Notices
 -------------------
+* Significant ABI changes are planned for struct rte_mbuf, struct rte_kni_mbuf, and several PKT_RX_ flags will be removed, to support unified packet type from release 2.2. The upcoming release 2.1 will not have those changes. There is no backward compatibility planned from release 2.2. All binaries will need to be rebuilt from release 2.2.
-- 
1.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [dpdk-dev] [PATCH v3] doc: announce ABI changes planned for unified packet type
  2015-07-03  8:49 ` [dpdk-dev] [PATCH v2] " Helin Zhang
@ 2015-07-07 17:45   ` Helin Zhang
  2015-07-08 15:58     ` Zhang, Helin
  2015-07-09  0:56     ` Wu, Jingjing
  0 siblings, 2 replies; 6+ messages in thread
From: Helin Zhang @ 2015-07-07 17:45 UTC (permalink / raw)
  To: dev

The significant ABI changes of all shared libraries are planned to
support unified packet type which will be taken effect from
release 2.2. Here announces that ABI changes in detail.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
---
 doc/guides/rel_notes/abi.rst | 1 +
 1 file changed, 1 insertion(+)

v2 changes:
* Added 'struct rte_kni_mbuf' to the ABI change announcement.

v3 changes:
* Re-worded the ABI change announcement, as the ABI changes will be
  taken effect from release 2.1 for static libraries, and from
  release 2.2 for shared libraries.

diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst
index 110c486..9f8a9b3 100644
--- a/doc/guides/rel_notes/abi.rst
+++ b/doc/guides/rel_notes/abi.rst
@@ -12,3 +12,4 @@ Examples of Deprecation Notices
 
 Deprecation Notices
 -------------------
+* Significant ABI changes are planned for struct rte_mbuf, struct rte_kni_mbuf, and several PKT_RX_ flags will be removed, to support unified packet type from release 2.1. The upcoming release 2.1 will have those changes for static libraries only, while have no change for shared libraries by default. Those changes will be taken effect for shared libraries from release 2.2. There is no backward compatibility planned from release 2.2. All binaries will need to be rebuilt from release 2.2.
-- 
1.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH v3] doc: announce ABI changes planned for unified packet type
  2015-07-07 17:45   ` [dpdk-dev] [PATCH v3] " Helin Zhang
@ 2015-07-08 15:58     ` Zhang, Helin
  2015-07-09  0:56     ` Wu, Jingjing
  1 sibling, 0 replies; 6+ messages in thread
From: Zhang, Helin @ 2015-07-08 15:58 UTC (permalink / raw)
  To: nhorman; +Cc: dev

Hi Neil

Please review it and ack it, if no objections! Thank you very much in advance!

- Helin

> -----Original Message-----
> From: Zhang, Helin
> Sent: Tuesday, July 7, 2015 10:45 AM
> To: dev@dpdk.org
> Cc: Liu, Jijiang; Wu, Jingjing; nhorman@tuxdriver.com; Zhang, Helin
> Subject: [PATCH v3] doc: announce ABI changes planned for unified packet type
> 
> The significant ABI changes of all shared libraries are planned to support unified
> packet type which will be taken effect from release 2.2. Here announces that ABI
> changes in detail.
> 
> Signed-off-by: Helin Zhang <helin.zhang@intel.com>
> ---
>  doc/guides/rel_notes/abi.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> v2 changes:
> * Added 'struct rte_kni_mbuf' to the ABI change announcement.
> 
> v3 changes:
> * Re-worded the ABI change announcement, as the ABI changes will be
>   taken effect from release 2.1 for static libraries, and from
>   release 2.2 for shared libraries.
> 
> diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst index
> 110c486..9f8a9b3 100644
> --- a/doc/guides/rel_notes/abi.rst
> +++ b/doc/guides/rel_notes/abi.rst
> @@ -12,3 +12,4 @@ Examples of Deprecation Notices
> 
>  Deprecation Notices
>  -------------------
> +* Significant ABI changes are planned for struct rte_mbuf, struct rte_kni_mbuf,
> and several PKT_RX_ flags will be removed, to support unified packet type from
> release 2.1. The upcoming release 2.1 will have those changes for static libraries
> only, while have no change for shared libraries by default. Those changes will be
> taken effect for shared libraries from release 2.2. There is no backward
> compatibility planned from release 2.2. All binaries will need to be rebuilt from
> release 2.2.
> --
> 1.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH v3] doc: announce ABI changes planned for unified packet type
  2015-07-07 17:45   ` [dpdk-dev] [PATCH v3] " Helin Zhang
  2015-07-08 15:58     ` Zhang, Helin
@ 2015-07-09  0:56     ` Wu, Jingjing
  2015-07-15 23:37       ` Thomas Monjalon
  1 sibling, 1 reply; 6+ messages in thread
From: Wu, Jingjing @ 2015-07-09  0:56 UTC (permalink / raw)
  To: Zhang, Helin, dev

Acked-by: Jingjing Wu <jingjing.wu@intel.com>

> -----Original Message-----
> From: Zhang, Helin
> Sent: Wednesday, July 08, 2015 1:45 AM
> To: dev@dpdk.org
> Cc: Liu, Jijiang; Wu, Jingjing; nhorman@tuxdriver.com; Zhang, Helin
> Subject: [PATCH v3] doc: announce ABI changes planned for unified packet
> type
> 
> The significant ABI changes of all shared libraries are planned to support
> unified packet type which will be taken effect from release 2.2. Here
> announces that ABI changes in detail.
> 
> Signed-off-by: Helin Zhang <helin.zhang@intel.com>
> ---

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH v3] doc: announce ABI changes planned for unified packet type
  2015-07-09  0:56     ` Wu, Jingjing
@ 2015-07-15 23:37       ` Thomas Monjalon
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2015-07-15 23:37 UTC (permalink / raw)
  To: Zhang, Helin; +Cc: dev

> > The significant ABI changes of all shared libraries are planned to support
> > unified packet type which will be taken effect from release 2.2. Here
> > announces that ABI changes in detail.
> > 
> > Signed-off-by: Helin Zhang <helin.zhang@intel.com>
> Acked-by: Jingjing Wu <jingjing.wu@intel.com>

Applied with rewording to take new NEXT_ABI option into account.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-15 23:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-17  5:48 [dpdk-dev] [PATCH] doc: announce ABI changes planned for unified packet type Helin Zhang
2015-07-03  8:49 ` [dpdk-dev] [PATCH v2] " Helin Zhang
2015-07-07 17:45   ` [dpdk-dev] [PATCH v3] " Helin Zhang
2015-07-08 15:58     ` Zhang, Helin
2015-07-09  0:56     ` Wu, Jingjing
2015-07-15 23:37       ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).